DESCRIPTION

This endpoint fetches all secondary classifications that are applicable to the  primary classification.

The results can optionally be filtered to incoming or outgoing specific secondary classifications. If the key is valid a JSON formatted response will be returned containing the primary classifications that are applicable to the matter specified.

URL STRUCTURE

https://[hostname]/document-classifications/secondary/{classificationId} [/{filterFor}]

METHOD

GET

HEADERS

**Authorization:**    string Base64       [email]:[key]

ARGUMENTS

NameTypeDescription
classificationIdintPrimary document classification ID
filterForenum“incoming” or ”outgoing”


RETURNS

Sample response 

[
{
  "2": "Authority",
  "1": "Client"
}
]