CCM Resource
Service: CCM Resource
-
Base URL:
http://zm.irdresearch.org/mrest/CCM
- Description
The CCM Service is responsible for collecting and show information regarding the ILR temperatures. The api stores data from ILR device including the alarms and each day temperature.
-
Request Format
Requests must be sent using HTTP POST and HTTP GET method.
-
Response Format
- Content-Type:
application/json - Success Response: A 200 OK HTTP status code with the appropriate JSON response body.
- Failure Response: A 200 OK HTTP status code with no JSON content, only a
codevalue of2to indicate failure due to an incomplete operation or unknown reasons. - Server Error Response: A 500 Internal Server Error HTTP status code when a server-side error occurs.
-
Dependencies
The adverse event API stores data into multiple tables in the system, including:
- Ilr
- Ilr_ft_mapping
- Ilrcheckin
- Ilrmanufacturer
- Ilrmodel
- Ilrmonitoring
- fridgetag
- fridgetaginfo
-
Flow chart for get

-
Flow chart for post

