cURL
curl --request POST \ --url https://api.traxes.io/connect/v1/collectives/{collectiveId}/commands \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "type": "<string>", "value": "<string>" } '
{ "batchId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "commands": [ { "entityId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "Canceled", "triggerTime": "2023-11-07T05:31:56Z", "type": "Disconnect", "value": "<string>", "error": { "title": "<string>", "description": "<string>" }, "verification": { "status": "Pending", "completedAt": "2023-11-07T05:31:56Z", "error": { "title": "<string>", "description": "<string>" } } } ] }
Sends a new Command for immediate execution and returns the new Command.
Access Token Authentication
The id of the Collective
Ignore internal cooldowns of the Entity. Using this may result in Commands not being executed!
The Command to send
A command.
The type of the command.
The value for the command.
Created
A batch of commands.
The id of the batch.
The commands.
Show child attributes
Was this page helpful?