Last Updated on : 2023-06-21 07:12:59download
Query the to-do and done list of the specified personnel according to the personnel ID.
GET: /v2.0/iot-03/meeting-approvals
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
type | String | query | true | The status of a specified approval. Valid values: 0 : pending for approval. 1 : finished. |
uid | String | query | true | The ID of the person who approves the reservation. |
page_size | Integer | query | false | The number of items returned on each page. |
page_no | Integer | query | false | The page number. |
Parameter name | Type | Description |
---|---|---|
result | Page |
Description of result
Parameter name | Type | Description |
---|---|---|
total | Long | The number of items on a page. |
list | List | |
has_more | Boolean | Specifies whether to return the next page. |
Description of list
Parameter name | Type | Description |
---|---|---|
id | String | The ID of a specified approval. |
title | String | The title of a specified approval. |
current_step | String | The current node. |
reservation_id | String | The reservation ID. |
submit_time | Long | The time when a reservation is submitted. |
GET: /v2.0/iot-03/meeting-approvals?type=0&uid=007&page_size=10&page_no=1
{
"result": {
"list": [
{
"submit_time": 1625040656482,
"title": "VIP Meeting Room No. 44 Approval",
"reservation_id": "1410148835895808097",
"id": "1410148836105519137",
"current_step": "anyOneSign"
},
{
"submit_time": 1625040330438,
"title": "VIP Meeting Room No. 3 Approval",
"reservation_id": "1410147468254908448",
"id": "1410147468573671501",
"current_step": "anyOneSign"
},
{
"submit_time": 1625040272326,
"title": "VIP Meeting Room No. 3 Approval",
"reservation_id": "1410147224574234670",
"id": "1410147224834281495",
"current_step": "anyOneSign"
},
{
"submit_time": 1625040162416,
"title": "VIP Meeting Room No. 3 Approval",
"reservation_id": "1410146763175632934",
"id": "1410146763838328869",
"current_step": "anyOneSign"
},
{
"submit_time": 1624972913054,
"title": "Meeting Room No. 1 Approval",
"reservation_id": "1409864696705589333",
"id": "1409864699574489109",
"current_step": "anyOneSign"
}
],
"total": 5,
"has_more": false
},
"t": 1625062730235,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback