Create Explain Job (using a List)
POST https://{{apiHost}}/alpha/extractions/documents/_explain
Create Explain Job (using a List)
Starts a new explain job that calculates the estimate volume of articles given the query in the body's payload.
In this case, the query uses a dynamic object called List which can contain a previously created list of codes. Please see the Lists operations for more information.
Request Body
{"query"=>{"where"=>"language_code IN ('en') AND publication_datetime >= '2022-01-01 00:00:00' AND ARRAY_LENGTH(SPLIT(company_codes_about, ',')) = 3", "includesList"=>{"company_codes_about"=>["bb81c8d2-0ae7-4cd2-ba43-ffe2c346db13"]}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
user-key | string | ||
Content-Type | string |