Skip to main content

Query active ingredients

POST 

/active-ingredients/query

Search and filter active ingredients. Active ingredients are the pharmacologically active substances contained in products.

Filter

The optional filter object supports the following filters:

  • id — match by active ingredient ID (integer or array of integers).
  • search — full-text search on the active ingredient name, with query (string) and locale (string).
  • and — match all of the given filters.
  • or — match any of the given filters.
  • not — negate a filter.

Pagination

Use the page object to paginate results. If omitted, all results are returned.

Request

Responses

Successful operation