Get Layouts
info
All JSON array responses have been shortened for readability.
GET/<ApplicationID>/layouts
Endpoint Requires Authentication
Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/layouts
Description
Returns an an array of objects containing layouts in the given application.
Returns
{
"timestamp": "2023-03-23T09:04:01.633Z",
"data": [
{
"_id": "641c1177ebc8b2f3c195b057",
"targetCollection": null,
"name": "Dashboard",
"html": "{/*\r\n Application: iWM 2.0\r\n Created: Mon Jan 09 2023 16:16:14 GMT+0000 (Greenwich Mean Time)\r\n*/}\r\n\r\n<Container className=\"overflow-y-scroll items-start\">\r\n\r\n <Card className=\"flex justify-end mb-6\">\r\n ...",
"showFilterButton": true,
"icon": "faRocketLaunch",
"createdAt": "2023-01-09T16:16:23.605Z",
"updatedAt": "2023-03-06T16:58:24.378Z",
"__v": 0
}
]
}