Medipim FR - API V4

Developer documentation

/v4/osp-categories/query

(Last updated: 03/10/2023)

Request

Method

POST

URL

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

Headers

Body

Filter Description Parameters Examples
{"id": ...} Matches OSP category by ID. One or more IDs {"id": "1A02B04"} or {"id": ["1A02", "1A06A02", ...]}
{"parent": ...} Matches OSP category by parent category ID. OSP Category ID {"parent": "1"}
{"and": [...]} Matches OSP categories that match all of the given filters. A list of filters. {"and": [{"id": "0000018"}, ...]}
{"or": [...]} Matches OSP categories that match any of the given filters. A list of filters. {"or": [{"id": "0000018"}, ...]}
{"not": ...} Matches OSP 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