sources

Get a Source within a Pack

Get the specified Source within the specified Pack.

get/p/{pack}/system/inputs/{id}

Path parameters

idstring required

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

packstring required

The <code>id</code> of the Pack.

Response

The requested Source object in a single-item list.

countinteger required

number of items present in the items array

Example response

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

Changes