Last Updated on : 2023-06-21 07:12:54download
Call this interface to query hotel industry projects on a page, mainly query project time zone, area identification, detailed address and other information.
GET: /v1.0/osaas/projects
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
pageNo | int | uri | false | Pagination Page Number |
pageSize | int | uri | false | Paging page size, the maximum value is 100 |
projectIds | String[] | uri | false | Project ID list, supports up to 100 |
Parameter name | Type | Description |
---|---|---|
total | int | Total number of entries |
pageNo | int | Pagination Page Number |
pageSize | int | Paging page size, the maximum value is 100 |
projects | ProjectResponse[] | Project Details |
GET: {url}/v1.0/osaas/projects?page_no=1&page_size=20
{
"pageNo": "1",
"pageSize": "20",
"projectIds": "116082396505314***** *"
}
{
"t ": 1561381210234,
"result": {
"page_no": 1,
"projects ": [
{
"gmt_create": 1559707046000,
"address": "**province** city",
"project_name": "**Project",
"gmt_modified": 1559707046000,
"location_id": "1002",
"project_id": "116082396505314******",
"time_zone_id": "Asia/Shanghai",
"authorization_status": "AUTHORIZED"
}
],
"total": 1,
"page_size": 20
},
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback