GET v1/outputs/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

OutputResource
NameDescriptionTypeAdditional information
Output

OutputDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "output": {
    "id": 1,
    "name": "sample string 2",
    "location": 1,
    "outputType": 1,
    "outputNumber": 1,
    "defaultInput": 1,
    "active": true,
    "fadeCms": 1,
    "ratingCms": 1,
    "primaryDevice": 1,
    "useCablecastCgAsDefaultSource": true,
    "outputPatch": 1,
    "lBarEnabled": true,
    "lBarBlock": 1,
    "outputMirrors": [
      {
        "id": 1,
        "output": 2,
        "destinationOutput": 3
      },
      {
        "id": 1,
        "output": 2,
        "destinationOutput": 3
      }
    ]
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.