Method list
List of Data API v1.3 methods for Inspector Cloud backend.
Agents
GET /agents
Returns a list of agents.
GET /agents/{id}
Returns information about the agent by ID
Brands
GET /brands
Returns a list of brands.
GET /brands/{id}
Returns information about the brand by ID.
Product categories
GET /categories
Returns a list of categories.
GET /categories/{id}
Returns information about the category by ID.
DQI
GET /dqi_types
Returns a list of DQI's.
GET /dqi_types/{id}
Returns information about DQI by ID.
KPI
GET /kpi
Returns a list of KPI's.
GET /kpi/{id}
Returns information about KPI by ID.
Manufacturers
GET /manufacturers
Returns a list of manufacturers.
Returns information about product manufacturer by ID.
Master Data
Returns Master Data import status.
SKU
GET /sku
Returns a list of SKU's.
GET /sku/{id}
Returns information about SKU by ID.
Stores
GET /stores
Returns a list of stores.
GET /stores/{id}
Returns information about store by ID.
Tasks
GET /tasks
Returns a list of tasks.
GET /tasks/{id}
Returns information about task by ID.
Visits
GET /visits
Returns a list of visits.
GET /visits/{id}
Returns information about visit by ID.
POST /visits/{id}/ack
Confirms receipt of information about the visit.
Changes the value of KPI in visit.
Documentation
GET /swagger.json
To receive current “swagger” documentation for the selected API version.