Get notifications
GET {{url}}/notifications?limit=50&offset=0
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Limit of fetched records | |
offset | number | Limit of records to skip |
RESPONSES
status: OK
{"totalRecords":5,"pageSize":20,"data":[{"id":"00000000-0000-0000-0000-000000000000","title":"Published Workflow","message":"Workflow 'Payments' was published","isRead":false,"createdOn":"2023-07-13T15:51:00Z","link":"https://localhost/workflows","createdBy":{"id":"00000000-0000-0000-0000-000000000000","name":"Rodrigo"}}]}