{"type":"api","title":"Returns compact history of client by date and ipv4address","meta":{"id":"/apps/pubhub/media/cisco-cmx-v11-0-0/c5aed5a4a2c41c993164672f27e8c5acda4dd890/984c8ace-1ab9-3c1d-89a9-c0650f6a37ef","info":{"title":"Location API","version":"1.0.0","description":"This is Location API. Use the Location based REST APIs to retrieve client location data programmatically from the Cisco CMX."},"openapi":"3.0.0","servers":[{"url":"/fakecmxserver"}]},"spec":{"operationId":"compactHistoryClientByDate","summary":"Returns compact history of client by date and ipv4address","description":"This API returns compact history of client by date and ipv4address.","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object"},"example":{"Macaddress":null,"Ipv4address":"10.22.243.125","Data":[],"Count":0,"Date":"2018/07/13"}}}},"401":{"description":"Error Message","content":{"application/json":{"schema":{"type":"object"},"example":{"error":"CMX: System error"}}}}},"parameters":[{"name":"date","in":"query","required":true,"description":"Date in format of yyyy/mm/dd","schema":{"type":"string"}},{"name":"ipv4address","in":"path","required":true,"description":"ipv4address","schema":{"type":"string"}},{"name":"allResults","in":"query","required":false,"description":"Return all results\n\nAllowed values/formats:\ntrue\nfalse","schema":{"type":"string"}}],"__originalOperationId":"compactHistoryClientByDate","method":"get","path":"/location/v1/historylite/byipaddress/:ipv4address{ipv4address}"}}