POST api/Photo/GetPhotoList
Request Information
URI Parameters
None.
Body Parameters
ListParameterOfPhotoListFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Filter | PhotoListFilter |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| OrderByColumnName | string |
None. |
|
| InAscendingOrder | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"filter": {},
"pageNumber": 1,
"pageSize": 1,
"orderByColumnName": "sample string 1",
"inAscendingOrder": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
ListModelOfPhotoListVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Pagination | Pagination |
None. |
|
| Items | Collection of PhotoListVm |
None. |
|
| Files | Collection of ContentFileModel |
None. |
|
| Images | Collection of ContentImageModel |
None. |
|
| SeoData | SEOData |
None. |
|
| AuthCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"pagination": null,
"items": [
{
"key": "sample string 1",
"photoName": "sample string 2",
"description": "sample string 3",
"coverImage": "sample string 4",
"place": "sample string 5",
"readCnt": 1.0,
"phPicCnt": 1.0,
"activityDate": "2025-12-25T20:19:00.1357874+08:00"
},
{
"key": "sample string 1",
"photoName": "sample string 2",
"description": "sample string 3",
"coverImage": "sample string 4",
"place": "sample string 5",
"readCnt": 1.0,
"phPicCnt": 1.0,
"activityDate": "2025-12-25T20:19:00.1357874+08:00"
}
],
"files": [
{
"fileId": "sample string 1",
"oId": 1.0,
"fileName": "sample string 2",
"fileKbSize": 1,
"fileUrl": "sample string 3",
"fileDocsName": "sample string 4",
"filePath": "sample string 5",
"fileFullPath": "sample string 6",
"tableName": "sample string 7",
"contentType": "sample string 8"
},
{
"fileId": "sample string 1",
"oId": 1.0,
"fileName": "sample string 2",
"fileKbSize": 1,
"fileUrl": "sample string 3",
"fileDocsName": "sample string 4",
"filePath": "sample string 5",
"fileFullPath": "sample string 6",
"tableName": "sample string 7",
"contentType": "sample string 8"
}
],
"images": [
{
"fileId": 1.0,
"oId": 1.0,
"langCode": "sample string 2",
"fileName": "sample string 3",
"pictureUrl": {
"original": "sample string 1",
"large": "sample string 2",
"medium": "sample string 3",
"small": "sample string 4"
}
},
{
"fileId": 1.0,
"oId": 1.0,
"langCode": "sample string 2",
"fileName": "sample string 3",
"pictureUrl": {
"original": "sample string 1",
"large": "sample string 2",
"medium": "sample string 3",
"small": "sample string 4"
}
}
],
"seoData": {
"title": "sample string 1",
"description": "sample string 2",
"featuredImageUrl": "sample string 3"
},
"authCode": "sample string 1"
}