Last Updated on : 2023-06-21 07:13:02
Query the approval node of a meeting based on the meeting reservation ID.
GET: /v2.0/iot-03/meeting-approvals/nodes
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| reservation_id | String | query | true | The reservation ID. |
| Parameter name | Type | Description |
|---|---|---|
| result | List | The query result. |
Description of result
| Parameter name | Type | Description |
|---|---|---|
| approval_type | String | The task node type. Valid values:
|
| nodes | List | The data list of nodes. |
Description of nodes
| Parameter name | Type | Description |
|---|---|---|
| id | String | The ID of a specified task node. |
| status | Integer | The status of a specified task. Valid values:
|
| gmt_create | Long | The time when it is created. |
| gmt_modified | Long | The time when it is modified. |
GET: /v2.0/iot-03/meeting-approvals/nodes?reservation_id=148080453577657****
{
"result": [
{
"approval_type": "allMustSign",
"nodes": [
{
"gmt_create": 1641886288132,
"gmt_modified": 1641886310352,
"id": "bay163704644561****",
"status": 2
}
]
},
{
"approval_type": "allMustSign",
"nodes": [
{
"gmt_create": 1641886310368,
"gmt_modified": 1641886310484,
"id": "bay164144073495****",
"status": 0
}
]
}
],
"t": 1641886748022,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback