destinations

Get a Destination

Get the specified Destination.

get/system/outputs/{id}

Path parameters

idstring required

The <code>id</code> of the Destination to get.

Response

The requested Destination object in a single-item list.

countinteger required

number of items present in the items array

Example response

{
  "items": [
    {
      "notifications": [
        {
          "mode": "direct"
        }
      ]
    }
  ]
}

Changes