934aec02cc30

latestOpenAPI 3.0.12026-08-122352981000.2 KB
Matter Items

Get items on a matter

Returns a list of items on the specified matter.

get/matters/{matterId}/items

Path parameters

matterIdstring required

Response

When request is successful. Returns a 'MatterItems' object containing a list of 'MatterItem' objects.

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable
versionIdstring nullable

Version id of the record.

Example response

{
  "versionId": "832e778f-83df-454a-b344-768a862a7e67",
  "items": [
    {
      "id": "009f778f-83df-454a-b344-768a862a7e55",
      "name": "Client"
    }
  ]
}