Trigger
List all trigger endpoint
The ID of the trigger for which to fetch the information
OK
ID of the the trigger
The name of the trigger
The description of the trigger
The unix timestamp when the trigger has been created.
The unix timestamp when the trigger has been changed.
Status of the trigger
- 1 the trigger is enabled
- 0 the trigger is disabled
Invalid credentials
Invalid ID
Internal Server Error
GET /v3/trigger/{triggerId} HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": "text",
"name": "text",
"description": "text",
"conditions": [
{
"conditionId": 1,
"conditionValues": [
"text"
]
}
],
"rules": [
{
"ruleAction": 1,
"ruleDataType": 1,
"rule": {
"operator": 1,
"triggerWindow": 1,
"threshold": 1
}
}
],
"actions": [
{
"action": 1,
"actionParameters": {
"methodId": 1,
"timeout": 1
}
}
],
"createdAt": 1,
"changedAt": 1,
"active": 1
}
]The ID of the trigger
ID of the the trigger
The name of the trigger
The description of the trigger
The unix timestamp when the trigger has been created.
The unix timestamp when the trigger has been changed.
Status of the trigger
- 1 the trigger is enabled
- 0 the trigger is disabled
OK
ID of the the trigger
The name of the trigger
The description of the trigger
The unix timestamp when the trigger has been created.
The unix timestamp when the trigger has been changed.
Status of the trigger
- 1 the trigger is enabled
- 0 the trigger is disabled
Invalid credentials
Invalid ID
Internal Server Error
PUT /v3/trigger/{triggerId} HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 265
{
"name": "text",
"description": "text",
"conditions": [
{
"conditionId": 1,
"conditionValues": [
"text"
]
}
],
"rules": [
{
"ruleAction": 1,
"ruleDataType": 1,
"rule": {
"operator": 1,
"triggerWindow": 1,
"threshold": 1
}
}
],
"actions": [
{
"action": 1,
"actionParameters": {
"methodId": 1,
"timeout": 1
}
}
]
}[
{
"id": "text",
"name": "text",
"description": "text",
"conditions": [
{
"conditionId": 1,
"conditionValues": [
"text"
]
}
],
"rules": [
{
"ruleAction": 1,
"ruleDataType": 1,
"rule": {
"operator": 1,
"triggerWindow": 1,
"threshold": 1
}
}
],
"actions": [
{
"action": 1,
"actionParameters": {
"methodId": 1,
"timeout": 1
}
}
],
"createdAt": 1,
"changedAt": 1,
"active": 1
}
]The ID of the trigger
No Content
No content
Invalid credentials
Invalid ID
Internal Server Error
DELETE /v3/trigger/{triggerId} HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
No content
Example header and default range: RANGED-DATA:start=0,results=25
OK
ID of the the trigger
The name of the trigger
The description of the trigger
The unix timestamp when the trigger has been created.
The unix timestamp when the trigger has been changed.
Status of the trigger
- 1 the trigger is enabled
- 0 the trigger is disabled
Invalid credentials
Internal Server Error
GET /v3/trigger/ HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": "text",
"name": "text",
"description": "text",
"conditions": [
{
"conditionId": 1,
"conditionValues": [
"text"
]
}
],
"rules": [
{
"ruleAction": 1,
"ruleDataType": 1,
"rule": {
"operator": 1,
"triggerWindow": 1,
"threshold": 1
}
}
],
"actions": [
{
"action": 1,
"actionParameters": {
"methodId": 1,
"timeout": 1
}
}
],
"createdAt": 1,
"changedAt": 1,
"active": 1
}
]Example header and default range: RANGED-DATA:start=0,results=25
OK
ID of the type
The name of the trigger
The description of the trigger
Invalid credentials
Internal Server Error
GET /v3/trigger/summary HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"name": "text",
"description": "text"
}
]ID of the the trigger
The name of the trigger
The description of the trigger
The unix timestamp when the trigger has been created.
The unix timestamp when the trigger has been changed.
Status of the trigger
- 1 the trigger is enabled
- 0 the trigger is disabled
OK
ID of the the trigger
The name of the trigger
The description of the trigger
The unix timestamp when the trigger has been created.
The unix timestamp when the trigger has been changed.
Status of the trigger
- 1 the trigger is enabled
- 0 the trigger is disabled
Invalid credentials
Internal Server Error
POST /v3/trigger HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 265
{
"name": "text",
"description": "text",
"conditions": [
{
"conditionId": 1,
"conditionValues": [
"text"
]
}
],
"rules": [
{
"ruleAction": 1,
"ruleDataType": 1,
"rule": {
"operator": 1,
"triggerWindow": 1,
"threshold": 1
}
}
],
"actions": [
{
"action": 1,
"actionParameters": {
"methodId": 1,
"timeout": 1
}
}
]
}[
{
"id": "text",
"name": "text",
"description": "text",
"conditions": [
{
"conditionId": 1,
"conditionValues": [
"text"
]
}
],
"rules": [
{
"ruleAction": 1,
"ruleDataType": 1,
"rule": {
"operator": 1,
"triggerWindow": 1,
"threshold": 1
}
}
],
"actions": [
{
"action": 1,
"actionParameters": {
"methodId": 1,
"timeout": 1
}
}
],
"createdAt": 1,
"changedAt": 1,
"active": 1
}
]The ID of the trigger
OK
ID of the the trigger
The name of the trigger
The description of the trigger
The unix timestamp when the trigger has been created.
The unix timestamp when the trigger has been changed.
Status of the trigger
- 1 the trigger is enabled
- 0 the trigger is disabled
Invalid credentials
Invalid ID
Internal Server Error
PUT /v3/trigger/{triggerId}/enable HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": "text",
"name": "text",
"description": "text",
"conditions": [
{
"conditionId": 1,
"conditionValues": [
"text"
]
}
],
"rules": [
{
"ruleAction": 1,
"ruleDataType": 1,
"rule": {
"operator": 1,
"triggerWindow": 1,
"threshold": 1
}
}
],
"actions": [
{
"action": 1,
"actionParameters": {
"methodId": 1,
"timeout": 1
}
}
],
"createdAt": 1,
"changedAt": 1,
"active": 1
}
]The ID of the trigger
OK
ID of the the trigger
The name of the trigger
The description of the trigger
The unix timestamp when the trigger has been created.
The unix timestamp when the trigger has been changed.
Status of the trigger
- 1 the trigger is enabled
- 0 the trigger is disabled
Invalid credentials
Invalid ID
Internal Server Error
PUT /v3/trigger/{triggerId}/disable HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": "text",
"name": "text",
"description": "text",
"conditions": [
{
"conditionId": 1,
"conditionValues": [
"text"
]
}
],
"rules": [
{
"ruleAction": 1,
"ruleDataType": 1,
"rule": {
"operator": 1,
"triggerWindow": 1,
"threshold": 1
}
}
],
"actions": [
{
"action": 1,
"actionParameters": {
"methodId": 1,
"timeout": 1
}
}
],
"createdAt": 1,
"changedAt": 1,
"active": 1
}
]OK
ID of the type
The description of the type
Invalid credentials
Internal Server Error
GET /v3/trigger/type/ruleActions HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"description": "text"
}
]OK
ID of the type
The description of the type
Invalid credentials
Internal Server Error
GET /v3/trigger/type/ruleDataTypes HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"description": "text"
}
]OK
ID of the type
The description of the type
Invalid credentials
Internal Server Error
GET /v3/trigger/type/actions HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"description": "text"
}
]OK
ID of the type
The description of the type
Invalid credentials
Internal Server Error
GET /v3/trigger/type/operators HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"description": "text"
}
]OK
ID of the type
The description of the type
Invalid credentials
Internal Server Error
GET /v3/trigger/type/conditions HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"description": "text"
}
]OK
ID of the type
The description of the type
Invalid credentials
Internal Server Error
GET /v3/trigger/type/valueTypes HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"description": "text"
}
]Last updated
Was this helpful?