Last Updated on : 2023-06-21 07:13:05
Query the details of a specified approval by approval ID.
GET: /v2.0/iot-03/meeting-approvals/{approval_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
approval_id | String | uri | false | The ID of a specified approval. |
uid | String | query | false | The user ID. |
Parameter name | Type | Description |
---|---|---|
result | MeetingApprovalTaskRes | The returned list. |
Description of result
Parameter name | Type | Description |
---|---|---|
id | String | The value of a specified primary key. |
title | String | The title of a specified approval. |
current_step | String | The current node. |
reservation_id | String | The reservation ID. |
status | Integer | The status of a specified approval task. Valid values:
|
submit_time | Long | The timestamp when a specified approval is submitted. |
GET: /v2.0/iot-03/meeting-approvals/14637505335****00?uid=bay1627359****608pW
{
"result": {
"submit_time": 1637820297015,
"title": "Meeting Room No. 2 Approval",
"reservation_id": "14637505****7382658",
"id": "14637505****1643200",
"current_step": "anyOneSign",
"status": 1
},
"t": 1639194176221,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback