Use the batch request lookup endpoint and DocIDs to return previously returned documents.

Parameters Rules

The following lists describe the parameters rules.

General parameter 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 bundle parameter can be applied at the individual request level and should be specified for each URL in the BODY section of the request.
  • The tenant, role, and format parameters cover all requests and should be specified on the POST URL.
  • If a user is not mapped to a single tenant and role, these parameters are required.

Batch lookup parameter rules

  • The DocID length is 38 characters.
  • DocID contains only valid characters (a-z and 0-9)
  • The bundle parameter can be applied at the individual request level and should be specified for each URL in the BODY section of the request.
  • The tenant, role, and format parameters cover all requests and should be specified on the POST URL.
Language
Authorization
OAuth2