GET v1/outputs?location={location}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| location | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
OutputsResource| Name | Description | Type | Additional information |
|---|---|---|---|
| Outputs | Collection of OutputDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"outputs": [
{
"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
}
]
},
{
"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.