Skip to content

Get list of devices with an app by app_id or app_version_id.

Request

Security
apiKey
Query
app_idinteger, (uuid)required
app_version_idinteger, (uuid)required
cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v2/device-apps?app_id=0&app_version_id=0' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
countinteger
prevstring
nextstring
resultsArray of objects
Response
{ "count": 0, "prev": "string", "next": "string", "results": [ {} ] }