Skip to main content

Get Any Documents

GET 

/api/v8/partner/any-documents

Get Any Documents

Request

Query Parameters

    page integer

    Default value: 1

    The page number. The response is capped to maximum of 50 results per page.

    page_size integer

    Default value: 50

    The number of Documents per page.

    Example: 10

Responses

The list of previously processed blueprinted documents.

Schema
    anyOf
    count integerrequired

    The total number of results retrieved across all pages.

    next stringrequired

    The URL to the next page of results.

    previous stringrequired

    The URL to the previous page of results.

    results object[]required
  • Array [
  • pdf_url uri

    Possible values: non-empty and <= 2083 characters

    A signed URL to access the auto-generated PDF created from the submitted document. This URL expires 15 minutes after the response object is returned and is resigned during every GET request.

    img_thumbnail_url uri

    Possible values: non-empty and <= 2083 characters

    A signed URL to access the auto-generated thumbnail created for the submitted document. This URL expires 15 minutes after the response object is returned and is resigned during every GET request.

    id integerrequired

    The unique number created to identify the Document.

    created_date date-timerequired

    The date and time the document was first submitted and processed in ISO 8601.

    template_name stringrequired

    Possible values: non-empty

    The template name which was used to extract the data.

  • ]
Loading...