Medipim API V3

Developer documentation

GET /v3/bcfi-categories/all

Request

Method

GET

URL

https://api.medipim.be/v3/bcfi-categories/all

Response

Body

  • meta:
    • total: total number of categories
  • results[]: a list of BCFI categories
    • id: ID of the category (string)
    • parent: ID of the parent category (string)
    • order: Sort order of the category (integer)
    • name.{nl|fr|en}: name of the category (string, localized)
    • meta:
      • createdAt: When the category was created on Medipim (unix timestamp)
      • updatedAt: When the category was last updated (unix timestamp)

Examples