GET api/TrackingObjects/{trackingObjectId}/EventTemplates/Notifications

Request Information

URI Parameters

NameDescriptionTypeAdditional information
trackingObjectId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of EventNotification
NameDescriptionTypeAdditional 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.