List System Notification Instances
Request
URI
GET
https://{api_host}/api/system-notification-instances
COPY
Responses
200
Returns
notificationsListSystemNotificationInstancesResponse
of type(s)
*/*
{
"systemNotificationInstances": [
{
"status": "string",
"lastUpdatedTime": "string",
"title": "string",
"content": "string",
"lastUpdatedBy": "string",
"createdBy": "string",
"startTime": "string",
"createdTime": "string",
"updateVersion": 0,
"endTime": "string",
"id": "string"
}
],
"pageInfo": {
"totalPages": "string",
"totalElements": "string",
"page": 0,
"pageSize": 0
}
}
array of
object
systemNotificationInstances
Optional
systemNotificationInstances
object
pageInfo
Optional
pageInfo
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/system-notification-instances
System Notification Instance Service Operations
POST
Create System Notification Instance
GET
List System Notification Instances
PUT
Update System Notification Instance
DELETE
Delete System Notification Instance
GET
Get System Notification Instance