Folder Layout
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
JSON Table
Attribute | Data Type | Description |
---|---|---|
type | String | The layout type. The expected value is folderlayout. |
location | application/json | The location for which the layout information is defined. This is a JSON object. For details about the JSON, click Location. |
length | long | Length (horizontal length) of the layout. |
width | long | Width (vertical length) of the layout. |
unit | String | Unit in which the layout is measured. The applicable values are FEET and METER. |
imageKey | String | Key to access the image attached to this layout. The key is appended to webservice/sfiles?id= |
lastModifiedTime | long | When was the layout last modified. |
Copy Sample JSON
Sample JSON
{ "type": "folderlayout", "location": { "type": "folderlocation", "id": { "type": "locallocationid", "id": 2 }, "parentId": { "type": "locallocationid", "id": 0 }, "name": "Pune", "accessibleToUser": true, "defaultLocation": false, "timezoneId": "Asia/Calcutta", "children": [ { "type": "locallocationid", "id": 3 }, { "type": "locallocationid", "id": 4 } ] }, "length": 1500, "width": 1323, "unit": "FEET", "imageKey": "f49f575c-d8ab-4fcf-b081-cc0d44ad4d86", "lastModifiedTime": 1469613043601 }
API Calls
/V5/layouts
/V5/layouts/image
/V5/layouts/image
/V5/layouts