API Docs
Integration
Integration API endpoints for managing commands and custom integrations
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Integration API endpoints for managing commands and custom integrations
{
"result": "Success",
"msg": [
{
"id": 1,
"name": "Test Command",
"description": "This command refreshes extracts",
"type": "tabcmd",
"arguments": "",
"schedule": "",
"created": {
"date": "2017-08-17 21:08:02.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"updated": {
"date": "2017-08-17 21:08:02.000000",
"timezone_type": 3,
"timezone": "UTC"
}
}
]
}
{
"result": "Success",
"msg": "Status not provided by command"
}
{
"result": "Success",
"msg": "Status not provided by script"
}
{
"result": "Success",
"msg": [
{
"id": 1,
"name": "Test Script",
"description": "This Script Does a Thing",
"language": "python",
"arguments": "",
"schedule": "",
"created": {
"date": "2017-08-17 21:11:44.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"updated": {
"date": "2017-08-17 21:11:44.000000",
"timezone_type": 3,
"timezone": "UTC"
}
}
]
}
Was this page helpful?