v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Notifications

List Notifications

Retrieves all notifications. A filter can be applied.<p> See the App Notifications article for more details.

post/notification.list

Request body

endRowinteger
oldValuesobject nullable
operationTypestring
startRowinteger
textMatchStylestring

Response

OK

Example response

{
  "response": {
    "data": [
      {
        "topic": "VALIDATION"
      }
    ]
  }
}