Medipim API V3

Developer documentation

GET /v3/attributes/all

Request

Method

GET

URL

https://api.medipim.be/v3/attributes/all

Response

Body

  • meta:
    • total: total number of attributes
  • results[]: a list of all attributes
    • id: ID of the attribute (integer, unique)
    • name.{nl|fr|en}: Name of the attribute (string, localized)
    • meta:
      • createdAt: When the attribute information was created on Medipim (unix timestamp)
      • updatedAt: When the attribute information was last updated (unix timestamp)

Examples