GET api/EquipmentColorImages/{id}
List EquipmentColorImages by Equipment Color Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of equipment_color_image_dc| Name | Description | Type | Additional information |
|---|---|---|---|
| EquipmentColorImageId | integer |
None. |
|
| EquipmentColorId | integer |
None. |
|
| Image | string |
None. |
|
| Caption | string |
None. |
|
| CreatedDateTime | date |
None. |
|
| LastUpdatedDateTime | date |
None. |
|
| CreatedBy | integer |
None. |
|
| LastModifiedBy | integer |
None. |
|
| Deleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EquipmentColorImageId": 1,
"EquipmentColorId": 1,
"Image": "sample string 1",
"Caption": "sample string 2",
"CreatedDateTime": "2026-02-04T12:51:30.4035675+00:00",
"LastUpdatedDateTime": "2026-02-04T12:51:30.4035675+00:00",
"CreatedBy": 1,
"LastModifiedBy": 1,
"Deleted": 1
},
{
"EquipmentColorImageId": 1,
"EquipmentColorId": 1,
"Image": "sample string 1",
"Caption": "sample string 2",
"CreatedDateTime": "2026-02-04T12:51:30.4035675+00:00",
"LastUpdatedDateTime": "2026-02-04T12:51:30.4035675+00:00",
"CreatedBy": 1,
"LastModifiedBy": 1,
"Deleted": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfequipment_color_image_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
<equipment_color_image_dc>
<Caption>sample string 2</Caption>
<CreatedBy>1</CreatedBy>
<CreatedDateTime>2026-02-04T12:51:30.4035675+00:00</CreatedDateTime>
<Deleted>1</Deleted>
<EquipmentColorId>1</EquipmentColorId>
<EquipmentColorImageId>1</EquipmentColorImageId>
<Image>sample string 1</Image>
<LastModifiedBy>1</LastModifiedBy>
<LastUpdatedDateTime>2026-02-04T12:51:30.4035675+00:00</LastUpdatedDateTime>
</equipment_color_image_dc>
<equipment_color_image_dc>
<Caption>sample string 2</Caption>
<CreatedBy>1</CreatedBy>
<CreatedDateTime>2026-02-04T12:51:30.4035675+00:00</CreatedDateTime>
<Deleted>1</Deleted>
<EquipmentColorId>1</EquipmentColorId>
<EquipmentColorImageId>1</EquipmentColorImageId>
<Image>sample string 1</Image>
<LastModifiedBy>1</LastModifiedBy>
<LastUpdatedDateTime>2026-02-04T12:51:30.4035675+00:00</LastUpdatedDateTime>
</equipment_color_image_dc>
</ArrayOfequipment_color_image_dc>