DocuTray
API ReferenceDocument types

listDocumentTypes

List accessible document types

GET/api/document-types

Retrieve the paginated list of document types the user can access, with optional search by name, code, or description. Includes:

  • Documents created by the user
  • Documents from the user's organizations
  • Public published documents (isPublic=true and isDraft=false)

Supports pagination and search.

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Bearer token for API authentication

In: header

Query Parameters

search?string

Search by name, code, or description of the document type

page?integer

Page number (starts at 1)

Default1
Range1 <= value
limit?integer

Number of results per page (maximum 100)

Default20
Range1 <= value <= 100

Response Body

application/json

application/json

application/json

application/json

application/json

application/json