Get application information
Get application information, including groups, worksheets, and custom pages under the application.
Request Code Samples
curl --location --request GET 'https://www.nocoly.com/v3/app' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;'
Responses
application/json
Successfully obtained application information
{
"data": {
"organizationId": "28447959-cf7f-4ae9-XXXXXXXXXXXXXXX",
"appId": "b55d6ceb-b69a-44f0-a011-XXXXXXXXXXXXXXX",
"name": "Customer relationship management",
"iconUrl": "https://fp1.example.cn/customIcon/sys_13_1_shop.svg",
"color": "#3054EB",
"desc": "",
"sections": [
{
"id": "676910ae3e6f2583f5d3edd5",
"name": "Dashboard",
"items": [
{
"id": "676910ad3e6f2583f5d3edd0",
"name": "Application guide (operation instructions)",
"type": 1,
"iconUrl": "https://fp1.example.cn/customIcon/12_2_book.svg",
"status": 1,
"alias": "",
"notes": ""
}
],
"childSections": []
}
]
},
"success": true
}
Modified at 2026-03-30 07:15:12