GET/desk/api/v2/notifications/types.json
Returns a list of all NotificationTypes.
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
200 OK
typesResponse
{
"types": [
{
"icon": "string",
"id": 0,
"name": "string",
"value": "string"
}
]
}