POST api/Images/GetImages
Request Information
URI Parameters
None.
Body Parameters
RequestGetImages| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentId | globally unique identifier |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| TagName | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| KeyWord | string |
None. |
|
| SortColumn | string |
None. |
|
| SortType | EnumSortType |
None. |
|
| ParamCollection | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"DepartmentId": "5e398e95-bc59-4a81-a29c-df1b53ce58c6",
"MemberId": "5b0818c1-4ae1-4e3d-abfa-e138d91e669a",
"TagName": "sample string 3",
"PageSize": 4,
"PageIndex": 5,
"KeyWord": "sample string 6",
"SortColumn": "sample string 7",
"SortType": 0,
"ParamCollection": {
"sample string 1": {},
"sample string 3": {}
}
}
application/xml, text/xml
Sample:
<RequestGetImages xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Request.Images">
<KeyWord xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.Core">sample string 6</KeyWord>
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.Core">5</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.Core">4</PageSize>
<ParamCollection xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.Core">
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
</ParamCollection>
<SortColumn xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.Core">sample string 7</SortColumn>
<SortType xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.Core">Desc</SortType>
<DepartmentId>5e398e95-bc59-4a81-a29c-df1b53ce58c6</DepartmentId>
<MemberId>5b0818c1-4ae1-4e3d-abfa-e138d91e669a</MemberId>
<TagName>sample string 3</TagName>
</RequestGetImages>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PagingResultOfImageResources| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| Records | integer |
None. |
|
| TotalPages | integer |
None. |
|
| PagingInfo | PagingInfo |
None. |
|
| Data | Collection of ImageResources |
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:
{
"PageSize": 1,
"PageIndex": 2,
"Records": 3,
"TotalPages": 3,
"PagingInfo": {
"PageIndex": 2,
"PageSize": 1,
"TotalCount": 3,
"TotalPage": 3,
"Dics": null
},
"Data": [
{
"DepartmentId": "2e4b3eb1-cf41-401c-8f4d-43d79215a308",
"MemberId": "210f80fe-f1e0-4ca1-8d92-e4d59eec9a20",
"TagId": "dd51dfa8-e03b-4c1e-9385-3cc62898c7cf",
"PhysicsPath": "sample string 4",
"TagName": "sample string 5",
"URLPath": "sample string 6",
"ID": "441666c2-d3d7-49f7-8c80-0193aa4ad6be",
"CreateMemberID": "0fc4eb97-f37d-41a3-a822-47d7733b1504",
"CreateDate": "2026-09-19T17:32:51.2178344+08:00",
"EditeMemberID": "add94595-cdde-4697-abd9-b99ea2161094",
"EditeDate": "2026-09-19T17:32:51.2178344+08:00",
"Flag": 12
},
{
"DepartmentId": "2e4b3eb1-cf41-401c-8f4d-43d79215a308",
"MemberId": "210f80fe-f1e0-4ca1-8d92-e4d59eec9a20",
"TagId": "dd51dfa8-e03b-4c1e-9385-3cc62898c7cf",
"PhysicsPath": "sample string 4",
"TagName": "sample string 5",
"URLPath": "sample string 6",
"ID": "441666c2-d3d7-49f7-8c80-0193aa4ad6be",
"CreateMemberID": "0fc4eb97-f37d-41a3-a822-47d7733b1504",
"CreateDate": "2026-09-19T17:32:51.2178344+08:00",
"EditeMemberID": "add94595-cdde-4697-abd9-b99ea2161094",
"EditeDate": "2026-09-19T17:32:51.2178344+08:00",
"Flag": 12
}
],
"Success": true,
"IsSuccess": true,
"Msg": "sample string 6",
"Code": 7,
"StatusCode": "sample string 8",
"Errors": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
application/xml, text/xml
Sample:
<PagingResultOfImageResourcesRAoaKam_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.Core">
<Code>7</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 6</Msg>
<StatusCode>sample string 8</StatusCode>
<Success>true</Success>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Images">
<d2p1:ImageResources>
<_x003C_CreateDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">2026-09-19T17:32:51.2178344+08:00</_x003C_CreateDate_x003E_k__BackingField>
<_x003C_CreateMemberID_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">0fc4eb97-f37d-41a3-a822-47d7733b1504</_x003C_CreateMemberID_x003E_k__BackingField>
<_x003C_EditeDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">2026-09-19T17:32:51.2178344+08:00</_x003C_EditeDate_x003E_k__BackingField>
<_x003C_EditeMemberID_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">add94595-cdde-4697-abd9-b99ea2161094</_x003C_EditeMemberID_x003E_k__BackingField>
<_x003C_Flag_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">12</_x003C_Flag_x003E_k__BackingField>
<_x003C_ID_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">441666c2-d3d7-49f7-8c80-0193aa4ad6be</_x003C_ID_x003E_k__BackingField>
<d2p1:DepartmentId>2e4b3eb1-cf41-401c-8f4d-43d79215a308</d2p1:DepartmentId>
<d2p1:MemberId>210f80fe-f1e0-4ca1-8d92-e4d59eec9a20</d2p1:MemberId>
<d2p1:PhysicsPath>sample string 4</d2p1:PhysicsPath>
<d2p1:TagId>dd51dfa8-e03b-4c1e-9385-3cc62898c7cf</d2p1:TagId>
<d2p1:TagName>sample string 5</d2p1:TagName>
<d2p1:URLPath>sample string 6</d2p1:URLPath>
</d2p1:ImageResources>
<d2p1:ImageResources>
<_x003C_CreateDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">2026-09-19T17:32:51.2178344+08:00</_x003C_CreateDate_x003E_k__BackingField>
<_x003C_CreateMemberID_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">0fc4eb97-f37d-41a3-a822-47d7733b1504</_x003C_CreateMemberID_x003E_k__BackingField>
<_x003C_EditeDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">2026-09-19T17:32:51.2178344+08:00</_x003C_EditeDate_x003E_k__BackingField>
<_x003C_EditeMemberID_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">add94595-cdde-4697-abd9-b99ea2161094</_x003C_EditeMemberID_x003E_k__BackingField>
<_x003C_Flag_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">12</_x003C_Flag_x003E_k__BackingField>
<_x003C_ID_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.TPS.Model.Common">441666c2-d3d7-49f7-8c80-0193aa4ad6be</_x003C_ID_x003E_k__BackingField>
<d2p1:DepartmentId>2e4b3eb1-cf41-401c-8f4d-43d79215a308</d2p1:DepartmentId>
<d2p1:MemberId>210f80fe-f1e0-4ca1-8d92-e4d59eec9a20</d2p1:MemberId>
<d2p1:PhysicsPath>sample string 4</d2p1:PhysicsPath>
<d2p1:TagId>dd51dfa8-e03b-4c1e-9385-3cc62898c7cf</d2p1:TagId>
<d2p1:TagName>sample string 5</d2p1:TagName>
<d2p1:URLPath>sample string 6</d2p1:URLPath>
</d2p1:ImageResources>
</Data>
<PageIndex>2</PageIndex>
<PageSize>1</PageSize>
<Records>3</Records>
</PagingResultOfImageResourcesRAoaKam_S>