Queries approval nodes.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. Note
: To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see Manage DMS tenants.
| -1 |
SearchName | string | No | The name that is used to search for approval nodes. | admin |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "CFD8FE00-36D9-4C1B-940D-65A7B73D9066",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"WorkflowNodes": {
"WorkflowNode": [
{
"Comment": "test",
"CreateUserNickName": "test",
"NodeType": "SYS",
"NodeName": "test",
"AuditUsers": {
"AuditUser": [
{
"RealName": "test",
"UserId": 123,
"NickName": "test"
}
]
},
"CreateUserId": 123,
"NodeId": 123
}
]
},
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history