Skip to main content

Get ocr-counts

GET 

/api/v8/partner/ocr-counts

Get ocr-counts

Request

Query Parameters

    ocr_type string

    Possible values: [pepsico_codes, pepsico_caps]

    Default value: pepsico_codes

    OCR type

    created_date__gt string

    Created date filter greater than.

    created_date__lt string

    Created date filter lower than.

    created_date__gte string

    Created date filter greater or equal.

    created_date__lte string

    Created date filter lower or equal.

Responses

A count of previously processed /api/v8/partner/ocr-counts.

Schema
    count integerrequired

    The total number of results retrieved across all pages.

    next string

    The URL to the next page of results.

    previous string

    The URL to the previous page of results.

    results null[]required

    The collection of processed None documents

Loading...