This API end point returns a list of the available device communication protocols. The list is fetched from the primary M&C.
Supported HTTP methods: GET, HEAD, OPTIONS
GET /api/v1/protocols
Get the list of all available device communication protocols. The list is fetched from the primary M&C.
Parameters: none.
Expected Payload: none.
Replied Payload: An ItemList document containing the names of all device communication protocols available.
Return Codes:
| Code | Description |
|---|---|
| 200 | OK, an ItemList document is returned. |
| 400 | The primary M&C is offline, cannot be queried. In this case an ApiError document is returned, describing details of the error. |
| 401 | Not logged in. In this case an ApiError document is returned, describing details of the error. |