Medipim FR - API V4

Developer documentation

/v4/atc-categories/query

(Last updated: 08/12/2023)

Request

Method

POST

URL

https://api.medipim.fr/v4/atc-categories/query

Headers

Body

Filter Description Parameters Examples
{"id": ...} Matches ATC category by Medipim ID. One or more IDs {"id": "0000018"} or {"id": ["0000018", ...]}
{"and": [...]} Matches ATC categories that match all of the given filters. A list of filters. {"and": [{"id": "0000018"}, ...]}
{"or": [...]} Matches ATC categories that match any of the given filters. A list of filters. {"or": [{"id": "0000018"}, ...]}
{"not": ...} Matches ATC categories that do not match the given filter. A filter. {"not": {"id": "0000018"}}

Response

Body

Notice

The meta page section will only be returned if you added a page in the request body.

Examples