Medipim BE - API V4

Developer documentation

/v4/bcfi-categories/query

(Last updated: 25/09/2023)

Request

Method

POST

URL

https://api.medipim.be/v4/bcfi-categories/query

Headers

Body

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