Retrieves a list of Yike folders.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListYikeAssetFolders |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProductionId |
string |
No |
The project ID. If this parameter is omitted, folders in the default project are returned. |
ProductionId |
| PageNo |
integer |
No |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. Maximum value: 50. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| FolderList |
array<object> |
The folder list. |
|
|
object |
The details of the folder. |
||
| FolderId |
string |
The folder ID. |
fd-EXRyxc5SHY |
| FolderName |
string |
The folder name. |
default |
| ProductionId |
string |
The project ID. |
pd_183320223010**** |
| IsDefault |
boolean |
Indicates whether the folder is the default folder. |
1 |
| CreateTime |
string |
The creation time. |
2026-01-22T02:07:06Z |
| WorkspaceId |
string |
The workspace ID. |
llm-odl2p61i4vfbph4g |
| Total |
integer |
The total count of folders. |
78 |
| MaxResults |
integer |
The maximum number of results per page. |
50 |
| NextToken |
string |
The token used to retrieve the next page of results. If this parameter is not returned, all results have been retrieved. |
Token |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"FolderList": [
{
"FolderId": "fd-EXRyxc5SHY",
"FolderName": "default",
"ProductionId": "pd_183320223010****",
"IsDefault": true,
"CreateTime": "2026-01-22T02:07:06Z",
"WorkspaceId": "llm-odl2p61i4vfbph4g"
}
],
"Total": 78,
"MaxResults": 50,
"NextToken": "Token"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.