Skip to content

Get instance of a tile icon
Stable

Request

Get a tile icon.

Security
apiKey
Path
enterprise_idstringrequired

A UUID string identifying this enterprise.

tileicons_idstringrequired

A UUID string identifying the tile icon.

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/tile-icons/{tileicons_id}/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

successful operation

Bodyapplication/json
idstring, (uuid)
categorystring
icon_filestring, (url)
device_modelstring
customboolean
created_onstring, (date-time)
updated_onstring, (date-time)
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "category": "string", "icon_file": "string", "device_model": "string", "custom": true, "created_on": "2019-08-24T14:15:22Z", "updated_on": "2019-08-24T14:15:22Z" }