ListSkillSpaces
Queries a list of SkillSpaces.
Operation description
Prerequisites
Ensure the service provider enabled the upgrade feature and configured its parameters when creating the service.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Filter |
array<object> |
No |
The query filters. |
|
|
object |
No |
The filter. |
||
| Value |
array |
No |
The filter values. You can specify 1 to 10 values. |
|
|
string |
No |
A value for the filter. |
ss-xxxx |
|
| Name |
string |
No |
The filter name. You can specify one or more filter names. Valid values:
|
SkillSpaceId |
| NextToken |
string |
No |
The token for the next page of results. To retrieve the next page, set this parameter to the |
BBBAAfu+XtuBE55iRLHEYYuojI4= |
| MaxResults |
integer |
No |
The number of entries to return per page. Maximum value: 100. Default value: 20. |
100 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
4DB0F536-B3BE-4F0D-BD29-E83FB56D550C |
| NextToken |
string |
The token for the next page of results. If this parameter is not returned, no more results are available. |
AAAAAWns8w4MmhzeptXVRG0PUEU= |
| MaxResults |
integer |
The number of entries returned per page. |
20 |
| TotalCount |
integer |
The total number of entries. |
1 |
| SkillSpaces |
array<object> |
The list of SkillSpaces. |
|
|
object |
|||
| SkillSpaceId |
string |
The SkillSpace ID. |
ss-111111 |
| SkillSpaceName |
string |
The SkillSpace name. |
1111 |
| SkillSpaceDescription |
string |
The SkillSpace description. |
1111 |
| CreateTime |
string |
The time when the SkillSpace was created. The time is in UTC. |
2025-11-03T22:58:52Z |
| UpdateTime |
string |
The time when the SkillSpace was last updated. The time is in UTC. |
2025-11-03T22:57:29Z |
Examples
Success response
JSON format
{
"RequestId": "4DB0F536-B3BE-4F0D-BD29-E83FB56D550C",
"NextToken": "AAAAAWns8w4MmhzeptXVRG0PUEU=",
"MaxResults": 20,
"TotalCount": 1,
"SkillSpaces": [
{
"SkillSpaceId": "ss-111111",
"SkillSpaceName": "1111",
"SkillSpaceDescription": "1111",
"CreateTime": "2025-11-03T22:58:52Z",
"UpdateTime": "2025-11-03T22:57:29Z"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.