Retrieves the details of a sub-crowd.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pairec:GetSubCrowd |
get |
*All Resource
|
None | None |
Request syntax
GET /api/v1/crowds/{CrowdId}/subcrowds/{SubCrowdId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CrowdId |
string |
Yes |
The ID of the crowd. You can call the |
3 |
| SubCrowdId |
string |
Yes |
The ID of the sub-crowd. You can call the |
4 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the instance. You can call the |
pairec-cn-abcdefg1234 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
01D22D08-BA20-5F35-8302-99115F288220 |
| Source |
string |
The source of the sub-crowd. Valid values: |
ManualInput |
| Users |
string |
The users in the sub-crowd. |
user1,user2 |
| Quantity |
string |
The number of users in the sub-crowd. |
3 |
| GmtCreateTime |
string |
The time when the sub-crowd was created. |
2021-12-15T23:24:33.132+08:00 |
Examples
Success response
JSON format
{
"RequestId": "01D22D08-BA20-5F35-8302-99115F288220",
"Source": "ManualInput",
"Users": "user1,user2",
"Quantity": "3",
"GmtCreateTime": "2021-12-15T23:24:33.132+08:00"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.