APIs to manage tile icons. Tile icons allow Templates-based users to apply a icons to devices.
Returns list of tile icons
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "count": 0,
- "next": "string",
- "previous": "string",
- "results": [
- {
- "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"
}
]
}
Create a tile icon.
Successful Operation
Bad request
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Unsupported media type.
Internal server error
{- "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"
}
Get a tile icon.
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "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"
}
Deletes a title icon
The resource was deleted successfully.
Invalid request.
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Not Found.
Internal server error
{- "errors": [
- "string"
], - "message": "string",
- "status": 0
}
Apply a tile icon to a device.
Successful Operation
Bad request
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Internal server error
{- "icon": "bc9b3dc5-578a-4929-a13c-7d1a9725e2b0",
- "apply_mode": "devices",
- "device_model": "string",
- "devices": [
- null
], - "groups": [
- "string"
]
}
{- "icon": "bc9b3dc5-578a-4929-a13c-7d1a9725e2b0",
- "apply_mode": "devices",
- "device_model": "string",
- "devices": [
- null
], - "groups": [
- "string"
]
}
Returns the model of the device(s)
Successful Operation
Bad request
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Internal server error
{- "model": "string"
}
{- "model": "string"
}