cURL
curl --request GET \ --url https://api.smokeball.com/layouts/{id} \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET", "self": { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }, "versionId": "763c3857-2ed9-4c5d-bee0-c48d48a7543e", "name": "Case Details", "lastUpdated": 637847425252027400, "description": "Property and title details", "fields": [ { "name": "PinAndLotSizes[]/AccountNumber", "type": "Combobox", "possibleValues": [ "Residence", "Commercial", "Factory", "Office" ] } ] }
Retrieves a specified layout design.
Layout design Id
When request is successful. Returns a 'LayoutDesign' object.
The response is of type object.
object