Image
Controller for Image API
API | Description |
---|---|
GET api/Image?accountId={accountId}&reference={reference} |
Retrieves a collection of image references for the device. |
GET api/Image/{id} |
Retrieves a specific device image. |
GET api/Image/{id}?accountId={accountId}&reference={reference} |
Retrieves a specific device image by index. |
POST api/Image?accountId={accountId}&reference={reference} |
Uploads a new device image |
PUT api/Image/{id} |
Updates an existing image |
DELETE api/Image/{id} |
Deletes an existing image |
GET api/Image/{accountId}/{reference} |
Retrieves a collection of image references for the device. |
GET api/Image/{accountId}/{reference}/{id} |
Retrieves a specific device image by index. |
POST api/Image/{accountId}/{reference} |
Uploads a new device image |