Get resource details of the endpoint
The get resource details of an endpoint request allows the client application to retrieve detailed information about an endpoint. The retrieved information can be stored by the application, so that it can query any supported resources of the endpoint. As it is an asynchronous request, IMPACT IoT returns a requestID, once the request is accepted. Later, the requester receives a notification on its registered callback URL along with the details of all resources supported by the endpoint.
Get resource details of the endpoint describes the API structure for get resource details for an endpoints request.
Title | Get resource details of the endpoint |
---|---|
URL | http://<impact_url>/m2m/endpoints/{SerialNumber} |
Method | GET |
Content-Type | application/json |
URL Params |
serialNumber:[string]: Specifies the serial number of the endpoint for which details are required. |
Data Params |
requestId:[string]: Specifies the request ID sent by IMPACT IoT. It is provided in case of a valid & accepted request only. Msg:[String] : info/warning/error message |
Success Code |
Response Code: 202 |
Error Code |
401 : Unauthorized 403 : Forbidden 404 : Not Found |
Sample Call | Curl: Response
Body: Response
sent by IMPACT IoT to callback
URL:
|
Notes | None |