POST V2/PhotoAlbum/SearchFolderInfo
Request Information
URI Parameters
None.
Body Parameters
FileInfoCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| FolderId | integer |
None. |
|
| FileId | integer |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FolderId": 1,
"FileId": 2,
"Page": 3,
"PageSize": 4,
"Offset": 8,
"SortName": "sample string 5",
"SortOrder": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
FolderInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MemberId | string |
None. |
|
| MemberName | string |
None. |
|
| string |
None. |
||
| NameTransId | globally unique identifier |
None. |
|
| Names | Collection of MutiLanguage |
None. |
|
| ParentId | integer |
None. |
|
| ParentPath | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreateBy | string |
None. |
|
| CreateDate | date |
None. |
|
| UpdateBy | string |
None. |
|
| UpdateDate | date |
None. |
|
| FolderName | string |
None. |
|
| FileList | PageDataOfFileInfoN |
None. |
|
| CoverImg | string |
None. |
|
| ThumbnailImg | string |
None. |
|
| HasChildren | boolean |
None. |
|
| AlbumNaviList | Collection of AlbumNaviView |
None. |
Response Formats
application/json
Sample:
text/json
Sample: