Queries the count of response tasks associated with an entity UUID.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeProcessTaskNumber |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EntityUuidList |
array |
Yes |
The UUIDs of the entities. |
|
|
string |
No |
The UUID of the entity. |
a680c9ae-****-4c39-****-0302****fc8e |
|
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
| RoleType |
string |
No |
The view type.
|
0 |
| RoleFor |
integer |
No |
The UID of the member whose permissions you want to use to call the operation. |
104739******259 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data that is returned. |
||
| RequestId |
string |
The ID of the request. |
e866cce0-****-41de-817e-****8d5e2650 |
| Data |
array<object> |
The data that is returned. |
|
|
object |
The result set. |
||
| EntityUuid |
string |
The UUID of the entity. |
a680c9ae-****-4c39-****-0302****fc8e |
| Count |
integer |
The number of tasks. |
67 |
Examples
Success response
JSON format
{
"RequestId": "e866cce0-****-41de-817e-****8d5e2650",
"Data": [
{
"EntityUuid": "a680c9ae-****-4c39-****-0302****fc8e",
"Count": 67
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.