sources

Get a Source

Get the specified Source.

get/system/inputs/{id}

Path parameters

idstring required

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

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