Get Browser Layouts
info
All JSON array responses have been shortened for readability.
GET/<ApplicationID>/collections/<CollectionID>/browserlayouts
Endpoint Requires Authentication
Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/collections/641c1177ebc8b2f3c195b033/browserlayouts
Description
Returns an array of objects containing browser layouts linked to the given collection.
Returns
{
"timestamp": "2023-03-23T11:14:10.450Z",
"data": [
{
"_id": "641c1177ebc8b2f3c195b042",
"owner": null,
"name": "Default",
"isDefault": true,
"isPublic": true,
"allowPublicEditing": false,
"columns": [
{
"key": "name",
"property": "name",
"label": "Name",
"width": 100,
"propertyType": ["string"],
"propertyPath": []
}
],
"createdAt": "2023-03-20T13:10:45.883Z",
"updatedAt": "2023-03-20T13:10:45.883Z",
"__v": 0
}
]
}