Resource ia:queue-notifications

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"

ia:subscribe-to-queue-notifications

Subscribe the user to notifications about queue changes.

ia:unsubscribe-from-queue-notifications

Unsubscribe the user from notifications about queue changes.

ia:queue

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/.."
        }
    }
}