v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBRelationships
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.
Example response
{
"versionId": "832e778f-83df-454a-b344-768a862a7e67",
"relationships": [
{
"id": "009f778f-83df-454a-b344-768a862a7e55",
"name": "Solicitor"
}
]
}