Commands

Get all commands by ids

Returns all commands by their identifiers.

post/api/connector/v1/commands/getAllByIds

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

CommandIdsstring[] required

Unique identifiers of Commands to be returned.

Response

OK

Cursorstring uuid nullable

Unique identifier of the last returned command. This can be used in Limitation in a subsequent request to fetch the next batch of commands.

Changes

No recorded changes to this endpoint across all 10 revisions of this API.