Get triggers
Searches the Trigger collection.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
contains
the value for a contains query. if the property with the key of containsField does not have a value that contains this string, then filter out the document
containsField
the field to run a contains query on
equals
the value for an equals query. if the property with the key of equalsField does not have a value that equals this string, then filter out the document
equalsField
the field to run an equals query on
startsWith
the value for a startsWith query. if the property with the key of startsWithField does not have a value that starts with this string, then filter out the document
startsWithField
the field to run a startsWith query on
greaterThanField
the field to run a greater than query on
greaterThan
the value to use for the greater than query. If the value is a valid date string, then it will be converted to a unix timestamp in milliseconds
lessThanField
the field to run a less than query on
lessThan
the value to use for the less than query. If the value is a valid date string, then it will be converted to a unix timestamp in milliseconds
enabled
if true, then only return trigger documents that are enabled
actionId
if provided, only return trigger documents with this action id
limit
Number of results to return. Used for pagination.
skip
Number of results to skip. Used for pagination.
order
The sort direction: 1 for ascending or -1 for descending.
Allowed values:
sort
Field to sort by. Default is name.
Allowed values:
Response
The Triggers that matched the search query.
message
A human-readable message summarizing the result of the operation
data
Any successfully retrieved information related to the request.
metadata
Any structured, wordy or machine-readable information related to the result of the operation. For success responses, this may contain information like pagination values from a search operation.
Errors
500
Internal Server Error