v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Layout Matter Items

Get a layout

Retrieves a layout item on a specified matter.

get/matters/{matterId}/layouts/{itemId}

Path parameters

matterIdstring uuid required

Matter Id

itemIdstring uuid required

Layout item Id

Response

When request is successful. Returns a 'LayoutMatterItem' object.

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable
namestring nullable

Name of the layout item.

descriptionstring nullable

Brief description of the layout item.

itemIdstring uuid

Unique identifier for the layout item.

parentIdstring nullable

Unique identifier for the parent layout design.

indexinteger

Zero-based index of the layout item.

parentIndexinteger nullable

Zero-based index of the parent layout matter item, if one exists.

Example response

{
  "name": "Item",
  "description": "Text describing item",
  "itemId": "59791902-6280-471b-bd18-f8439ba3042f",
  "parentId": "Client"
}