Skip to main content

Get Browser Layouts

info

All JSON array responses have been shortened for readability.

GET/<ApplicationID/collections/<CollectionID>/browserlayouts/<BrowserLayoutID>
Endpoint Requires Authentication


warning

Browser Layouts are primarily used with the frontend interface at go.centrix.world. They can only be used with a valid collection parent.

Example
https://api.centrix.world/641c1177ebc8b2f3c195b02c/collections/641c1177ebc8b2f3c195b033/browserlayouts/641c1177ebc8b2f3c195b042
Description

Returns an object containing the given browser layout.

Returns
{
"timestamp": "2023-03-23T11:19:45.563Z",
"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
}
}