Medipim API V3

Developer documentation

GET /v3/corrections/get

Request

Method

POST

URL

https://api.medipim.be/v3/corrections/get

Parameters

Provide the ID to identify the correction you want to get:

  • id: Medipim ID of the correction

Response

Body

  • correction:
    • id: Medipim ID (unique)
    • status: Correction status ("open" or "handled")
    • cnk: CNK code of the product
    • locale: Locale language of the correction
    • type: Correction Type. The full list of available values
    • text: Feedback text
    • meta: Correction metadata
      • createdAt: When the correction was added to Medipim (unix timestamp)
      • updatedAt: The last time the correction was modified.

Examples