# DO01 - List all document types

Call Frequency

Recommended usage: Once per day
Maximum usage: Once per day
Read More

More contextLocalization

This resource supports locale parameter (see documentation)Localized output fields will be highlighted with an icon:

Endpoint: GET /api/documents

## Query parameters:

  - `entities` (string)
    A comma separated list of values, representing the type of entities the document type should be related to. Accepted values are ORDER, SHOP. Ex: ORDER,SHOP

## Response 200 fields (application/json):

  - `documents` (array, required)
    Document types

  - `documents.code` (string, required)
    Type code

  - `documents.description` (string, required)
    Type description

  - `documents.entity` (string, required)
    Entity type linked to the document type
    Enum: "ORDER", "SHOP"

  - `documents.label` (string, required)
    Type label

  - `documents.mime_types` (array)
    Authorized mime types

  - `documents.models` (array)
    The list of platform models on which this document type is available. This field is only present for document types linked to a 'SHOP' entity.
    Enum: "MARKETPLACE", "DROPSHIP", "ONE_CREDITOR"


