DESCRIPTION
This endpoint fetches all primary classifications for the organisation.
URL STRUCTURE
https://[hostname]/document-classifications
METHOD
GET
HEADERS
**Authorization:**
string Base64 [email]:[key]
RETURNS
Sample response
[
{
"15": "Opposition",
"2": "Authority",
"1": "Client",
"4": "Foreign associate",
"3": "Internal",
"7": "Other associate",
"5": "Other side / third party client",
"6": "Other side / third party solicitor",
"8": "Renewals"
}
]