{ "opencollection": "1.0.0", "info": { "name": "Automile ClientApi ResourceOwnerReports3 API", "version": "v1" }, "items": [ { "info": { "name": "ResourceOwnerReports3", "type": "folder" }, "items": [ { "info": { "name": "Get a trip summary report", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/resourceowner/reports3/tripsummary/:dateperiod", "params": [ { "name": "dateperiod", "value": "", "type": "path", "description": "Date period parameter, in the form of only year (2014), year and month (201401), or interval {201301-201401}" } ] }, "docs": "Only vehicles that the user is associated with will be returned by this operation. 400 bad request is returend if the date period parameter is not in a correct format" }, { "info": { "name": "Get a trip summary report filtered by vehicle", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/resourceowner/reports3/tripsummary/:dateperiod/:vehicleId", "params": [ { "name": "dateperiod", "value": "", "type": "path", "description": "Date period parameter, in the form of only year (2014), year and month (201401), or interval {201301-201401}" }, { "name": "vehicleId", "value": "", "type": "path", "description": "Report will be filtered on vehicle Id" } ] }, "docs": "Only vehicles that the user is associated with will be returned by this operation. 400 bad request is returend if the date period parameter is not in a correct format" }, { "info": { "name": "Get a vehicle summary report", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/resourceowner/reports3/vehiclesummary/:dateperiod/:vehicleId", "params": [ { "name": "dateperiod", "value": "", "type": "path", "description": "Date period parameter, in the form of only year (2014), year and month (201401), or interval {201301-201401}" }, { "name": "vehicleId", "value": "", "type": "path", "description": "Report will be filtered on vehicle Id" } ] }, "docs": "Only vehicles that the user is associated with will be returned by this operation. 400 bad request is returend if the date period parameter is not in a correct format" }, { "info": { "name": "Get vehicles summary report", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/resourceowner/reports3/vehiclessummary/:dateperiod", "params": [ { "name": "dateperiod", "value": "", "type": "path", "description": "Date period parameter, in the form of only year (2014), year and month (201401), or interval {201301-201401}" } ] }, "docs": "Only vehicles that the user is associated with will be returned by this operation. 400 bad request is returend if the date period parameter is not in a correct format" }, { "info": { "name": "Email a trip journal report to a desired email address", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/resourceowner/reports3/emailtripreport" }, "docs": "Only vehicles that the user is associated will be allowed" }, { "info": { "name": "GetGeofenceLog3", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/resourceowner/reports3/geofencelog", "params": [ { "name": "vehicleId", "value": "", "type": "query" }, { "name": "geofenceId", "value": "", "type": "query" }, { "name": "fromDate", "value": "", "type": "query" }, { "name": "toDate", "value": "", "type": "query" } ] } } ] } ], "bundled": true }