Skip to content

List thumbnail pics
Stable

Request

Get a list of group thumbnail image files in Devices & Groups.

Security
esper_cloud_api_apiKey
Path
enterprise_idstring, (uuid)required

Enterprise ID

cURL
curl -i -X GET \
  'https://api.esper.io/_mock/openapi/enterprise/{enterprise_id}/devicegroup/thumbnail/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Thumbnail

Bodyapplication/json
countinteger
previousstring
nextstring
resultsArray of objects(esper_cloud_api_GroupThumbnail)
Response
{ "count": 0, "previous": "string", "next": "string", "results": [ {} ] }