Overview
The ia:queue-notifications resource represents a subscription object and provides links to manage it.
Properties
The ia:queue-notifications resource has the following properties:
status |
The status of the subscrition, the status can be "active" or "inactive" |
---|
Link Relations
Subscribe the user to notifications about queue changes. |
|
Unsubscribe the user from notifications about queue changes. |
|
Link to the queue. |
Description
The ia:queue-notifications resource represents a subscription object and provides links to manage it.
Examples
Example: ia:queue-notifications
{
"status": "active",
"_links": {
"curies": [
{
"name": "ia",
"href": "http://services.avid.com/apis/inews/assets/{rel}",
"templated": true
}
],
"ia:queue": {
"href": "https://host/.."
},
"ia:unsubscribe-from-queue-notifications": {
"href": "https://host/.."
},
"self": {
"href": "https://host/.."
}
}
}