v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Relationships

Get relationships on a matter

Returns associated relationships for a specified matter and role group.

get/matters/{matterId}/roles/{roleId}/relationships

Path parameters

matterIdstring uuid required
roleIdstring uuid required

Response

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

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable
versionIdstring nullable

Version id of the record.

Example response

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