Getting Triggers

Retrieve triggers and configurations

GET /v1/smart-capture/trigger/:triggerId
DESCRIPTION: Get information about a trigger or all triggers.

URL parameters:

Parameter NameRequiredDescription
triggerIdOptionalID of the trigger to get information about. If omitted, will return all triggers.

Response Values (JSON):
List containing below values for the specified trigger if triggerId is provided, or for all triggers if triggerId is omitted.

Parameter NameDescription
date_createdDate time of the date the trigger was created
querySmart Capture Query Language (SCQL) query to use for the trigger.
nameDescriptive name of the trigger
device_idsList of device ids to deploy this trigger to.
sample_rateNumber of milliseconds since last trigger activation to wait before enabling again.
dataset_idNucleus dataset that captured data will be uploaded to if specified.

Did this page help you?