Last Updated on : 2023-06-21 07:12:57download
Query the list of approval settings under a specified project.
GET: /v2.0/iot-03/meeting-settings/approvals
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
page_no | Integer | query | true | The page number. |
page_size | Integer | query | true | The number of items per page. |
Parameter name | Type | Description |
---|---|---|
result | Page |
Description of result
Parameter name | Type | Description |
---|---|---|
total | Long | The total number of items. |
list | List | The list of approval settings. |
has_more | Boolean | Specifies whether to return the next page. |
Description of list
Parameter name | Type | Description |
---|---|---|
id | String | The ID of an approval setting. |
approval_type | String | The type of approval. |
GET: /v2.0/iot-03/meeting-settings/approvals?pageNo=1&pageSize=20
{
"result": {
"list": [
{
"approval_type": "anyOneSign",
"id": "1410203102241366072"
},
{
"approval_type": "anyOneSign",
"id": "1410073153429835857"
}
],
"total": 2,
"has_more": false
},
"t": 1625057895438,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback