Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
notificationId |
The notification identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The notification, if it exists.
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:21:03.6818698Z", "startDate": "2025-06-27T16:21:03.6818698Z", "rules": [ "1", "2" ] }
text/html
Sample:
{"id":1,"organization":2,"communicationTemplateCode":"sample String 3","description":"sample String 4","endDate":"2025-06-27T16:21:03.6818698Z","startDate":"2025-06-27T16:21:03.6818698Z","rules":["1","2"]}