POST api/Images/GetImageByType
Request Information
URI Parameters
None.
Body Parameters
RequestGetImageByType| Name | Description | Type | Additional information |
|---|---|---|---|
| ReturnSizeType | EnumImageSizeType |
None. |
|
| ImageResourceId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReturnSizeType": 0,
"ImageResourceId": "953c9c45-6d4a-480a-a1d8-c23aa8a6b854"
}
application/xml, text/xml
Sample:
<RequestGetImageByType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Request.Images"> <ImageResourceId>953c9c45-6d4a-480a-a1d8-c23aa8a6b854</ImageResourceId> <ReturnSizeType>Default</ReturnSizeType> </RequestGetImageByType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ExecuteResultOfImageStore| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ImageStore |
None. |
|
| Success | boolean |
None. |
|
| IsSuccess | boolean |
None. |
|
| Msg | string |
None. |
|
| Code | integer |
None. |
|
| StatusCode | string |
None. |
|
| Errors | Dictionary of string [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"ImageResourceId": "647cc8f1-c8d8-4d62-b8bc-db7db1816b98",
"ImageSizeType": 0,
"URLPath": "sample string 2",
"PhysicsPath": "sample string 3",
"IsShow": true,
"ID": "a19674f0-262a-48a1-88cf-34ef53dd78d8",
"CreateMemberID": "54e8a7f0-f287-4ae7-b1c0-a1faf1ac90f7",
"CreateDate": "2026-06-21T03:14:31.9678623+08:00",
"EditeMemberID": "5f6d117a-5e75-49a8-baa7-66e0e6bae84b",
"EditeDate": "2026-06-21T03:14:31.9678623+08:00",
"Flag": 10
},
"Success": true,
"IsSuccess": true,
"Msg": "sample string 3",
"Code": 4,
"StatusCode": "sample string 5",
"Errors": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
application/xml, text/xml
Sample:
<ExecuteResultOfImageStoreRAoaKam_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.Core">
<Code>4</Code>
<Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Errors>
<IsSuccess>true</IsSuccess>
<Msg>sample string 3</Msg>
<StatusCode>sample string 5</StatusCode>
<Success>true</Success>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Images">
<_x003C_CreateDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">2026-06-21T03:14:31.9678623+08:00</_x003C_CreateDate_x003E_k__BackingField>
<_x003C_CreateMemberID_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">54e8a7f0-f287-4ae7-b1c0-a1faf1ac90f7</_x003C_CreateMemberID_x003E_k__BackingField>
<_x003C_EditeDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">2026-06-21T03:14:31.9678623+08:00</_x003C_EditeDate_x003E_k__BackingField>
<_x003C_EditeMemberID_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">5f6d117a-5e75-49a8-baa7-66e0e6bae84b</_x003C_EditeMemberID_x003E_k__BackingField>
<_x003C_Flag_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">10</_x003C_Flag_x003E_k__BackingField>
<_x003C_ID_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">a19674f0-262a-48a1-88cf-34ef53dd78d8</_x003C_ID_x003E_k__BackingField>
<d2p1:ImageResourceId>647cc8f1-c8d8-4d62-b8bc-db7db1816b98</d2p1:ImageResourceId>
<d2p1:ImageSizeType>Default</d2p1:ImageSizeType>
<d2p1:IsShow>true</d2p1:IsShow>
<d2p1:PhysicsPath>sample string 3</d2p1:PhysicsPath>
<d2p1:URLPath>sample string 2</d2p1:URLPath>
</Data>
</ExecuteResultOfImageStoreRAoaKam_S>