Get Notification Type Categories
Get Notification Types Categories.
Request
URI
GET
https://{api_host}/api/notification/{orgId}/notification-categories
COPY
Path Parameters
string
orgId
Required
Org ID
Responses
200
OK
Returns
NotificationTypeCategoryPageResponse
of type(s)
application/json
{
"content": [
{
"name": "string",
"value": "string"
}
],
"number": 0,
"number_of_elements": 0,
"size": 0,
"total_elements": 0,
"total_pages": 0
}
array of
object
content
Optional
content
integer As int32
As int32
number
Optional
number
integer As int32
As int32
number_of_elements
Optional
number_of_elements
integer As int32
As int32
size
Optional
size
integer As int32
As int32
total_elements
Optional
total_elements
integer As int32
As int32
total_pages
Optional
total_pages
401
Unauthorized
Returns
NotificationTypeCategoryPageResponse
of type(s)
application/json
"NotificationTypeCategoryPageResponse Object"
array of
object
content
Optional
content
integer As int32
As int32
number
Optional
number
integer As int32
As int32
number_of_elements
Optional
number_of_elements
integer As int32
As int32
size
Optional
size
integer As int32
As int32
total_elements
Optional
total_elements
integer As int32
As int32
total_pages
Optional
total_pages
403
Forbidden
Returns
NotificationTypeCategoryPageResponse
of type(s)
application/json
"NotificationTypeCategoryPageResponse Object"
array of
object
content
Optional
content
integer As int32
As int32
number
Optional
number
integer As int32
As int32
number_of_elements
Optional
number_of_elements
integer As int32
As int32
size
Optional
size
integer As int32
As int32
total_elements
Optional
total_elements
integer As int32
As int32
total_pages
Optional
total_pages
500
Internal Server Error
Returns
ErrorResponse
of type(s)
application/json
"ErrorResponse Object"
object
messages
Optional
Message of Error
string
type
Optional
type
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/notification/{orgId}/notification-categories
Notification Types Operations
GET
Get Notification Type Categories
GET
Get Notification Types As User