list notification messages
GET https://api.suger.cloud/org/{orgId}/notificationMessage
List or search the notification messages of the given organization with pagination.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
orgId | path | string | yes | Organization ID |
limit | query | integer | no | List pagination size, default 1000, max value is 1000 |
keyword | query | string | no | Keyword to search in subject/content |
offset | query | integer | no | List pagination offset, default 0 |
Responses
200 — OK
Content-Type: application/json · Schema: ListNotificationMessagesResponse
400 — Bad request error
Content-Type: application/json
500 — Internal server error
Content-Type: application/json