Get a list of document categories.
Retrieve a list of document categories associated with a specific TPA (Third Party Administrator) identified by the tpaId. This endpoint is useful for applications that need to display or manage document categories relevant to a participant's account.
Request
-
tpaId string Required
A unique identifier used to identify your admin instance. This value is system generated when the admin instance was created.
-
Accept-Language enum<string>
Specify the participant’s language preference for the response. The API will return text in the specified language (Spanish, French, or English), defaulting to English if not specified or if an invalid value is provided. If a requested field lacks a translation, the English value will be returned.
Possible values:esenfr
-
decrypt integer <int32>
Indicate if the URI parameters are encrypted or not. Use 1 for encrypted, 0 for decrypted (default is 0). This affects how the API interprets the incoming identifiers.
Response
-
array <object>
-
TpaId string
-
CategoryKey integer <int32>
-
CategoryId string
-
CategoryName string
-
DisplayOrder integer <int32>
-
LastUpdateDate string <date-time>
-