GET api/TrackingObjects/{trackingObjectId}/EventTemplates/Notifications
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| trackingObjectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EventNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| EventNotificationId | integer |
None. |
|
| EventTemplateId | integer |
None. |
|
| NotificationType | NotificationType |
None. |
|
| Priority | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"EventNotificationId": 1,
"EventTemplateId": 3,
"NotificationType": 1,
"Priority": true
},
{
"$ref": "1"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.