API
Data API
Visits
methods allow you to get a list of visits or information on a specific visit also, you can confirm receipt of information about the visit and change the value of kpi in visit get get /visits return a list of visits response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1/agents/agents list#response definitions count integer the number of visits next string (uri) nullable nullable next page previous string (uri) nullable nullable previous page results array of objects an array of objects with information about manufacturers id integer visit id cid string <= 255 characters <= 255 characters visit id in the user's system name string visit name created at string (date time) date and time of creation in the format «yyyy mm ddthh\ mm\ ssz» updated at string (date time) date and time of data update in the format «yyyy mm ddthh\ mm\ ssz» get get /visits/{id} returns information about visit by id post post /visits/{id}/ack confirm receipt of information about the visit allows to get an only new visits list attention the is new visit attribute is reset to true each time the visit is updated post post /visits/{id}/kpivalue change the kpi value in visit