Create command
curl --request POST \
--url https://api.example.com/v1/commands \
--header 'Content-Type: application/json-patch+json' \
--data '
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"commandType": {
"id": "<string>"
},
"parameters": "<string>"
}
'{
"id": 123,
"dashboard": {
"id": 123,
"name": "<string>",
"isDisabled": true,
"position": 123,
"path": "<string>",
"representations": "<array>"
},
"dataset": {
"id": 123,
"name": "<string>",
"isDisabled": true,
"position": 123,
"path": "<string>",
"states": [
{
"id": 123,
"dataset": "<unknown>",
"name": "<string>",
"color": 123,
"position": 123
}
],
"properties": [
{
"id": 123,
"dataset": "<unknown>",
"propertyType": {
"id": "<string>",
"isAutomatic": true,
"isPlural": true,
"isSortable": true,
"position": 123
},
"name": "<string>",
"isUsedAsTitle": true,
"isRequired": true,
"parameters": "<string>",
"position": 123,
"options": [
{
"id": 123,
"property": "<unknown>",
"text": "<string>",
"color": 123
}
]
}
],
"representations": "<array>"
},
"representationType": {
"id": "<string>",
"isAggregated": true,
"position": 123
},
"name": "<string>",
"parameters": "<string>",
"position": 123
}Commands
Create command
Creates a new command (and executes it via SignalR).
POST
/
v1
/
commands
Create command
curl --request POST \
--url https://api.example.com/v1/commands \
--header 'Content-Type: application/json-patch+json' \
--data '
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"commandType": {
"id": "<string>"
},
"parameters": "<string>"
}
'{
"id": 123,
"dashboard": {
"id": 123,
"name": "<string>",
"isDisabled": true,
"position": 123,
"path": "<string>",
"representations": "<array>"
},
"dataset": {
"id": 123,
"name": "<string>",
"isDisabled": true,
"position": 123,
"path": "<string>",
"states": [
{
"id": 123,
"dataset": "<unknown>",
"name": "<string>",
"color": 123,
"position": 123
}
],
"properties": [
{
"id": 123,
"dataset": "<unknown>",
"propertyType": {
"id": "<string>",
"isAutomatic": true,
"isPlural": true,
"isSortable": true,
"position": 123
},
"name": "<string>",
"isUsedAsTitle": true,
"isRequired": true,
"parameters": "<string>",
"position": 123,
"options": [
{
"id": 123,
"property": "<unknown>",
"text": "<string>",
"color": 123
}
]
}
],
"representations": "<array>"
},
"representationType": {
"id": "<string>",
"isAggregated": true,
"position": 123
},
"name": "<string>",
"parameters": "<string>",
"position": 123
}Documentation Index
Fetch the complete documentation index at: https://developer.tra.cy/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json-patch+jsonapplication/jsontext/jsonapplication/*+json
⌘I