Get Browser Layouts
info
All JSON array responses have been shortened for readability.
GET/<ApplicationID>/browserlayouts
Endpoint Requires Authentication
Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/browserlayouts
Description
Returns an an array of objects containing browser layouts in the given application.
Returns
{
"timestamp": "2023-03-23T09:06:52.077Z",
"data": [
{
"_id": "641c1177ebc8b2f3c195b03c",
"localCollection": "641c1177ebc8b2f3c195b03a",
"owner": "635247dd84fedd17461787ca",
"name": "Default",
"isDefault": false,
"isPublic": true,
"allowPublicEditing": false,
"columns": [
{
"key": "ticket.ticketno",
"property": "ticketno",
"label": "Ticket > Ticketno.",
"width": 0,
"propertyType": ["integer"],
"propertyPath": ["ticket"]
},
{
"key": "gross.timestamp",
"property": "timestamp",
"label": "Gross > Timestamp",
"width": 0,
"propertyType": ["string"],
"format": "date-time",
"propertyPath": ["gross"]
},
{
"key": "location.name",
"property": "name",
"label": "Location > Name",
"width": 0,
"propertyType": ["string", "null"],
"propertyPath": ["location"]
}
],
"createdAt": "2022-12-14T14:30:46.618Z",
"updatedAt": "2023-02-27T16:01:00.423Z",
"__v": 0
}
]
}