curl --request GET \
--url https://api.smokeball.com/matters/{matterId}/layouts \
--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"
},
"value": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"name": "Item",
"description": "Text describing item",
"itemId": "59791902-6280-471b-bd18-f8439ba3042f",
"parentId": "Client",
"index": 0,
"layoutDesign": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"values": [
{
"key": "<string>",
"value": "<string>",
"state": "<unknown>"
}
],
"events": [
{
"id": "<string>",
"appointmentId": "<string>"
}
]
}
]
}Returns a collection of layout items on a specified matter.
curl --request GET \
--url https://api.smokeball.com/matters/{matterId}/layouts \
--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"
},
"value": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"name": "Item",
"description": "Text describing item",
"itemId": "59791902-6280-471b-bd18-f8439ba3042f",
"parentId": "Client",
"index": 0,
"layoutDesign": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"values": [
{
"key": "<string>",
"value": "<string>",
"state": "<unknown>"
}
],
"events": [
{
"id": "<string>",
"appointmentId": "<string>"
}
]
}
]
}Matter Id
When request is successful. Returns a 'LayoutMatterItemDataCollection' object.
Show child attributes
Name of the layout item.
"Item"
Brief description of the layout item.
"Text describing item"
Unique identifier for the layout item.
"59791902-6280-471b-bd18-f8439ba3042f"
Unique identifier for the parent layout design.
"Client"
Zero-based index of the layout item.
0