cURL
curl --request GET \ --url https://api.smokeball.com/matters/{matterId}/roles/{roleId}/relationships \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET", "self": { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }, "versionId": "832e778f-83df-454a-b344-768a862a7e67", "relationships": [ { "href": "<string>", "relation": "<string>", "method": "GET", "self": { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "<string>" }, "id": "009f778f-83df-454a-b344-768a862a7e55", "name": "Solicitor", "contact": { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "<string>" }, "representatives": [ { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "<string>" } ] } ] }
Returns associated relationships for a specified matter and role group.
When request is successful. Returns a 'MatterRelationships' object.
Show child attributes
Version id of the record.
"832e778f-83df-454a-b344-768a862a7e67"
List of associated relationships.