Skip to content

Converge Command

API for converge command

List commands fires for converge action

Request

API to get and filter commands fired for converge action

Security
apiKey
Path
idstringrequired

ID of the converge object

Query
limitnumber
offsetnumber
cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v2/converge/{id}/commands?limit=0&offset=0' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

List of commands fired for converge action for the tenant

Bodyapplication/json
contentobject
Response
{ "content": { "count": 0, "previous": "string", "next": "string", "results": [] } }