DESCRIPTION
This endpoint fetches all primary classifications that are applicable to the specified matter.
URL STRUCTURE
https://[hostname]/document-classifications-for-matter/{matterId:[0-9]+}
METHOD
GET
HEADERS
**Authorization:**
string Base64 [email]:[key]
ARGUMENTS
Name | Type | Description |
---|---|---|
matterId | int | Equinox internal reference for the matter |
RETURNS
Sample response
[
{
"2": "Authority",
"1": "Client",
"4": "Foreign associate",
"3": "Internal",
}
]