GET api/Image/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ImageModels| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| path | string |
None. |
|
| dateAdded | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"path": "sample string 2",
"dateAdded": "2026-01-15T03:53:38.5619232+00:00"
}
application/xml, text/xml
Sample:
<ImageModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ataxi.Models"> <Id>1</Id> <dateAdded>2026-01-15T03:53:38.5619232+00:00</dateAdded> <path>sample string 2</path> </ImageModels>