DESCRIPTION
This endpoint fetches all secondary classifications that are applicable to the specified matter and its current primary classification.
URL STRUCTURE
https://[hostname]/document-classifications-for-matter/{classificationId}/{matterId} [/{filterFor}]METHOD
GET
HEADERS
**Authorization:** string Base64 [email]:[key]
ARGUMENTS
| Name | Type | Description |
|---|---|---|
| classificationId | int | Primary doc classification ID. |
| matterId | int | Equinox internal reference for the matter. |
| filterFor | enum | "incoming" or "outgoing" |
RETURNS
Sample response
[
{
"2": "Authority",
"1": "Client"
}
]