curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/reservationProject/listApp?id=922337203685477600&name=&icon=&position=&timeNumberLimit=922337203685477600&isEnable=&deviceIds=' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"data": {
"total": 922337203685477600,
"list": [
{
"id": 922337203685477600,
"name": "string",
"icon": "string",
"position": "string",
"timeNumberLimit": 922337203685477600,
"isEnable": 0,
"deviceIds": "string",
"gmtCreate": "2019-08-24T14:15:22Z",
"configs": [
{
"id": 922337203685477600,
"reservationProjectId": 922337203685477600,
"startTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"endTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"gmtCreate": "2019-08-24T14:15:22Z"
}
],
"devices": [
{
"id": 922337203685477600,
"position": "string"
}
]
}
]
},
"code": 0,
"msg": "string"
}