Use the lookup endpoint and the DocID to return a previously called document.

Use the Lookup DocID endpoints to make calls to get a previously returned document using the DocID. For more information on DocIDs, see the Using DocIDs section of the Guide.

GET|POST /v1/docs/{document_id}?{standard_parameters}

Lookup Parameters Rules

The following list describes the general parameters rules.

  • Query lookup parameters are optional parameters and they can be used for all lookup endpoints.
  • Query parameters must be included after the ? character in the URL request and formed as [parameter_name]=[parameter_value].
  • Separate multiple parameters using &.
  • The DocID length is 38 characters.
  • DocID contains only valid characters (a-z and 0-9)
Language
Credentials
OAuth2