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
}
}
systemNotificationInstances
Optional
systemNotificationInstances
404
Not Found
Operation doesn't return any data structure
System Notification Instance Service Operations
POST
Create System Notification Instance
DELETE
Delete System Notification Instance
GET
Get System Notification Instance
GET
List System Notification Instances
PUT
Update System Notification Instance