Trigger a real-time logging event

Triggers an event on the device channel.

Can be used for logging a quick comment, or for other things that haven't been dreamed up yet!

SecurityC2COAuth2
Request
path Parameters
channel_id
required
string <uuid>

Device channel id

input_index
required
integer >= 0

An 0-indexed integer that will be used to identify the input

header Parameters
x-client-version
string
Default: 0.0.0

Firmware or software version of a C2C integration. Will be used to determine the correct Device Model configuration for the device when multiple are available. Must be a valid semantic version.

For more on semantic versions, see here: https://semver.org/

Example: 2.16.4
Request Body schema: application/json
action_type
string
Value: "single_press"
offset
integer >= 0
object (SMPTETimeRepresentation)
object (SMPTETimeRepresentation)
Responses
204

OK

401

Unauthorized response

post/v2/devices/channels/{channel_id}/inputs/{input_index}/trigger
Request samples
application/json
{ }
Response samples
application/json
{
  • "code": 401,
  • "errors": [
    ],
  • "message": "Not Authorized"
}