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
- 200
A count of previously processed /api/v8/partner/ocr-counts.
- application/json
- Schema
- Example (from schema)
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
{
"count": 0,
"next": "string",
"previous": "string",
"results": [
null
]
}
Loading...