curl --request GET \
--url https://api.smokeball.com/matters/{matterId}/roles \
--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",
"matterId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"roles": [
{
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"id": "009f778f-83df-454a-b344-768a862a7e55",
"name": "Client",
"contact": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"roleDescription": "Head Honcho",
"description": "The person for whom I am working",
"representatives": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
],
"relationships": [
{
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"id": "009f778f-83df-454a-b344-768a862a7e55",
"name": "Solicitor",
"contact": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"representatives": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
]
}
],
"isClient": false,
"isOtherSide": false
}
]
}Returns associated roles for a specified matter.
curl --request GET \
--url https://api.smokeball.com/matters/{matterId}/roles \
--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",
"matterId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"roles": [
{
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"id": "009f778f-83df-454a-b344-768a862a7e55",
"name": "Client",
"contact": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"roleDescription": "Head Honcho",
"description": "The person for whom I am working",
"representatives": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
],
"relationships": [
{
"href": "<string>",
"relation": "<string>",
"method": "GET",
"self": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"id": "009f778f-83df-454a-b344-768a862a7e55",
"name": "Solicitor",
"contact": {
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
},
"representatives": [
{
"id": "<string>",
"href": "<string>",
"relation": "<string>",
"method": "GET"
}
]
}
],
"isClient": false,
"isOtherSide": false
}
]
}When request is successful. Returns a 'MatterRoles' object.
Show child attributes
Version id of the record.
"832e778f-83df-454a-b344-768a862a7e67"
Matter id.
"b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2"
List of associated roles.
Show child attributes