action miataru_get_visitor_history { label: "getVisitorHistory" description: "Visitor History is stored on the server with every request to the location or location history information of a device. There is a server-side setting that controls up to how many Visitors the server is storing in the Visitor History before it removes the oldest one. To request the Visitor History of a particular device the client sends the following POST request to the GetVisitorHistory service URL." provider: miataru method: POST path: "/GetVisitorHistory" encoding: json output: { type: "object" additionalProperties: true } }