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

NameTypeDescription
matterIdintEquinox internal reference for the matter


RETURNS

Sample response 

[
{
  "2": "Authority",
  "1": "Client",
  "4": "Foreign associate",
  "3": "Internal",
}
]