Skip to content

Converge

APIs to list and create converge actions for devices. Learn more about converge.

List converge action

Request

API to get and filter converge action

Security
apiKey
Query
device_idsstring

Filter by device IDs. Accepts comma separated values.

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

Responses

Converge action list for the Tenant

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