API
Image Recognition API
Displays
methods allow you to get a complete list or a specific display in eyrene, view information about them, update all fields, or only select display fields also, you can delete the display by id get get /displays retrieve a list of displays response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1 5/catalog/brands#response definitions count integer the number of displays next string (uri) nullable nullable next page previous string (uri) nullable nullable previous page results a rray of objects an array of objects with information about displays id string unique id name string human readable name planogram string planogram id optional musthavelist string must have list id optional post post /displays сreate a new display get get /displays/{id} retrieve detailed information about the display by id response parameters id string unique id name string human readable name planogram string planogram id musthavelist string must have list id https //help inspector cloud com/en/docs/api/backend/methods/v1 5/catalog/brands id#response definitions put put /displays/{id} update all fields of the display https //help inspector cloud com/en/docs/api/backend/methods/v1 5/catalog/brands id#response definitions 1 response parameters id string unique id name string human readable name planogram string planogram id musthavelist string must have list id patch patch /displays/{id} update some of the fields in the display response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1 5/catalog/brands id#response definitions 1 id string unique id name string human readable name planogram string planogram id musthavelist string must have list id delete delete /displays/{id} delete display by id