CoAP GET /iam/notification-categories
DESCRIPTION
This endpoint lists all the FCM notification categories defined on the device.
DECLARATION
GET /iam/notification-categories
REQUEST
Request body is empty.
RESPONSE
CoAP status codes:
205
: On success.403
: Blocked by IAM configuration.
Response body is a CBOR encoded array of category names:
["INFO", "WARNING", "CRITICAL"]
IAM PARAMETERS
A user must have access to the following IAM Action to use this endpoint:
IAM:ListNotificationCategories
No special attributes are provided.