Skip to main content

/displays/{id}

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

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

Methods:

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

Content-type: application/json

Path parameters​


id string

Required. Display ID.

Request example

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

Response example

Response code: 200

{
"id": 69,
"name": "Н.НОВГОРОДПОВОЛЖЬЕ МАГНИТ РЦ ДЗЕРЖИНСК",
"planogram": 5,
"musthavelist": 4
}

Response definitions


id string

Unique ID.


name string

Human-readable name.


planogram string

Planogram ID.


musthavelist string

Must have list ID.