Skip to main content

/planograms/{id}

Retrieve detailed planogram information by ID, or updates the fields in the planogram (specified or all). Also allows you to delete the planogram via DELETE method.

Adress: https://instance_name/api/v1.5/planograms/{id}

Methods:

  • GET — retrieve detailed planogram information by ID;
  • PUT — update all planogram fields;
  • PATCH — update some planogram fields.
  • DELETE — delete planogram.

Content-type: application/json

Path parameters​


id string

Required. Planogram ID.

Request example

curl –i –X GET
https://test.inspector-cloud.com/api/v1.5/planograms/1/
-H ‘Authorization: Token <<your_token>>

Response example

Response code: 200


{
"id": 1,
"name": "planogram_1",
"display": 19
}

Response definitions


id string

Unique ID.


name string

Human-readable name. Optional


display string

Display ID.