Matter Types
Get a matter type
Retrieves a specified matter type.
get/mattertypes/{id}
Path parameters
idstring required
Response
When request is successful. Returns a 'MatterType' object.
Example response
{
"id": "009f778f-83df-454a-b344-768a862a7e55",
"versionId": "832e778f-83df-454a-b344-768a862a7e67",
"name": "Federal Litigation",
"category": "Litigation",
"representativeOptions": [
"Applicant",
"Respondent"
],
"location": "Litigation",
"items": [
{
"id": "Plaintiff",
"providerId": "roles_provider",
"itemId": "009f778f-83df-454a-b344-768a862a7e55",
"name": "Claimant"
}
]
}