Medipim BE - API V4

Developer documentation

GET /v4/corrections/types

(Last updated: 10/10/2024)

This endpoint returns all supported types for corrections.

Request

Method

GET

URL

https://api.medipim.be/v4/corrections/types

Headers

Response

Body

  • meta:
    • total: total number of correction types (integer)
  • results[]:
    • id: ID of the correction type (string)
    • name.{...}: Name of the correction type (string, localized)

Notice

The "obsolete_description" and "obsolete_photo" have been removed in favor of the "wrong_description" and "wrong_photo" types.

We still support the old values but they will automatically be converted to the more favorable type.

Examples