Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
organizationId |
The organization identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of notifications.
Collection of Pico.NotificationName | Description | Type | Additional information |
---|---|---|---|
id |
Gets or sets the notification identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
integer |
None. |
communicationTemplateCode |
Gets or sets the communication template code. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
endDate |
Gets or sets the end date. |
date |
None. |
startDate |
Gets or sets the start date. |
date |
None. |
rules |
Gets or sets the rule identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "organization": 2, "communicationTemplateCode": "sample String 3", "description": "sample String 4", "endDate": "2025-06-27T16:39:31.4798424Z", "startDate": "2025-06-27T16:39:31.4798424Z", "rules": [ "1", "2" ] }, { "id": 1, "organization": 2, "communicationTemplateCode": "sample String 3", "description": "sample String 4", "endDate": "2025-06-27T16:39:31.4798424Z", "startDate": "2025-06-27T16:39:31.4798424Z", "rules": [ "1", "2" ] } ]
text/html
Sample:
[{"id":1,"organization":2,"communicationTemplateCode":"sample String 3","description":"sample String 4","endDate":"2025-06-27T16:39:31.4798424Z","startDate":"2025-06-27T16:39:31.4798424Z","rules":["1","2"]},{"id":1,"organization":2,"communicationTemplateCode":"sample String 3","description":"sample String 4","endDate":"2025-06-27T16:39:31.4798424Z","startDate":"2025-06-27T16:39:31.4798424Z","rules":["1","2"]}]