v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Relationships

Get relationship on a role

Returns a relationship with a specified role in a matter.

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

Path parameters

matterIdstring uuid required
roleIdstring uuid required
idstring uuid required

Response

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

hrefstring nullable
relationstring nullable
methodstring nullable
idstring nullable

Unique identifier of the relationship.

namestring nullable

Name of the relationship.

Example response

{
  "id": "009f778f-83df-454a-b344-768a862a7e55",
  "name": "Solicitor"
}