Page
108
{
"status": 422,
"action": "For more information about valid Input Sources, please
see API document.",
"message": {
"ChannelGroup": ["Must be between 1 and 8."]
}
}
C.
On Failure: Invalid Source Type:
{
"status": 422,
"action": "For more information about valid Input Sources, please
see API document.",
"message": {
"
SourceType": ["Not a valid choice."]
}
}
D.
On Failure: Source not licensed:
{
"status": 422,
"action": "
For more information about licensed keys, please contact
Wohler Support.",
"message": "Sfp-1.Smpte2022 Source Not Licensed"
}
HTTP Routing Table
GET /api/cf/presets
GET /api/cf/presets/(int:preset Id)
GET /api/cf/presets/ presetbyname/(str:preset Name)
GET /api/cf/presets/current
PATCH /api/cf/presets/(int:preset Id)/activate
PATCH /api/op/presets/mute-meters
PATCH /api/op/presets/solo-meter
PATCH /api/op/presets/unsolo-meter
PATCH /api/op/sourceselect
Status Codes
200
OK
400
Bad Request
Invalid URL
404
Method is not allow
Invalid HTTP method request
422
Unprocessable Entity
For missing or invalid parameters
500
Server Error
Internal server error
505
HTTP version not
supported
This API has been deprecated. It will be removed at
some point in the future.