Create Layout
POST {{baseUrl}}/api/v1/layouts
This API creates the layout
OAuth Scope
Desk.settings.CREATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
isDefaultLayout (required) | <boolean> | Key that returns if the layout is the default layout in the module |
sections (required) | <list> | sections in the layout |
module (required) | <string> max chars : 100 | mdoule name |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"modifiedTime":"2019-05-09T04:52:57.000Z","departmentId":"4000000012710","module":"Accounts","layoutDisplayName":"Clonned Account Layout","layoutDesc":"DESC","isDefaultLayout":false,"sections":[{"name":"Account Information","isCustomSection":true,"id":1,"fields":[{"displayLabel":"Account Name","isCustomField":false,"name":"accountName","id":"4000000000404","isSystemMandatory":true,"isRemovable":false,"type":"Text","maxLength":200,"isMandatory":true},{"displayLabel":"Email","isCustomField":false,"name":"email","id":"4000000000408","isSystemMandatory":false,"isRemovable":true,"type":"Email","maxLength":120,"isMandatory":false},{"displayLabel":"Phone","isCustomField":false,"name":"phone","id":"4000000000406","isSystemMandatory":false,"isRemovable":true,"type":"Phone","maxLength":30,"isMandatory":false},{"displayLabel":"Website","isCustomField":false,"name":"website","id":"4000000000410","isSystemMandatory":false,"isRemovable":true,"type":"URL","maxLength":2083,"isMandatory":false},{"displayLabel":"Country","isCustomField":false,"name":"country","id":"4000000000438","isSystemMandatory":false,"isRemovable":true,"type":"Text","maxLength":30,"isMandatory":false},{"displayLabel":"Account Owner","isCustomField":false,"name":"ownerId","id":"4000000000412","isSystemMandatory":false,"isRemovable":false,"type":"LookUp","maxLength":120,"isMandatory":false}]}],"layoutName":"accounts layout ","skipDeptAccessValidation":false,"createdBy":"4000000015894","createdTime":"2019-05-09T04:52:57.000Z","modifiedBy":"4000000015894","id":"4000000043004","status":"active"}