{"info":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","description":"<html><head></head><body><p>Fleetilla Connect is your one-stop-shop for programmatic access to Fleetilla services like FleetFACTZ and FleetOrb9.\nYou can use Fleetilla Connect to integrate data and functionalities into your existing systems and\napplications including:</p>\n<ul>\n<li>Get near-real-time and historical Unit data</li>\n<li>Manage Drivers, Geofences, Unit Groups, etc.</li>\n<li>Perform reverse geocoding (RevGeo) of latitudes/longitudes</li>\n</ul>\n<p>For more help to get started using the API, see the <a href=\"https://helpdocs.fleetfactz.com/Document/Fleetilla-Connect-API-Getting-Started-2017-07-12.pdf\">Getting Started Guide</a>.</p>\n<p>For general guidance applicable to all API resources, see the <a href=\"https://helpdocs.fleetfactz.com/Document/Fleetilla-Connect-API-Integration-Guide-2020-08-05.pdf\">Integration Guide</a>.</p>\n<p>Click the <code>Run in Postman</code> button to test the API endpoints in Postman.</p>\n<h4 id=\"api-key\">API Key</h4>\n<p>Each request to the Fleetilla Connect API should include the HTTP header specifying your API key:</p>\n<p><code>x-api-key: your-fleetilla-connect-api-key</code></p>\n<p>This Postman collection already takes care of that for you.  You only need to set your Fleetilla Connect API key in the <code>apiKey</code> variable in the associated Postman collection. </p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1303187","collectionId":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","publishedId":"TVRkZ7tV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-10-09T18:56:53.000Z"},"item":[{"name":"FleetFACTZ","item":[{"name":"Account","item":[{"name":"Retrieve accounts","id":"2b7a089e-7e2b-4a16-9d04-7232cf0bf315","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-account?filterBy=<string>&filterText=<string>","description":"<p>Use this to retrieve accounts from FleetFACTZ.  You can look up a single account, all accounts, or account that match specified search criteria.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-account"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>Results will be filtered by the field specified in this parameter and the value of the field specified in the ‘filterText’ parameter.\nValid values are one of the following:</p>\n<p>id - Fleetilla Account ID</p>\n<p>accountName - Name of the account</p>\n<p>If not specified, all accounts will be returned.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if ‘filterBy’ is specified. This value is used as the search text for the field specified in 'filterBy’.\nComma separated list of values.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"}],"variable":[]}},"response":[{"id":"620a0a72-2217-4237-aa03-688f5487fc3c","name":"Returns each account that matches your request.","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-account?filterBy=<string>&filterText=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-account"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"ffAccountID\": 0\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"2b7a089e-7e2b-4a16-9d04-7232cf0bf315"}],"id":"98b48428-a48e-4c86-ac29-c9a6c0c69caf","description":"<p>Retrieve accounts from FleetFACTZ</p>\n","event":[{"listen":"prerequest","script":{"id":"8a8d4b1b-0a7c-4ef5-abdd-3a6dd4b6e2ae","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1be24e19-c1ca-4a70-8c78-d53a6a58fdde","type":"text/javascript","exec":[""]}}],"_postman_id":"98b48428-a48e-4c86-ac29-c9a6c0c69caf","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}},{"name":"User","item":[{"name":"Retrieve users","id":"30f640a5-9eb3-44bf-84b9-e0fc43c7e99a","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-user?filterBy=<string>&filterText=<string>","description":"<p>Use this to retrieve users from FleetFACTZ.  You can look up a single user, all users, or users that match specified search criteria.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-user"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>Results will be filtered by the field specified in this parameter and the value of the field specified in the ‘filterText’ parameter.\nValid values are one of the following:</p>\n<p>id - User Id</p>\n<p>accountName - Name of the account</p>\n<p>firstName - User’s first name</p>\n<p>lastName - User’s last name</p>\n<p>email - User’s email</p>\n<p>userName - Username (login name)</p>\n<p>accessLevel - User’s access level</p>\n<p>If not specified, all users will be returned.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if ‘filterBy’ is specified. This value is used as the search text for the field specified in 'filterBy’.\nComma separated list of values.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"}],"variable":[]}},"response":[{"id":"81b96810-9664-4c5e-acc4-9dbe542a7783","name":"Returns each user that matches your request.","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-user?filterBy=<string>&filterText=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-user"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"ffAccountID\": 0,\n      \"accountName\": \"string\",\n      \"users\": [\n        {\n          \"id\": 0,\n          \"username\": \"string\",\n          \"isActive\": true,\n          \"email\": \"string\",\n          \"firstName\": \"string\",\n          \"lastName\": \"string\",\n          \"accessLevel\": \"string\",\n          \"lastLogin\": \"2020-09-30T16:53:42.775Z\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"30f640a5-9eb3-44bf-84b9-e0fc43c7e99a"},{"name":"Retrieve users (flat)","id":"269de56b-3202-4993-92b3-4202b9bb200d","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-user/flat?filterBy=<string>&filterText=<string>","description":"<p>Retrieve users with nested data elements flattened to top level.  You can look up a single user, all users, or users that match specified search criteria.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-user","flat"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]\nResults will be filtered by the field specified in this parameter and the value of the field specified in the ‘filterText’ parameter.\nValid values are one of the following:\nid - User Id\naccountName - Name of the account\nfirstName - User’s first name\nlastName - User’s last name\nemail - User’s email\nuserName - Username (login name)\naccessLevel - User’s access level\nIf not specified, all users will be returned.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]\nRequired if ‘filterBy’ is specified. This value is used as the search text for the field specified in 'filterBy’.\nComma separated list of values.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"}],"variable":[]}},"response":[{"id":"3eea9055-3dd3-4325-be9d-cf128f520257","name":"Returns each user that matches your request.","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-user/flat?filterBy=<string>&filterText=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-user","flat"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"ffAccountID\": 0,\n      \"accountName\": \"string\",\n      \"users\": [\n        {\n          \"id\": 0,\n          \"username\": \"string\",\n          \"isActive\": true,\n          \"email\": \"string\",\n          \"firstName\": \"string\",\n          \"lastName\": \"string\",\n          \"accessLevel\": \"string\",\n          \"lastLogin\": \"2020-09-30T16:53:42.775Z\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"269de56b-3202-4993-92b3-4202b9bb200d"}],"id":"9ed5f414-c022-47c3-9720-1e2a3736c0a4","description":"<p>Manage users in FleetFACTZ</p>\n","event":[{"listen":"prerequest","script":{"id":"40d9206c-a64e-406b-8765-2b6b4e87d94e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b541587a-14a4-4fa0-bd77-4edc1441233d","type":"text/javascript","exec":[""]}}],"_postman_id":"9ed5f414-c022-47c3-9720-1e2a3736c0a4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}},{"name":"Message","item":[{"name":"Retrieve the last message from units.","id":"d3572f41-e088-4931-a02a-266abd3428dc","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-lastmessagefromunit?filterBy=<string>&filterText=<string>","description":"<p>Use this to retrieve the last position message from units from units in FleetFACTZ. You can get last message for a single unit, all units, or units that match specified search criteria.<br /><br />\nNote that the output results for each unit will have a messages element with an array which is either empty or contains one JSON object.  <br />\nAn empty array will be returned when a unit has received no messages with unit position in the data retention period.  <br />\nOtherwise a single JSON object containing the details of the most recent position message for that unit will be returned.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-lastmessagefromunit"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>filterBy parameter can be used to filter the result by a field, valid values are one of the following fields:</p>\n<p>id</p>\n<p>uid</p>\n<p>name</p>\n<p>accountName</p>\n<p>If filterBy is not specified, last message for all units will be returned.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if filterBy parameter is specified.\nThis value is the search text for the field specified in the filterBy parameter.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"}],"variable":[]}},"response":[{"id":"ef008f23-72ef-44d5-8aed-e992e3fafc76","name":"Returns last message for units that match specified search criteria.","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-lastmessagefromunit?filterBy=<string>&filterText=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-lastmessagefromunit"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"units\": [\n        {\n          \"id\": 0,\n          \"uid\": \"string\",\n          \"unitName\": \"string\",\n          \"messages\": [\n            {\n              \"m\": \"string\",\n              \"t\": \"2020-09-30T16:57:07.124Z\",\n              \"y\": 0,\n              \"x\": 0,\n              \"z\": 0,\n              \"s\": 0,\n              \"d\": 0,\n              \"c\": 0,\n              \"cid\": \"string\",\n              \"rss\": \"string\",\n              \"tmp\": \"string\",\n              \"dty\": \"string\",\n              \"di1\": \"string\",\n              \"di2\": \"string\",\n              \"drv\": \"string\",\n              \"evt\": \"string\",\n              \"gpa\": \"string\",\n              \"gps\": \"string\",\n              \"oti\": \"string\",\n              \"ign\": \"string\",\n              \"ibv\": \"string\",\n              \"lac\": \"string\",\n              \"oto\": \"string\",\n              \"nid\": \"string\",\n              \"odo\": \"string\",\n              \"opm\": \"string\",\n              \"ott\": \"string\",\n              \"prc\": \"string\",\n              \"vpr\": \"string\",\n              \"scv\": \"string\",\n              \"rad\": \"string\",\n              \"rdt\": \"string\",\n              \"rly\": \"string\",\n              \"rtc\": \"string\",\n              \"vs1\": \"string\",\n              \"vs2\": \"string\",\n              \"s1t\": \"string\",\n              \"seq\": \"string\",\n              \"sid\": \"string\",\n              \"src\": \"string\",\n              \"sos\": \"string\",\n              \"smx\": \"string\",\n              \"abg\": \"string\",\n              \"clt\": \"string\",\n              \"dc1\": \"string\",\n              \"dc2\": \"string\",\n              \"dc3\": \"string\",\n              \"dc4\": \"string\",\n              \"flp\": \"string\",\n              \"flr\": \"string\",\n              \"frt\": \"string\",\n              \"ftl\": \"string\",\n              \"fl1\": \"string\",\n              \"fl2\": \"string\",\n              \"mil\": \"string\",\n              \"odv\": \"string\",\n              \"opr\": \"string\",\n              \"pto\": \"string\",\n              \"rpm\": \"string\",\n              \"stb\": \"string\",\n              \"spd\": \"string\",\n              \"vbt\": \"string\",\n              \"vin\": \"string\",\n              \"gsl\": \"string\",\n              \"vfc\": \"string\",\n              \"vdf\": \"string\",\n              \"vdo\": \"string\",\n              \"veh\": \"string\",\n              \"vih\": \"string\",\n              \"ai1\": \"string\"\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"d3572f41-e088-4931-a02a-266abd3428dc"},{"name":"Retrieve latest messages from units.","id":"07e6fa48-ee8a-40f1-9a2f-a7412f1d1692","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-latestmessagefromunit?filterBy=<string>&filterText=<string>&lane=1&reset=false","description":"<p>Use this to retrieve the latest messages from units in FleetFACTZ. You can get messages for a single unit, all units, or units that match specified search criteria.<br /><br /></p>\n<p>Unlike most other REST methods in this API, this method is not stateless. \nFleetilla maintains the state of your calls to this resource to enable a simple way to get a consistent flow of real-time messages from units. \nThis prevents you from having to keep track of time periods to query for each unit, handling missed messages, handling retrieval of messages more than once, and other similar issues.<br /><br /></p>\n<p>The first call to this resource will set the initial timestamp as the starting point for retrieving messages from units. \nThe response will be a list of units matching your request with no messages returned for those units. \nSubsequent calls to this resource will return the next messages available from the requested units since the last recorded timestamp, and will internally record a new timestamp to be used for the next request.<br /><br /></p>\n<p>Because the timestamps for the data returned for each unit are recorded internally, your application calling this API could crash or stop working for several hours. \nRestarting your application will simply pick up where the previous requests had left off, so no data is missed during the period when requests were not being made.<br /><br /></p>\n<p>Note that the output results for this resource are limited both by size and by time.  For this reason, it is not guaranteed that a single request will return all the available new messages for all requested units.<br />However, all messages for all requested units will eventually be returned with multiple calls to this resource. <br /><br /></p>\n<p>Since the state of each unit is maintained internally by this resource, it is designed to be called repeatedly by a single application. \nMultiple processes using the same set of data would need to coordinate with each other, since each would get the latest messages since any other process made its last request.<br />To handle cases where multiple applications need to separately collect a complete set of latest messages from units, we implemented a concept called \"lanes\".<br />Each \"lane\" maintains a separate set of state information for each unit.  In this way, an application retrieving information from lane 1 would not affect an application retrieving information from lane 2.<br />You should specify the lane in each request when using multiple lanes. Requests that do not specify the lane will always default to using lane 1. <br /><br /></p>\n<p>A lane can be reset to the current time for all units by using the reset parameter.  Note that the 'filterBy' and 'filerText' are ignored when the reset parameter is set to true.<br />This is useful if you had previously used a lane, and no longer want to get messages from the last recorded timestamp.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-latestmessagefromunit"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>filterBy parameter can be used to filter the result by a field, valid values are one of the following fields:</p>\n<p>id</p>\n<p>uid</p>\n<p>name</p>\n<p>accountName</p>\n<p>If filterBy is not specified, all messages for all units will be returned within the limits described in the Implementation Notes above.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if filterBy parameter is specified.\nThis value is the search text for the field specified in the filterBy parameter.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Separate applications should typically use different lanes, please see Implementation Notes above for more details.\nValid values are 1, 2, 3, 4 and 5.\nIf not specified, the default lane 1 is assumed.</p>\n","type":"text/plain"},"key":"lane","value":"1"},{"description":{"content":"<p>[Optional]</p>\n<p>If set to true, all other parameters except lane are ignored, and the saved timestamp for the specified lane is reset to the current date and time.</p>\n<p>If not specified, the default of false is assumed.</p>\n<p>Default value : false</p>\n","type":"text/plain"},"key":"reset","value":"false"}],"variable":[]}},"response":[{"id":"bdf76495-92dd-4b5c-9b14-d1f4f73950a0","name":"Returns full details about each new message since the last call for each unit that matches your request.  Note that no messages will be returned on the first call to this resource for each lane,\r\n            or upon reset of a specified lane.  See the Imp","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-latestmessagefromunit?filterBy=<string>&filterText=<string>&lane=<integer>&reset=false","host":["https://fc.fleetilla.com"],"path":["ffz-latestmessagefromunit"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"},{"key":"lane","value":"<integer>"},{"key":"reset","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"units\": [\n        {\n          \"id\": 0,\n          \"uid\": \"string\",\n          \"unitName\": \"string\",\n          \"messages\": [\n            {\n              \"m\": \"string\",\n              \"t\": \"2020-09-30T16:57:07.126Z\",\n              \"y\": 0,\n              \"x\": 0,\n              \"z\": 0,\n              \"s\": 0,\n              \"d\": 0,\n              \"c\": 0,\n              \"cid\": \"string\",\n              \"rss\": \"string\",\n              \"tmp\": \"string\",\n              \"dty\": \"string\",\n              \"di1\": \"string\",\n              \"di2\": \"string\",\n              \"drv\": \"string\",\n              \"evt\": \"string\",\n              \"gpa\": \"string\",\n              \"gps\": \"string\",\n              \"oti\": \"string\",\n              \"ign\": \"string\",\n              \"ibv\": \"string\",\n              \"lac\": \"string\",\n              \"oto\": \"string\",\n              \"nid\": \"string\",\n              \"odo\": \"string\",\n              \"opm\": \"string\",\n              \"ott\": \"string\",\n              \"prc\": \"string\",\n              \"vpr\": \"string\",\n              \"scv\": \"string\",\n              \"rad\": \"string\",\n              \"rdt\": \"string\",\n              \"rly\": \"string\",\n              \"rtc\": \"string\",\n              \"vs1\": \"string\",\n              \"vs2\": \"string\",\n              \"s1t\": \"string\",\n              \"seq\": \"string\",\n              \"sid\": \"string\",\n              \"src\": \"string\",\n              \"sos\": \"string\",\n              \"smx\": \"string\",\n              \"abg\": \"string\",\n              \"clt\": \"string\",\n              \"dc1\": \"string\",\n              \"dc2\": \"string\",\n              \"dc3\": \"string\",\n              \"dc4\": \"string\",\n              \"flp\": \"string\",\n              \"flr\": \"string\",\n              \"frt\": \"string\",\n              \"ftl\": \"string\",\n              \"fl1\": \"string\",\n              \"fl2\": \"string\",\n              \"mil\": \"string\",\n              \"odv\": \"string\",\n              \"opr\": \"string\",\n              \"pto\": \"string\",\n              \"rpm\": \"string\",\n              \"stb\": \"string\",\n              \"spd\": \"string\",\n              \"vbt\": \"string\",\n              \"vin\": \"string\",\n              \"gsl\": \"string\",\n              \"vfc\": \"string\",\n              \"vdf\": \"string\",\n              \"vdo\": \"string\",\n              \"veh\": \"string\",\n              \"vih\": \"string\",\n              \"ai1\": \"string\"\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"07e6fa48-ee8a-40f1-9a2f-a7412f1d1692"},{"name":"Retrieve messages from units for an interval.","id":"a5a8e120-8df3-495c-ab05-8ea421fa7fda","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-messagefromunit?filterBy=<string>&filterText=<string>&dateFrom=<string>&dateTo=<string>","description":"<p>Use this to retrieve messages from units in FleetFACTZ within a specified period. You can get messages for a single unit, all units, or units that match specified search criteria.<br /><br /></p>\n<p>When specifying the period, dateFrom is required to specify the start date, and dateTo can optionally specify the end date.  If dateTo is not specified, then the current date and time is assumed. \nThe date specified in dateFrom must be no more than 35 days ago.  There are limits on the length of the specified period.  If filterBy specifies id or uid (to retrieve messages for a single unit), \nthen a period of up to 24 hours may be specified.  In all other cases, a period of up to 10 minutes may be specified.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-messagefromunit"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>filterBy parameter can be used to filter the result by a field, valid values are one of the following fields:</p>\n<p>id</p>\n<p>uid</p>\n<p>name</p>\n<p>accountName</p>\n<p>If filterBy is not specified, all messages for all units will be returned within the limits described in the Implementation Notes above.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if filterBy parameter is specified.\nThis value is the search text for the field specified in the filterBy parameter.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"},{"description":{"content":"<p>[Required]</p>\n<p>The start date/time (UTC) for the period to retrieve messages for in ISO format (YYYY-MM-DDThh:mm:ssZ). For example, May 7, 2017 at 1pm UTC would be 2017-07-17T13:00:00Z.\nValid values are times between 35 days ago and now.</p>\n","type":"text/plain"},"key":"dateFrom","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>This is the end date/time (UTC) for the period to retrieve messages for in ISO format(see dateFrom for an example of ISO format.)\nValid values are up to 10 minutes after the value specified in dateFrom, unless filterBy is id or uid where valid values are up to 24 hours after the value specified in dateFrom.\nIf not specified, the current date/time is assumed.</p>\n","type":"text/plain"},"key":"dateTo","value":"<string>"}],"variable":[]}},"response":[{"id":"b1242562-10bc-470d-ac28-89fb1a5eb9e5","name":"Returns full details about all messages from units that match the criteria specified.  Note that if your criteria would return too many messages from units,\r\n            instead of getting a partial result you will get a resultCode 15 response (response t","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-messagefromunit?filterBy=<string>&filterText=<string>&dateFrom=<string>&dateTo=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-messagefromunit"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"},{"key":"dateFrom","value":"<string>"},{"key":"dateTo","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"units\": [\n        {\n          \"id\": 0,\n          \"uid\": \"string\",\n          \"unitName\": \"string\",\n          \"messages\": [\n            {\n              \"m\": \"string\",\n              \"t\": \"2020-09-30T17:06:50.945Z\",\n              \"y\": 0,\n              \"x\": 0,\n              \"z\": 0,\n              \"s\": 0,\n              \"d\": 0,\n              \"c\": 0,\n              \"cid\": \"string\",\n              \"rss\": \"string\",\n              \"tmp\": \"string\",\n              \"dty\": \"string\",\n              \"di1\": \"string\",\n              \"di2\": \"string\",\n              \"drv\": \"string\",\n              \"evt\": \"string\",\n              \"gpa\": \"string\",\n              \"gps\": \"string\",\n              \"oti\": \"string\",\n              \"ign\": \"string\",\n              \"ibv\": \"string\",\n              \"lac\": \"string\",\n              \"oto\": \"string\",\n              \"nid\": \"string\",\n              \"odo\": \"string\",\n              \"opm\": \"string\",\n              \"ott\": \"string\",\n              \"prc\": \"string\",\n              \"vpr\": \"string\",\n              \"scv\": \"string\",\n              \"rad\": \"string\",\n              \"rdt\": \"string\",\n              \"rly\": \"string\",\n              \"rtc\": \"string\",\n              \"vs1\": \"string\",\n              \"vs2\": \"string\",\n              \"s1t\": \"string\",\n              \"seq\": \"string\",\n              \"sid\": \"string\",\n              \"src\": \"string\",\n              \"sos\": \"string\",\n              \"smx\": \"string\",\n              \"abg\": \"string\",\n              \"clt\": \"string\",\n              \"dc1\": \"string\",\n              \"dc2\": \"string\",\n              \"dc3\": \"string\",\n              \"dc4\": \"string\",\n              \"flp\": \"string\",\n              \"flr\": \"string\",\n              \"frt\": \"string\",\n              \"ftl\": \"string\",\n              \"fl1\": \"string\",\n              \"fl2\": \"string\",\n              \"mil\": \"string\",\n              \"odv\": \"string\",\n              \"opr\": \"string\",\n              \"pto\": \"string\",\n              \"rpm\": \"string\",\n              \"stb\": \"string\",\n              \"spd\": \"string\",\n              \"vbt\": \"string\",\n              \"vin\": \"string\",\n              \"gsl\": \"string\",\n              \"vfc\": \"string\",\n              \"vdf\": \"string\",\n              \"vdo\": \"string\",\n              \"veh\": \"string\",\n              \"vih\": \"string\",\n              \"ai1\": \"string\"\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"a5a8e120-8df3-495c-ab05-8ea421fa7fda"}],"id":"52d584a3-223f-4933-b281-bcbdf54a6ae9","description":"<p>Retrieve unit messages from FleetFACTZ</p>\n","event":[{"listen":"prerequest","script":{"id":"cdc7595f-72bb-405e-93ba-d115ace1009d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec41e112-4a67-432c-b01c-f67d2f3d6e08","type":"text/javascript","exec":[""]}}],"_postman_id":"52d584a3-223f-4933-b281-bcbdf54a6ae9","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}},{"name":"Unit","item":[{"name":"Retrieve units","id":"c5c69308-08ba-4f44-94dd-5fdafab3133f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-unit?filterBy=<string>&filterText=<string>&outputSections=<string>","description":"<p>Use this to retrieve units from FleetFACTZ.  You can look up a single unit, all units, or units that match specified search criteria.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-unit"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>Results will be filtered by the field specified in this parameter and the value of the field specified in the 'filterText' parameter. \nValid values are one of the following:</p>\n<p>id </p>\n<p>uid </p>\n<p>name </p>\n<p>phone </p>\n<p>accountName </p>\n<p>If not specified, all units will be returned.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if 'filterBy' is specified.  This value is used as the search text for the field specified in 'filterBy'.\nComma separated list of values.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Comma separated list of output sections/values to include in the response\nValid values are one or more of the following:</p>\n<p>. Add 'customFields' for Chassis Number, Device Model, Fuel Id, Install Date, Install Technician Name, License Country, License Expiry Date, License State</p>\n<p>. Add 'profile' for VIN, Registration Plate, Brand, Model, Year</p>\n<p>. Add 'lastPosition' for last known postion</p>\n<p>. Add 'counters' for Mileage Counter and Engine Hours Counter</p>\n","type":"text/plain"},"key":"outputSections","value":"<string>"}],"variable":[]}},"response":[{"id":"e89219ee-cef4-4874-8e9c-d7e62d2b6481","name":"Returns details about each unit that matches your request.  By default, the response includes only basic info like unit name, unit of measurement system, and the unit’s unique ID. \r\n            Use the outputSections parameter to include additional inform","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-unit?filterBy=<string>&filterText=<string>&outputSections=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-unit"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"},{"key":"outputSections","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"units\": [\n        {\n          \"unitName\": \"string\",\n          \"uid\": \"string\",\n          \"uom\": \"Metric\",\n          \"phone\": \"string\",\n          \"password\": \"string\",\n          \"profileFields\": {\n            \"vin\": \"string\",\n            \"registrationPlate\": \"string\",\n            \"brand\": \"string\",\n            \"model\": \"string\",\n            \"year\": \"string\",\n            \"type\": \"string\",\n            \"color\": \"string\"\n          },\n          \"counters\": {\n            \"mileage\": 0,\n            \"engineHours\": 0\n          },\n          \"customFields\": [\n            {\n              \"name\": \"string\",\n              \"value\": \"string\"\n            }\n          ],\n          \"position\": {\n            \"t\": \"2020-09-30T17:13:34.438Z\",\n            \"y\": 0,\n            \"x\": 0,\n            \"z\": 0,\n            \"s\": 0,\n            \"d\": 0,\n            \"c\": 0\n          },\n          \"id\": 0\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"c5c69308-08ba-4f44-94dd-5fdafab3133f"},{"name":"Retrieve units (flat)","id":"fad00305-8238-426b-9ffe-78199954c117","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-unit/flat?filterBy=<string>&filterText=<string>&outputSections=<string>","description":"<p>Retrieve units with nested data elements flattened to top level. You can look up a single unit, all units, or units that match specified search criteria.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-unit","flat"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>Results will be filtered by the field specified in this parameter and the value of the field specified in the 'filterText' parameter. \nValid values are one of the following:\nid \nuid \nname \nphone \naccountName \nIf not specified, all units will be returned.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if 'filterBy' is specified.  This value is used as the search text for the field specified in 'filterBy'.\nComma separated list of values.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Comma separated list of output sections/values to include in the response\nValid values are one or more of the following:\n. Add 'customFields' for Chassis Number, Device Model, Fuel Id, Install Date, Install Technician Name, License Country, License Expiry Date, License State\n. Add 'profile' for VIN, Registration Plate, Brand, Model, Year\n. Add 'lastPosition' for last known postion\n. Add 'counters' for Mileage Counter and Engine Hours Counter</p>\n","type":"text/plain"},"key":"outputSections","value":"<string>"}],"variable":[]}},"response":[{"id":"2baa6e6d-ec5f-4c30-ab8c-ad1f56dec55e","name":"Success","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-unit/flat?filterBy=<string>&filterText=<string>&outputSections=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-unit","flat"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"},{"key":"outputSections","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"unitName\": \"string\",\n      \"uid\": \"string\",\n      \"uom\": \"Metric\",\n      \"phone\": \"string\",\n      \"password\": \"string\",\n      \"profileVin\": \"string\",\n      \"profileRegistrationPlate\": \"string\",\n      \"profileBrand\": \"string\",\n      \"profileModel\": \"string\",\n      \"profileYear\": 0,\n      \"profileType\": \"string\",\n      \"profileColor\": \"string\",\n      \"countersMileage\": 0,\n      \"countersEngineHours\": 0,\n      \"customFieldsName\": \"string\",\n      \"customFieldsValue\": \"string\",\n      \"positionT\": \"2020-09-30T17:15:49.883Z\",\n      \"positionY\": 0,\n      \"positionX\": 0,\n      \"positionZ\": 0,\n      \"positionS\": 0,\n      \"positionD\": 0,\n      \"positionC\": 0,\n      \"id\": 0\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"fad00305-8238-426b-9ffe-78199954c117"},{"name":"Update units","id":"7bac7f2c-5de6-498b-b8ed-68cbd96864b1","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"accountName\": \"string\",\n    \"units\": [\n      {\n        \"id\": 0,\n        \"unitName\": \"string\",\n        \"profileFields\": {\n          \"vin\": \"string\",\n          \"registrationPlate\": \"string\",\n          \"brand\": \"string\",\n          \"model\": \"string\",\n          \"year\": \"string\",\n          \"type\": \"string\",\n          \"color\": \"string\"\n        },\n        \"counters\": {\n          \"mileage\": 0,\n          \"engineHours\": 0\n        },\n        \"customFields\": [\n          {\n            \"name\": \"string\",\n            \"value\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n]"},"url":"https://fc.fleetilla.com/ffz-unit","description":"<p>Use this to update unit information.  Only values specified in each request are updated, and any other values are left as is. <br />\nNote that some properties of units are restricted, and cannot be modified through this API. <br /></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-unit"],"host":["https://fc.fleetilla.com"],"query":[],"variable":[]}},"response":[{"id":"e698858f-63dc-498d-8ebf-02f32137243c","name":"Returns the id and name of each unit that was attempted to update, and the result of each update attempt.","originalRequest":{"method":"PATCH","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"accountName\": \"<string>\",\n        \"units\": [\n            {\n                \"id\": \"<long>\",\n                \"unitName\": \"<string>\",\n                \"password\": \"<string>\",\n                \"profileFields\": {\n                    \"vin\": \"<string>\",\n                    \"registrationPlate\": \"<string>\",\n                    \"brand\": \"<string>\",\n                    \"model\": \"<string>\",\n                    \"year\": \"<string>\",\n                    \"type\": \"<string>\",\n                    \"color\": \"<string>\"\n                },\n                \"counters\": {\n                    \"engineHours\": \"<long>\",\n                    \"mileage\": \"<long>\"\n                },\n                \"customFields\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    },\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    }\n                ]\n            },\n            {\n                \"id\": \"<long>\",\n                \"unitName\": \"<string>\",\n                \"password\": \"<string>\",\n                \"profileFields\": {\n                    \"vin\": \"<string>\",\n                    \"registrationPlate\": \"<string>\",\n                    \"brand\": \"<string>\",\n                    \"model\": \"<string>\",\n                    \"year\": \"<string>\",\n                    \"type\": \"<string>\",\n                    \"color\": \"<string>\"\n                },\n                \"counters\": {\n                    \"engineHours\": \"<long>\",\n                    \"mileage\": \"<long>\"\n                },\n                \"customFields\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    },\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"accountName\": \"<string>\",\n        \"units\": [\n            {\n                \"id\": \"<long>\",\n                \"unitName\": \"<string>\",\n                \"password\": \"<string>\",\n                \"profileFields\": {\n                    \"vin\": \"<string>\",\n                    \"registrationPlate\": \"<string>\",\n                    \"brand\": \"<string>\",\n                    \"model\": \"<string>\",\n                    \"year\": \"<string>\",\n                    \"type\": \"<string>\",\n                    \"color\": \"<string>\"\n                },\n                \"counters\": {\n                    \"engineHours\": \"<long>\",\n                    \"mileage\": \"<long>\"\n                },\n                \"customFields\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    },\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    }\n                ]\n            },\n            {\n                \"id\": \"<long>\",\n                \"unitName\": \"<string>\",\n                \"password\": \"<string>\",\n                \"profileFields\": {\n                    \"vin\": \"<string>\",\n                    \"registrationPlate\": \"<string>\",\n                    \"brand\": \"<string>\",\n                    \"model\": \"<string>\",\n                    \"year\": \"<string>\",\n                    \"type\": \"<string>\",\n                    \"color\": \"<string>\"\n                },\n                \"counters\": {\n                    \"engineHours\": \"<long>\",\n                    \"mileage\": \"<long>\"\n                },\n                \"customFields\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    },\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    }\n                ]\n            }\n        ]\n    }\n]"},"url":"https://fc.fleetilla.com/ffz-unit"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountName\": \"string\",\n      \"units\": [\n        {\n          \"id\": 0,\n          \"unitName\": \"string\",\n          \"resultCode\": 0,\n          \"resultText\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"7bac7f2c-5de6-498b-b8ed-68cbd96864b1"}],"id":"9f91911a-c16e-4721-8616-4c7bf53c74a8","description":"<p>Manage units in FleetFACTZ</p>\n","event":[{"listen":"prerequest","script":{"id":"8413c2d4-c8de-47b7-b383-474e956cea13","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7e8ad700-ef4d-4da3-98ba-fcc083e5a95f","type":"text/javascript","exec":[""]}}],"_postman_id":"9f91911a-c16e-4721-8616-4c7bf53c74a8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}},{"name":"UnitGroup","item":[{"name":"Retrieve unit groups","id":"c7b5daf8-4c4a-4929-a3af-719d7a9d68b9","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-unitgroup?filterBy=<string>&filterText=<string>","description":"<p>Use this to retrieve unit groups from FleetFACTZ.  You can look up a single unit group, all unit groups, or unit groups that match specified search criteria.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-unitgroup"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>Results will be filtered by the field specified in this parameter and the value of the field specified in the filterText parameter.\nValid values are one of the following:</p>\n<p>id</p>\n<p>name</p>\n<p>accountName</p>\n<p>If not specified, all unit groups will be returned.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if ‘filterBy’ parameter is specified.\nThis value is the search text for the field specified in the ‘filterBy’ parameter.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"}],"variable":[]}},"response":[{"id":"c245bc6c-974a-4115-adb8-210f10a86df5","name":"Returns full details about each unit group that matches your request.","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-unitgroup?filterBy=<string>&filterText=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-unitgroup"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"unitGroups\": [\n        {\n          \"id\": 0,\n          \"unitGroupName\": \"string\",\n          \"unitIDs\": [\n            0\n          ]\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"c7b5daf8-4c4a-4929-a3af-719d7a9d68b9"},{"name":"Create unit groups","id":"cab744f2-41e5-4c09-991f-2536a3298f6b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"accountName\": \"string\",\n    \"unitGroups\": [\n      {\n        \"unitGroupName\": \"string\",\n        \"unitIDs\": [\n          0\n        ]\n      }\n    ]\n  }\n]"},"url":"https://fc.fleetilla.com/ffz-unitgroup","description":"<p>Use this resource to create new unit groups in FleetFACTZ.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-unitgroup"],"host":["https://fc.fleetilla.com"],"query":[],"variable":[]}},"response":[{"id":"1866f2fc-7a8c-4b81-91da-c762f0ddcc7f","name":"Returns the id and name of each unit group that was attempted to create, and the result of each creation attempt.","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"accountName\": \"<string>\",\n        \"unitGroups\": [\n            {\n                \"unitGroupName\": \"<string>\",\n                \"creatorID\": \"<long>\",\n                \"unitIDs\": [\n                    \"<long>\",\n                    \"<long>\"\n                ]\n            },\n            {\n                \"unitGroupName\": \"<string>\",\n                \"creatorID\": \"<long>\",\n                \"unitIDs\": [\n                    \"<long>\",\n                    \"<long>\"\n                ]\n            }\n        ]\n    },\n    {\n        \"accountName\": \"<string>\",\n        \"unitGroups\": [\n            {\n                \"unitGroupName\": \"<string>\",\n                \"creatorID\": \"<long>\",\n                \"unitIDs\": [\n                    \"<long>\",\n                    \"<long>\"\n                ]\n            },\n            {\n                \"unitGroupName\": \"<string>\",\n                \"creatorID\": \"<long>\",\n                \"unitIDs\": [\n                    \"<long>\",\n                    \"<long>\"\n                ]\n            }\n        ]\n    }\n]"},"url":"https://fc.fleetilla.com/ffz-unitgroup"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountName\": \"string\",\n      \"unitGroups\": [\n        {\n          \"id\": 0,\n          \"unitGroupName\": \"string\",\n          \"resultCode\": 0,\n          \"resultText\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"cab744f2-41e5-4c09-991f-2536a3298f6b"},{"name":"Update unit groups","id":"59b9e980-39de-4900-8719-669a52e029cd","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"accountName\": \"string\",\n    \"unitGroups\": [\n      {\n        \"unitGroupName\": \"string\",\n        \"id\": 0,\n        \"unitIDs\": [\n          0\n        ]\n      }\n    ]\n  }\n]"},"url":"https://fc.fleetilla.com/ffz-unitgroup","description":"<p>Use this resource to update unit group information.  Only values specified in each request are updated, and any other values are left as is.<br /><br />\nIf you specify a value for unitIDs, it is used as a total replacement for the previous list of unit IDs that belong to the unit group.<br />Therefore, if you are attempting to add, change, or remove individual units from a unit group, you should first use GET /ffz-unitgroup to retrieve the existing unitIDs value, \nand modify it accordingly so it can be used in this resource to update the unit group.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-unitgroup"],"host":["https://fc.fleetilla.com"],"query":[],"variable":[]}},"response":[{"id":"ae313958-a3e8-4bf6-ae65-744f63b2230c","name":"Returns the id and name of each unit group that was attempted to update, and the result of each update attempt.","originalRequest":{"method":"PATCH","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"accountName\": \"<string>\",\n        \"unitGroups\": [\n            {\n                \"id\": \"<long>\",\n                \"creatorID\": \"<long>\",\n                \"unitIDs\": [\n                    \"<long>\",\n                    \"<long>\"\n                ],\n                \"unitGroupName\": \"<string>\"\n            },\n            {\n                \"id\": \"<long>\",\n                \"creatorID\": \"<long>\",\n                \"unitIDs\": [\n                    \"<long>\",\n                    \"<long>\"\n                ],\n                \"unitGroupName\": \"<string>\"\n            }\n        ]\n    },\n    {\n        \"accountName\": \"<string>\",\n        \"unitGroups\": [\n            {\n                \"id\": \"<long>\",\n                \"creatorID\": \"<long>\",\n                \"unitIDs\": [\n                    \"<long>\",\n                    \"<long>\"\n                ],\n                \"unitGroupName\": \"<string>\"\n            },\n            {\n                \"id\": \"<long>\",\n                \"creatorID\": \"<long>\",\n                \"unitIDs\": [\n                    \"<long>\",\n                    \"<long>\"\n                ],\n                \"unitGroupName\": \"<string>\"\n            }\n        ]\n    }\n]"},"url":"https://fc.fleetilla.com/ffz-unitgroup"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountName\": \"string\",\n      \"unitGroups\": [\n        {\n          \"id\": 0,\n          \"unitGroupName\": \"string\",\n          \"resultCode\": 0,\n          \"resultText\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"59b9e980-39de-4900-8719-669a52e029cd"},{"name":"Remove unit groups","id":"6facc494-0248-4415-97ec-3fcf87ab3b5e","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"accountName\": \"string\",\n    \"unitGroups\": [\n      {\n        \"id\": 0\n      }\n    ]\n  }\n]"},"url":"https://fc.fleetilla.com/ffz-unitgroup","description":"<p>Use this to remove unit groups from FleetFACTZ.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-unitgroup"],"host":["https://fc.fleetilla.com"],"query":[],"variable":[]}},"response":[{"id":"9d9b14a2-e7a0-47e6-b362-0df0b8e77158","name":"Returns the id and name of each unit group that was attempted to remove, and the result of each removal attempt.","originalRequest":{"method":"DELETE","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"accountName\": \"<string>\",\n        \"unitGroups\": [\n            {\n                \"id\": \"<long>\",\n                \"creatorID\": \"<long>\"\n            },\n            {\n                \"id\": \"<long>\",\n                \"creatorID\": \"<long>\"\n            }\n        ]\n    },\n    {\n        \"accountName\": \"<string>\",\n        \"unitGroups\": [\n            {\n                \"id\": \"<long>\",\n                \"creatorID\": \"<long>\"\n            },\n            {\n                \"id\": \"<long>\",\n                \"creatorID\": \"<long>\"\n            }\n        ]\n    }\n]"},"url":"https://fc.fleetilla.com/ffz-unitgroup"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountName\": \"string\",\n      \"unitGroups\": [\n        {\n          \"id\": 0,\n          \"unitGroupName\": \"string\",\n          \"resultCode\": 0,\n          \"resultText\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"6facc494-0248-4415-97ec-3fcf87ab3b5e"}],"id":"16342b3b-713d-4b98-a108-c7d442b8530e","description":"<p>Manage unit groups in FleetFACTZ</p>\n","event":[{"listen":"prerequest","script":{"id":"12f8e5f4-bc8b-4a7e-af61-93c7082805b9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9298bcc4-9ba9-40aa-b5cc-d76f406d3ee5","type":"text/javascript","exec":[""]}}],"_postman_id":"16342b3b-713d-4b98-a108-c7d442b8530e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}},{"name":"Driver","item":[{"name":"Retrieve drivers","id":"0758a014-3b48-4389-8518-057fe4ad70cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-driver?filterBy=<string>&filterText=<string>","description":"<p>Use this to retrieve drivers with nested data elements flattened to top level.  You can look up a single driver, all drivers, or drivers that match specified search criteria.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-driver"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>Results will be filtered by the field specified in this parameter and the value of the field specified in the 'filterText' parameter.\nValid values are one of the following:</p>\n<p>id</p>\n<p>name </p>\n<p>accountName</p>\n<p>If not specified, all drivers will be returned.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if 'filterBy' parameter is specified.\nThis value is used a the search text for the field specified in 'filterBy'.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"}],"variable":[]}},"response":[{"id":"cc175ac3-d879-475c-9f5e-a08161e380e4","name":"Returns full details about each driver that matches your request","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-driver?filterBy=<string>&filterText=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-driver"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"drivers\": [\n        {\n          \"customFields\": [\n            {\n              \"name\": \"string\",\n              \"value\": \"string\"\n            }\n          ],\n          \"id\": 0,\n          \"driverName\": \"string\",\n          \"code\": \"string\",\n          \"description\": \"string\",\n          \"phone\": \"string\",\n          \"mobileKey\": \"string\",\n          \"currentUnitID\": 0,\n          \"previousUnitID\": 0,\n          \"bindingTime\": \"2020-09-30T17:39:16.694Z\",\n          \"position\": {\n            \"y\": 0,\n            \"x\": 0\n          }\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"0758a014-3b48-4389-8518-057fe4ad70cb"},{"name":"Retrieve drivers (flat)","id":"894892aa-6273-423e-8788-6581ad9b0403","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-driver/flat?filterBy=<string>&filterText=<string>","description":"<p>Use this to retrieve drivers from FleetFACTZ.  You can look up a single driver, all drivers, or drivers that match specified search criteria.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-driver","flat"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>Results will be filtered by the field specified in this parameter and the value of the field specified in the 'filterText' parameter.\nValid values are one of the following:\nid\nname \naccountName\nIf not specified, all drivers will be returned.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if 'filterBy' parameter is specified.\nThis value is used a the search text for the field specified in 'filterBy'.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"}],"variable":[]}},"response":[{"id":"626e70d1-46ae-48e2-8f8a-d417c3c56ef3","name":"Returns full details about each driver that matches your request","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-driver/flat?filterBy=<string>&filterText=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-driver","flat"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"id\": 0,\n      \"driverName\": \"string\",\n      \"code\": \"string\",\n      \"description\": \"string\",\n      \"phone\": \"string\",\n      \"mobileKey\": \"string\",\n      \"currentUnitID\": 0,\n      \"previousUnitID\": 0,\n      \"bindingTime\": \"2020-09-30T17:54:26.916Z\",\n      \"positionY\": 0,\n      \"positionX\": 0,\n      \"customFieldEmail\": \"string\",\n      \"customFieldDriverLicense\": \"string\"\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"894892aa-6273-423e-8788-6581ad9b0403"},{"name":"Create drivers","id":"35ca46c6-2a7c-47c2-9664-37a99922931b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"accountName\": \"string\",\n    \"drivers\": [\n      {\n        \"driverName\": \"string\",\n        \"code\": \"string\",\n        \"mobileKey\": \"string\",\n        \"description\": \"string\",\n        \"phone\": \"string\",\n        \"customFields\": [\n          {\n            \"name\": \"string\",\n            \"value\": \"string\"\n          }\n        ],\n        \"currentUnitID\": 0,\n        \"exclusive\": true\n      }\n    ]\n  }\n]"},"url":"https://fc.fleetilla.com/ffz-driver","description":"<p>Use this to create new drivers in FleetFACTZ. <br /><br />\nIf you specify the 'exclusive' property to be true, then any other drivers previously assigned to the unit specified in the driverUnit structure will be unassigned automatically. \nThis affects only drivers within an account.  If 'time' is not specified in a 'driverUnit', the current time will be used.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-driver"],"host":["https://fc.fleetilla.com"],"query":[],"variable":[]}},"response":[{"id":"e4007710-923b-4ea6-86cd-93b6aa87da6e","name":"Returns the id and name of each driver that was attempted to create, and the result of each creation attempt.","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"accountName\": \"<string>\",\n        \"drivers\": [\n            {\n                \"driverName\": \"<string>\",\n                \"code\": \"<string>\",\n                \"mobileKey\": \"<string>\",\n                \"description\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"customFields\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    },\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    }\n                ],\n                \"currentUnitID\": \"<long>\",\n                \"exclusive\": \"<boolean>\"\n            },\n            {\n                \"driverName\": \"<string>\",\n                \"code\": \"<string>\",\n                \"mobileKey\": \"<string>\",\n                \"description\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"customFields\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    },\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    }\n                ],\n                \"currentUnitID\": \"<long>\",\n                \"exclusive\": \"<boolean>\"\n            }\n        ]\n    },\n    {\n        \"accountName\": \"<string>\",\n        \"drivers\": [\n            {\n                \"driverName\": \"<string>\",\n                \"code\": \"<string>\",\n                \"mobileKey\": \"<string>\",\n                \"description\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"customFields\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    },\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    }\n                ],\n                \"currentUnitID\": \"<long>\",\n                \"exclusive\": \"<boolean>\"\n            },\n            {\n                \"driverName\": \"<string>\",\n                \"code\": \"<string>\",\n                \"mobileKey\": \"<string>\",\n                \"description\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"customFields\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    },\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    }\n                ],\n                \"currentUnitID\": \"<long>\",\n                \"exclusive\": \"<boolean>\"\n            }\n        ]\n    }\n]"},"url":"https://fc.fleetilla.com/ffz-driver"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountName\": \"string\",\n      \"drivers\": [\n        {\n          \"id\": 0,\n          \"driverName\": \"string\",\n          \"resultCode\": 0,\n          \"resultText\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"35ca46c6-2a7c-47c2-9664-37a99922931b"},{"name":"Update drivers","id":"9aec44a0-f653-49bd-a9b7-0776a49c7285","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"accountName\": \"string\",\n    \"drivers\": [\n      {\n        \"currentUnitID\": 0,\n        \"id\": 0,\n        \"driverName\": \"string\",\n        \"code\": \"string\",\n        \"mobileKey\": \"string\",\n        \"description\": \"string\",\n        \"phone\": \"string\",\n        \"customFields\": [\n          {\n            \"name\": \"string\",\n            \"value\": \"string\"\n          }\n        ],\n        \"exclusive\": true\n      }\n    ]\n  }\n]"},"url":"https://fc.fleetilla.com/ffz-driver","description":"<p>Use this to update driver information, or to unassign/reassign a driver to a unit.  Only values specified in each request are updated, and any other values are left as is. <br /><br />\nIf you specify the 'exclusive' property to be true, then any other drivers previously assigned to the unit specified in the driverUnit structure will be unassigned automatically. \nThis affects only drivers within an account.  If 'time' is not specified in a 'driverUnit', the current time will be used.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-driver"],"host":["https://fc.fleetilla.com"],"query":[],"variable":[]}},"response":[{"id":"470dc872-3385-4bfb-9822-55289677b3fa","name":"Returns the id and name of each driver that was attempted to update, and the result of each update attempt.","originalRequest":{"method":"PATCH","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"accountName\": \"<string>\",\n        \"drivers\": [\n            {\n                \"driverName\": \"<string>\",\n                \"id\": \"<long>\",\n                \"code\": \"<string>\",\n                \"mobileKey\": \"<string>\",\n                \"description\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"customFields\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    },\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    }\n                ],\n                \"exclusive\": \"<boolean>\",\n                \"currentUnitID\": \"<long>\"\n            },\n            {\n                \"driverName\": \"<string>\",\n                \"id\": \"<long>\",\n                \"code\": \"<string>\",\n                \"mobileKey\": \"<string>\",\n                \"description\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"customFields\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    },\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    }\n                ],\n                \"exclusive\": \"<boolean>\",\n                \"currentUnitID\": \"<long>\"\n            }\n        ]\n    },\n    {\n        \"accountName\": \"<string>\",\n        \"drivers\": [\n            {\n                \"driverName\": \"<string>\",\n                \"id\": \"<long>\",\n                \"code\": \"<string>\",\n                \"mobileKey\": \"<string>\",\n                \"description\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"customFields\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    },\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    }\n                ],\n                \"exclusive\": \"<boolean>\",\n                \"currentUnitID\": \"<long>\"\n            },\n            {\n                \"driverName\": \"<string>\",\n                \"id\": \"<long>\",\n                \"code\": \"<string>\",\n                \"mobileKey\": \"<string>\",\n                \"description\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"customFields\": [\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    },\n                    {\n                        \"name\": \"<string>\",\n                        \"value\": \"<string>\",\n                        \"id\": \"<long>\"\n                    }\n                ],\n                \"exclusive\": \"<boolean>\",\n                \"currentUnitID\": \"<long>\"\n            }\n        ]\n    }\n]"},"url":"https://fc.fleetilla.com/ffz-driver"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountName\": \"string\",\n      \"drivers\": [\n        {\n          \"id\": 0,\n          \"driverName\": \"string\",\n          \"resultCode\": 0,\n          \"resultText\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"9aec44a0-f653-49bd-a9b7-0776a49c7285"},{"name":"Remove drivers","id":"076d2b2b-c21d-46e0-8e3d-08aa4fda7194","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n {\n  \"accountName\": \"<string>\",\n  \"drivers\": [\n   {\n    \"id\": 1\n   },\n   {\n    \"id\": 2\n   }\n  ]\n },\n {\n  \"accountName\": \"<string>\",\n  \"drivers\": [\n   {\n    \"id\": 1\n   },\n   {\n    \"id\": 2\n   }\n  ]\n }\n]"},"url":"https://fc.fleetilla.com/ffz-driver","description":"<p>Use this to remove drivers from FleetFACTZ.  To unassign or reassign a driver to a unit, use the PATCH /ffz-driver resource instead.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-driver"],"host":["https://fc.fleetilla.com"],"query":[],"variable":[]}},"response":[{"id":"58ad9773-f700-4b70-a603-db9b34a673ba","name":"Returns the id and name of each driver that was attempted to remove, and the result of each removal attempt.","originalRequest":{"method":"DELETE","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"accountName\": \"<string>\",\n        \"drivers\": [\n            {\n                \"id\": \"<long>\"\n            },\n            {\n                \"id\": \"<long>\"\n            }\n        ]\n    },\n    {\n        \"accountName\": \"<string>\",\n        \"drivers\": [\n            {\n                \"id\": \"<long>\"\n            },\n            {\n                \"id\": \"<long>\"\n            }\n        ]\n    }\n]"},"url":"https://fc.fleetilla.com/ffz-driver"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountName\": \"string\",\n      \"drivers\": [\n        {\n          \"id\": 0,\n          \"driverName\": \"string\",\n          \"resultCode\": 0,\n          \"resultText\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"076d2b2b-c21d-46e0-8e3d-08aa4fda7194"}],"id":"2c5166bb-e8d7-498b-bb83-a77f5a662696","description":"<p>Manage drivers in FleetFACTZ</p>\n","event":[{"listen":"prerequest","script":{"id":"cfd8d2ca-b8cc-413d-a183-ce528c70e39a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a92a01c0-c740-4331-bf77-ec095c4d3bcb","type":"text/javascript","exec":[""]}}],"_postman_id":"2c5166bb-e8d7-498b-bb83-a77f5a662696","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}},{"name":"ELD","item":[{"name":"Retrieve ELD drivers","id":"155cf1e6-ede7-4ab2-82a5-97236df5ac7e","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-elddriver","description":"<p>Use this to retrieve ELD drivers from FleetFACTZ.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-elddriver"],"host":["https://fc.fleetilla.com"],"query":[],"variable":[]}},"response":[{"id":"19162bd2-bd29-4d53-becb-ed00f8ea1b73","name":"Returns details about each driver","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":"https://fc.fleetilla.com/ffz-elddriver"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"drivers\": [\n        {\n          \"id\": 0,\n          \"driverName\": \"string\",\n          \"isActive\": true,\n          \"hasPassword\": true,\n          \"personalUse\": true,\n          \"yardMove\": true,\n          \"exemption\": true,\n          \"licenseState\": \"string\",\n          \"licenseNumber\": \"string\",\n          \"wifiOnly\": true,\n          \"operatingMode\": 0\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"155cf1e6-ede7-4ab2-82a5-97236df5ac7e"},{"name":"Retrieve ELD driver records","id":"d9d6f0fa-55fd-433a-9270-ac5f97e181b0","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-elddriverrecord?filterBy=<string>&filterText=<string>&dateFrom=<string>&dateTo=<string>","description":"<p>Use this to retrieve ELD driver records from FleetFACTZ.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-elddriverrecord"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>filterBy parameter can be used to filter the result by a field, valid values are one of the following fields:</p>\n<p>id</p>\n<p>If filterBy is not specified, records for all ELD drivers will be returned.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if filterBy parameter is specified.\nThis value is the search text for the field specified in the filterBy parameter.\nMore than one value can be specified using comma as separator</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"},{"description":{"content":"<p>[Required]</p>\n<p>The start date/time (UTC) for the period to retrieve records for in ISO format (YYYY-MM-DDThh:mm:ssZ). For example, May 7, 2017 at 1pm UTC would be 2017-07-17T13:00:00Z.</p>\n","type":"text/plain"},"key":"dateFrom","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>This is the end date/time (UTC) for the period to retrieve records for in ISO format(see dateFrom for an example of ISO format.)\nIf not specified, the current date/time is assumed.</p>\n","type":"text/plain"},"key":"dateTo","value":"<string>"}],"variable":[]}},"response":[{"id":"a1fd4f04-b9b1-4c13-9f19-4ba7e0324451","name":"Returns records for each driver matching the criteria specified in the request","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-elddriverrecord?filterBy=<string>&filterText=<string>&dateFrom=<string>&dateTo=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-elddriverrecord"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"},{"key":"dateFrom","value":"<string>"},{"key":"dateTo","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"drivers\": [\n        {\n          \"id\": 0,\n          \"hosUsername\": \"string\",\n          \"records\": [\n            {\n              \"coDriverID\": 0,\n              \"coDriverName\": \"string\",\n              \"eldID\": \"string\",\n              \"appVersion\": \"string\",\n              \"timeStamp\": \"string\",\n              \"location\": \"string\",\n              \"y\": \"string\",\n              \"x\": \"string\",\n              \"dutyStatus\": \"string\",\n              \"eventStatus\": 0,\n              \"eventOrigin\": 0,\n              \"eventType\": 0,\n              \"eventCode\": 0,\n              \"diagCode\": \"string\",\n              \"drivenDistance\": 0\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"d9d6f0fa-55fd-433a-9270-ac5f97e181b0"},{"name":"Retrieve ELD dashboard data for drivers","id":"638b4017-3127-432e-b74f-9a95f2d1f67f","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-eldmonitoringdata?filterBy=<string>&filterText=<string>","description":"<p>Use this to retrieve dashboard data from FleetFACTZ for ELD drivers.\nThe data returned by this API is only updated every 15 minutes.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-eldmonitoringdata"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>Not used in current version - reserved for future use.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Not used in current version - reserved for future use.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"}],"variable":[]}},"response":[{"id":"cd02c5a5-00f8-4904-bae6-21c241ac2fde","name":"Returns dashboard data for drivers","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-eldmonitoringdata?filterBy=<string>&filterText=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-eldmonitoringdata"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"drivers\": [\n        {\n          \"id\": 0,\n          \"driverName\": \"string\",\n          \"lastLocation\": \"string\",\n          \"lastUpdateTime\": \"2020-09-30T17:56:00.632Z\",\n          \"hosUsername\": \"string\",\n          \"drivingAmount\": 0,\n          \"drivingString\": \"string\",\n          \"drivingColor\": \"string\",\n          \"onDutyAmount\": 0,\n          \"onDutyString\": \"string\",\n          \"onDutyColor\": \"string\",\n          \"onDutyWeekAmount\": 0,\n          \"onDutyWeekString\": \"string\",\n          \"onDutyWeekColor\": \"string\",\n          \"currentDutyStatus\": \"string\",\n          \"next30BreakTime\": \"2020-09-30T17:56:00.633Z\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"638b4017-3127-432e-b74f-9a95f2d1f67f"}],"id":"daae7d89-8ae4-4ec9-9a9e-ad437683be7a","description":"<p>Retrieve ELD data from FleetFACTZ</p>\n","event":[{"listen":"prerequest","script":{"id":"15c0eea5-8f38-4dd6-bc70-a507856ef083","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"884bcc53-b033-4f14-8c51-e5e14bf1c552","type":"text/javascript","exec":[""]}}],"_postman_id":"daae7d89-8ae4-4ec9-9a9e-ad437683be7a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}},{"name":"Geofence","item":[{"name":"Retrieve geofences","id":"4c78284f-d809-4374-8cc7-56f73866223d","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-geofence?filterBy=<string>&filterText=<string>&outputSections=<string>","description":"<p>Use this resource to retrieve geofences from FleetFACTZ.  You can look up a single geofence, all geofences, or geofences that match specified search criteria.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-geofence"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>Results will be filtered by the field specified in this parameter and the value of the field specified in the filterText parameter.</p>\n<p>Valid values are one of the following:</p>\n<p>id</p>\n<p>name</p>\n<p>accountName</p>\n<p>If not specified, all geofences will be returned.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if ‘filterBy’ parameter is specified.\nThis value is the search text for the field specified in the ‘filterBy’ parameter.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Comma separated list of output sections/values to include in the response. Valid values are one or more of the following:</p>\n<p>. Add ‘area’ for area of geofence</p>\n<p>. Add ‘perimeter’ for perimeter of geofence</p>\n<p>. Add ‘points’ for all the points in geofence</p>\n","type":"text/plain"},"key":"outputSections","value":"<string>"}],"variable":[]}},"response":[{"id":"8cb7da8f-fc2c-42ef-949d-0f20b64e0040","name":"Returns full details about each geofence that matches your request.","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-geofence?filterBy=<string>&filterText=<string>&outputSections=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-geofence"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"},{"key":"outputSections","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"geofences\": [\n        {\n          \"id\": 0,\n          \"geofenceName\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"line\",\n          \"thickness\": 0,\n          \"color\": 0,\n          \"area\": 0,\n          \"perimeter\": 0,\n          \"boundary\": {\n            \"minX\": 0,\n            \"maxX\": 0,\n            \"minY\": 0,\n            \"maxY\": 0,\n            \"centerX\": 0,\n            \"centerY\": 0\n          },\n          \"points\": [\n            {\n              \"x\": 0,\n              \"y\": 0\n            }\n          ],\n          \"createdTime\": \"2020-09-30T18:15:46.821Z\",\n          \"modifiedTime\": \"2020-09-30T18:15:46.821Z\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"4c78284f-d809-4374-8cc7-56f73866223d"},{"name":"Create geofences","id":"71f932d7-47a7-4e62-ab25-5cf318f7b0fc","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"accountName\": \"string\",\n    \"geofences\": [\n      {\n        \"geofenceName\": \"string\",\n        \"type\": \"line\",\n        \"description\": \"string\",\n        \"thickness\": 0,\n        \"color\": 0,\n        \"points\": [\n          {\n            \"x\": 0,\n            \"y\": 0\n          }\n        ]\n      }\n    ]\n  }\n]"},"url":"https://fc.fleetilla.com/ffz-geofence","description":"<p>Use this resource to create new geofences in FleetFACTZ. \n<br /><br />\nWhen specifying points for a geofence, be sure you are specifying a valid number of points for the geofence type. \nA circle should have one point, a line should have two or more points, and a polygon should have three or more points.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-geofence"],"host":["https://fc.fleetilla.com"],"query":[],"variable":[]}},"response":[{"id":"5dc6bf70-2120-4c35-a109-e97481f546ca","name":"Returns the id and name of each geofence that was attempted to create, and the result of each creation attempt.","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"accountName\": \"<string>\",\n        \"geofences\": [\n            {\n                \"geofenceName\": \"<string>\",\n                \"points\": [\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    },\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    }\n                ],\n                \"thickness\": \"<integer>\",\n                \"type\": \"<integer>\",\n                \"description\": \"<string>\",\n                \"color\": \"<integer>\"\n            },\n            {\n                \"geofenceName\": \"<string>\",\n                \"points\": [\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    },\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    }\n                ],\n                \"thickness\": \"<integer>\",\n                \"type\": \"<integer>\",\n                \"description\": \"<string>\",\n                \"color\": \"<integer>\"\n            }\n        ]\n    },\n    {\n        \"accountName\": \"<string>\",\n        \"geofences\": [\n            {\n                \"geofenceName\": \"<string>\",\n                \"points\": [\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    },\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    }\n                ],\n                \"thickness\": \"<integer>\",\n                \"type\": \"<integer>\",\n                \"description\": \"<string>\",\n                \"color\": \"<integer>\"\n            },\n            {\n                \"geofenceName\": \"<string>\",\n                \"points\": [\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    },\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    }\n                ],\n                \"thickness\": \"<integer>\",\n                \"type\": \"<integer>\",\n                \"description\": \"<string>\",\n                \"color\": \"<integer>\"\n            }\n        ]\n    }\n]"},"url":"https://fc.fleetilla.com/ffz-geofence"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"accounts\": [\n  {\n   \"accountName\": \"<string>\",\n   \"geofences\": [\n    {\n     \"geofenceName\": \"<string>\",\n     \"id\": 53734037,\n     \"resultCode\": 14,\n     \"resultText\": \"<string>\",\n     \"recordsAffected\": -52497785,\n     \"accountItemID\": -9331331\n    },\n    {\n     \"geofenceName\": \"<string>\",\n     \"id\": 44882511,\n     \"resultCode\": 12,\n     \"resultText\": \"<string>\",\n     \"recordsAffected\": 46599268,\n     \"accountItemID\": -44928374\n    }\n   ]\n  },\n  {\n   \"accountName\": \"<string>\",\n   \"geofences\": [\n    {\n     \"geofenceName\": \"<string>\",\n     \"id\": 47224052,\n     \"resultCode\": 0,\n     \"resultText\": \"<string>\",\n     \"recordsAffected\": -836183,\n     \"accountItemID\": -62163508\n    },\n    {\n     \"geofenceName\": \"<string>\",\n     \"id\": 37046336,\n     \"resultCode\": 15,\n     \"resultText\": \"<string>\",\n     \"recordsAffected\": 42507358,\n     \"accountItemID\": 42950089\n    }\n   ]\n  }\n ],\n \"apiCallsThisMonth\": 2318011,\n \"instanceID\": \"<string>\",\n \"resultCode\": 99,\n \"resultText\": \"<string>\"\n}"}],"_postman_id":"71f932d7-47a7-4e62-ab25-5cf318f7b0fc"},{"name":"Update geofences","id":"34dab579-c1b8-4b72-8f7c-326ec71361c6","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"accountName\": \"string\",\n    \"geofences\": [\n      {\n        \"geofenceName\": \"string\",\n        \"type\": \"line\",\n        \"thickness\": 0,\n        \"id\": 0,\n        \"description\": \"string\",\n        \"color\": 0,\n        \"points\": [\n          {\n            \"x\": 0,\n            \"y\": 0\n          }\n        ]\n      }\n    ]\n  }\n]"},"url":"https://fc.fleetilla.com/ffz-geofence","description":"<p>Use this to update geofence information.  Only values specified in each request are updated, and any other values are left as-is.<br /><br />\nWhen specifying points for a geofence, be sure you are specifying a valid number of points for the geofence type.  A circle should have one point, a line should have two or more points,\nand a polygon should have three or more points.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-geofence"],"host":["https://fc.fleetilla.com"],"query":[],"variable":[]}},"response":[{"id":"a82c326b-dfb1-474f-bf41-1ac650053b1a","name":"Returns the id and name of each geofence that was attempted to update, and the result of each update attempt.","originalRequest":{"method":"PATCH","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"accountName\": \"<string>\",\n        \"geofences\": [\n            {\n                \"id\": \"<long>\",\n                \"points\": [\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    },\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    }\n                ],\n                \"description\": \"<string>\",\n                \"color\": \"<integer>\",\n                \"geofenceName\": \"<string>\",\n                \"type\": \"<integer>\",\n                \"thickness\": \"<integer>\"\n            },\n            {\n                \"id\": \"<long>\",\n                \"points\": [\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    },\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    }\n                ],\n                \"description\": \"<string>\",\n                \"color\": \"<integer>\",\n                \"geofenceName\": \"<string>\",\n                \"type\": \"<integer>\",\n                \"thickness\": \"<integer>\"\n            }\n        ]\n    },\n    {\n        \"accountName\": \"<string>\",\n        \"geofences\": [\n            {\n                \"id\": \"<long>\",\n                \"points\": [\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    },\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    }\n                ],\n                \"description\": \"<string>\",\n                \"color\": \"<integer>\",\n                \"geofenceName\": \"<string>\",\n                \"type\": \"<integer>\",\n                \"thickness\": \"<integer>\"\n            },\n            {\n                \"id\": \"<long>\",\n                \"points\": [\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    },\n                    {\n                        \"x\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"y\": {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                    }\n                ],\n                \"description\": \"<string>\",\n                \"color\": \"<integer>\",\n                \"geofenceName\": \"<string>\",\n                \"type\": \"<integer>\",\n                \"thickness\": \"<integer>\"\n            }\n        ]\n    }\n]"},"url":"https://fc.fleetilla.com/ffz-geofence"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountName\": \"string\",\n      \"geofences\": [\n        {\n          \"id\": 0,\n          \"geofenceName\": \"string\",\n          \"resultCode\": 0,\n          \"resultText\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"34dab579-c1b8-4b72-8f7c-326ec71361c6"},{"name":"Remove geofences","id":"24ec3e81-cc97-4baa-9500-78ba291db29b","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"accountName\": \"string\",\n    \"geofences\": [\n      {\n        \"id\": 0\n      }\n    ]\n  }\n]"},"url":"https://fc.fleetilla.com/ffz-geofence","description":"<p>Use this to remove geofences from FleetFACTZ.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-geofence"],"host":["https://fc.fleetilla.com"],"query":[],"variable":[]}},"response":[{"id":"60435b2c-98d1-49b4-964a-27d88eddb5e7","name":"Returns the id and name of each geofence that was attempted to remove, and the result of each removal attempt.","originalRequest":{"method":"DELETE","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"accountName\": \"<string>\",\n        \"geofences\": [\n            {\n                \"id\": \"<long>\"\n            },\n            {\n                \"id\": \"<long>\"\n            }\n        ]\n    },\n    {\n        \"accountName\": \"<string>\",\n        \"geofences\": [\n            {\n                \"id\": \"<long>\"\n            },\n            {\n                \"id\": \"<long>\"\n            }\n        ]\n    }\n]"},"url":"https://fc.fleetilla.com/ffz-geofence"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountName\": \"string\",\n      \"geofences\": [\n        {\n          \"id\": 0,\n          \"geofenceName\": \"string\",\n          \"resultCode\": 0,\n          \"resultText\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"24ec3e81-cc97-4baa-9500-78ba291db29b"}],"id":"b33980b5-a6d1-4b2d-9c17-295b86cd374d","description":"<p>Manage geofences in FleetFACTZ</p>\n","event":[{"listen":"prerequest","script":{"id":"0dae81a6-a628-434c-a7d7-55038e91335c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4185acb6-17af-4c3f-8305-fba2ca616c40","type":"text/javascript","exec":[""]}}],"_postman_id":"b33980b5-a6d1-4b2d-9c17-295b86cd374d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}},{"name":"Event","item":[{"name":"Retrieve events from driver(s) for an interval.","id":"ab27d8fb-4f7b-41de-98b5-e7c0505a4c5a","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-driverevent?accountName=<string>&driverIDs=<string>&dateFrom=<string>&dateTo=<string>&outputSections=<string>","description":"<p>Use this to retrieve events from driver(s) in FleetFACTZ within a specified period. <br />\nWhen specifying the period, dateFrom is required to specify the start date, and dateTo can optionally specify the end date.  If dateTo is not specified, then the current date and time is assumed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-driverevent"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Required]</p>\n<p>The name of the account the driver belongs to.</p>\n","type":"text/plain"},"key":"accountName","value":"<string>"},{"description":{"content":"<p>[Required]</p>\n<p>Comma separated Unit group IDs.</p>\n","type":"text/plain"},"key":"driverIDs","value":"<string>"},{"description":{"content":"<p>[Required]</p>\n<p>The start date/time (UTC) for the period to retrieve events for in ISO format (YYYY-MM-DDThh:mm:ssZ). For example, May 7, 2017 at 1pm UTC would be 2017-07-17T13:00:00Z.</p>\n","type":"text/plain"},"key":"dateFrom","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>This is the end date/time (UTC) for the period to retrieve events for in ISO format(see dateFrom for an example of ISO format.)</p>\n","type":"text/plain"},"key":"dateTo","value":"<string>"},{"description":{"content":"<p>[Required]</p>\n<p>Comma separated list of output sections/values to include in the response, at least one output section should be specified.\nValid values are one or more of the following:</p>\n<p>. Add ‘trip’ for a list of trip details</p>\n<p>. Add ‘stop’ for a list of stop details</p>\n<p>. Add ‘parking’ for a list of parking details</p>\n<p>. Add ‘maintenance’ for a list of maintenance details</p>\n","type":"text/plain"},"key":"outputSections","value":"<string>"}],"variable":[]}},"response":[{"id":"c5e7c361-369a-4024-9cc4-147fe300ce3f","name":"Returns full details about all events from the driver(s).  Note that if your criteria would return too many events from the driver(s), \r\n            instead of getting a partial result you will get a resultCode 15 response (response too large.)  In this c","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-driverevent?accountName=<string>&driverIDs=<string>&dateFrom=<string>&dateTo=<string>&outputSections=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-driverevent"],"query":[{"key":"accountName","value":"<string>"},{"key":"driverIDs","value":"<string>"},{"key":"dateFrom","value":"<string>"},{"key":"dateTo","value":"<string>"},{"key":"outputSections","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"drivers\": [\n        {\n          \"id\": 0,\n          \"units\": [\n            {\n              \"id\": 0,\n              \"uid\": \"string\",\n              \"trips\": [\n                {\n                  \"driverName\": \"string\",\n                  \"startTime\": \"2020-09-30T18:24:47.417Z\",\n                  \"endTime\": \"2020-09-30T18:24:47.417Z\",\n                  \"startLocation\": \"string\",\n                  \"endLocation\": \"string\",\n                  \"duration\": \"string\",\n                  \"distance\": \"string\",\n                  \"maximumSpeed\": \"string\"\n                }\n              ],\n              \"parkings\": [\n                {\n                  \"driverName\": \"string\",\n                  \"startTime\": \"2020-09-30T18:24:47.417Z\",\n                  \"endTime\": \"2020-09-30T18:24:47.417Z\",\n                  \"location\": \"string\",\n                  \"duration\": \"string\"\n                }\n              ],\n              \"stops\": [\n                {\n                  \"driverName\": \"string\",\n                  \"startTime\": \"2020-09-30T18:24:47.417Z\",\n                  \"endTime\": \"2020-09-30T18:24:47.417Z\",\n                  \"location\": \"string\",\n                  \"duration\": \"string\"\n                }\n              ],\n              \"maintenances\": [\n                {\n                  \"serviceTime\": \"2020-09-30T18:24:47.417Z\",\n                  \"registrationTime\": \"2020-09-30T18:24:47.417Z\",\n                  \"workType\": \"string\",\n                  \"description\": \"string\",\n                  \"location\": \"string\",\n                  \"duration\": \"string\",\n                  \"cost\": \"string\",\n                  \"mileage\": \"string\",\n                  \"engineHours\": \"string\"\n                }\n              ],\n              \"serviceIntervals\": [\n                {\n                  \"name\": \"string\",\n                  \"description\": \"string\",\n                  \"frequency\": \"string\",\n                  \"state\": \"string\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"ab27d8fb-4f7b-41de-98b5-e7c0505a4c5a"},{"name":"Retrieve events from unit(s) for an interval.","id":"4d90374c-aefa-4e9a-89da-b47f86e8f796","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-unitevent?accountName=<string>&unitIDs=<string>&dateFrom=<string>&dateTo=<string>&outputSections=<string>","description":"<p>Use this to retrieve events from unit(s) in FleetFACTZ within a specified period. <br />\nWhen specifying the period, dateFrom is required to specify the start date, and dateTo can optionally specify the end date.  If dateTo is not specified, then the current date and time is assumed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-unitevent"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Required]</p>\n<p>The name of the account the unit belongs to.</p>\n","type":"text/plain"},"key":"accountName","value":"<string>"},{"description":{"content":"<p>[Required]</p>\n<p>Comma separated Unit IDs.</p>\n","type":"text/plain"},"key":"unitIDs","value":"<string>"},{"description":{"content":"<p>[Required]</p>\n<p>The start date/time (UTC) for the period to retrieve events for in ISO format (YYYY-MM-DDThh:mm:ssZ). For example, May 7, 2017 at 1pm UTC would be 2017-07-17T13:00:00Z.</p>\n","type":"text/plain"},"key":"dateFrom","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>This is the end date/time (UTC) for the period to retrieve events for in ISO format(see dateFrom for an example of ISO format.)</p>\n","type":"text/plain"},"key":"dateTo","value":"<string>"},{"description":{"content":"<p>[Required]</p>\n<p>Comma separated list of output sections/values to include in the response, at least one output section should be specified.\nValid values are one or more of the following:</p>\n<p>. Add ‘trip’ for a list of trip details</p>\n<p>. Add ‘stop’ for a list of stop details</p>\n<p>. Add ‘parking’ for a list of parking details</p>\n<p>. Add ‘maintenance’ for a list of maintenance details</p>\n<p>. Add ‘serviceInterval’ for a list of service intervals</p>\n","type":"text/plain"},"key":"outputSections","value":"<string>"}],"variable":[]}},"response":[{"id":"03e36e74-faee-41f1-8953-d3d0f5fd8549","name":"Returns full details about all events from the unit(s).  Note that if your criteria would return too many events from the unit(s), \r\n            instead of getting a partial result you will get a resultCode 15 response (response too large.)  In this case,","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-unitevent?accountName=<string>&unitIDs=<string>&dateFrom=<string>&dateTo=<string>&outputSections=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-unitevent"],"query":[{"key":"accountName","value":"<string>"},{"key":"unitIDs","value":"<string>"},{"key":"dateFrom","value":"<string>"},{"key":"dateTo","value":"<string>"},{"key":"outputSections","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"units\": [\n        {\n          \"id\": 0,\n          \"uid\": \"string\",\n          \"trips\": [\n            {\n              \"driverName\": \"string\",\n              \"startTime\": \"2020-09-30T18:27:04.796Z\",\n              \"endTime\": \"2020-09-30T18:27:04.796Z\",\n              \"startLocation\": \"string\",\n              \"endLocation\": \"string\",\n              \"duration\": \"string\",\n              \"distance\": \"string\",\n              \"maximumSpeed\": \"string\"\n            }\n          ],\n          \"parkings\": [\n            {\n              \"driverName\": \"string\",\n              \"startTime\": \"2020-09-30T18:27:04.796Z\",\n              \"endTime\": \"2020-09-30T18:27:04.796Z\",\n              \"location\": \"string\",\n              \"duration\": \"string\"\n            }\n          ],\n          \"stops\": [\n            {\n              \"driverName\": \"string\",\n              \"startTime\": \"2020-09-30T18:27:04.796Z\",\n              \"endTime\": \"2020-09-30T18:27:04.796Z\",\n              \"location\": \"string\",\n              \"duration\": \"string\"\n            }\n          ],\n          \"maintenances\": [\n            {\n              \"serviceTime\": \"2020-09-30T18:27:04.796Z\",\n              \"registrationTime\": \"2020-09-30T18:27:04.796Z\",\n              \"workType\": \"string\",\n              \"description\": \"string\",\n              \"location\": \"string\",\n              \"duration\": \"string\",\n              \"cost\": \"string\",\n              \"mileage\": \"string\",\n              \"engineHours\": \"string\"\n            }\n          ],\n          \"serviceIntervals\": [\n            {\n              \"name\": \"string\",\n              \"description\": \"string\",\n              \"frequency\": \"string\",\n              \"state\": \"string\"\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"4d90374c-aefa-4e9a-89da-b47f86e8f796"},{"name":"Retrieve events from unit group(s) for an interval.","id":"56e7e1a7-9251-4e33-bd23-06875e530a8e","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-unitgroupevent?accountName=<string>&unitGroupIDs=<string>&dateFrom=<string>&dateTo=<string>&outputSections=<string>","description":"<p>Use this to retrieve events from unit group(s) in FleetFACTZ within a specified period. <br />\nWhen specifying the period, dateFrom is required to specify the start date, and dateTo can optionally specify the end date.  If dateTo is not specified, then the current date and time is assumed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-unitgroupevent"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>Required]</p>\n<p>The name of the account the unit group belongs to.</p>\n","type":"text/plain"},"key":"accountName","value":"<string>"},{"description":{"content":"<p>[Required]</p>\n<p>Comma separated Unit group IDs</p>\n","type":"text/plain"},"key":"unitGroupIDs","value":"<string>"},{"description":{"content":"<p>[Required]</p>\n<p>The start date/time (UTC) for the period to retrieve events for in ISO format (YYYY-MM-DDThh:mm:ssZ). For example, May 7, 2017 at 1pm UTC would be 2017-07-17T13:00:00Z.</p>\n","type":"text/plain"},"key":"dateFrom","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>This is the end date/time (UTC) for the period to retrieve events for in ISO format(see dateFrom for an example of ISO format.)</p>\n","type":"text/plain"},"key":"dateTo","value":"<string>"},{"description":{"content":"<p>[Required]</p>\n<p>Comma separated list of output sections/values to include in the response, at least one output section should be specified.\nValid values are one or more of the following:</p>\n<p>. Add ‘trip’ for a list of trip details</p>\n<p>. Add ‘stop’ for a list of stop details</p>\n<p>. Add ‘parking’ for a list of parking details</p>\n<p>. Add ‘maintenance’ for a list of maintenance details</p>\n","type":"text/plain"},"key":"outputSections","value":"<string>"}],"variable":[]}},"response":[{"id":"5c279db3-2d7d-4d6a-80f1-f13c21ee6b9c","name":"Returns full details about all events from the unit group(s).  Note that if your criteria would return too many events from the unit group(s), \r\n            instead of getting a partial result you will get a resultCode 15 response (response too large.)  I","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-unitgroupevent?accountName=<string>&unitGroupIDs=<string>&dateFrom=<string>&dateTo=<string>&outputSections=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-unitgroupevent"],"query":[{"key":"accountName","value":"<string>"},{"key":"unitGroupIDs","value":"<string>"},{"key":"dateFrom","value":"<string>"},{"key":"dateTo","value":"<string>"},{"key":"outputSections","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"accountName\": \"string\",\n      \"unitGroups\": [\n        {\n          \"id\": 0,\n          \"units\": [\n            {\n              \"id\": 0,\n              \"uid\": \"string\",\n              \"trips\": [\n                {\n                  \"driverName\": \"string\",\n                  \"startTime\": \"2020-09-30T18:27:04.798Z\",\n                  \"endTime\": \"2020-09-30T18:27:04.798Z\",\n                  \"startLocation\": \"string\",\n                  \"endLocation\": \"string\",\n                  \"duration\": \"string\",\n                  \"distance\": \"string\",\n                  \"maximumSpeed\": \"string\"\n                }\n              ],\n              \"parkings\": [\n                {\n                  \"driverName\": \"string\",\n                  \"startTime\": \"2020-09-30T18:27:04.798Z\",\n                  \"endTime\": \"2020-09-30T18:27:04.798Z\",\n                  \"location\": \"string\",\n                  \"duration\": \"string\"\n                }\n              ],\n              \"stops\": [\n                {\n                  \"driverName\": \"string\",\n                  \"startTime\": \"2020-09-30T18:27:04.798Z\",\n                  \"endTime\": \"2020-09-30T18:27:04.798Z\",\n                  \"location\": \"string\",\n                  \"duration\": \"string\"\n                }\n              ],\n              \"maintenances\": [\n                {\n                  \"serviceTime\": \"2020-09-30T18:27:04.798Z\",\n                  \"registrationTime\": \"2020-09-30T18:27:04.798Z\",\n                  \"workType\": \"string\",\n                  \"description\": \"string\",\n                  \"location\": \"string\",\n                  \"duration\": \"string\",\n                  \"cost\": \"string\",\n                  \"mileage\": \"string\",\n                  \"engineHours\": \"string\"\n                }\n              ],\n              \"serviceIntervals\": [\n                {\n                  \"name\": \"string\",\n                  \"description\": \"string\",\n                  \"frequency\": \"string\",\n                  \"state\": \"string\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"56e7e1a7-9251-4e33-bd23-06875e530a8e"}],"id":"06a55274-5950-4aa7-97ea-d515f666fbd0","description":"<p>Retrieve event details from FleetFACTZ</p>\n","event":[{"listen":"prerequest","script":{"id":"079e6bfc-7963-4988-a0e5-34bdeb88f19a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4de7c9ad-0e9b-4234-868c-cc84b9ae7fbb","type":"text/javascript","exec":[""]}}],"_postman_id":"06a55274-5950-4aa7-97ea-d515f666fbd0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}},{"name":"RevGeo","item":[{"name":"Retrieve reverse geocoded addresses","id":"70ebae90-2fee-43f6-85cf-c1a350880a55","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/ffz-revgeo?coordinates=<string>","description":"<p>Use this resource to retrieve addresses from one or more pairs of latitude/longitude values.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["ffz-revgeo"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Required]</p>\n<p>Latitude/longitude pairs to be reverse geocoded.\nEach pair should specify latitude first and longitude second, separated by a comma, and enclosed in parentheses.\nWhen specifying multiple pairs, simply concatenate them, and do not include whitespace.\nLatitude and longitude values are in degrees, with decimal values allowed.\nValid latitude values are -90.0 to 90.0, and valid longitude values are -180.0 to 180.0.\nFor example, to specify 2 latitude/longitude pairs: (42.212480,-83734794)(42.216172,-83.355384)</p>\n","type":"text/plain"},"key":"coordinates","value":"<string>"}],"variable":[]}},"response":[{"id":"325b681c-244d-46fe-9a98-9217b3bc2576","name":"Returns the list of addresses","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/ffz-revgeo?coordinates=<string>","host":["https://fc.fleetilla.com"],"path":["ffz-revgeo"],"query":[{"key":"coordinates","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"addresses\": [\n  {\n   \"x\": 35571874.260086,\n   \"y\": -29580136.906251654,\n   \"fullAddress\": \"<string>\"\n  },\n  {\n   \"x\": -18008247.0073383,\n   \"y\": 17925979.66807805,\n   \"fullAddress\": \"<string>\"\n  }\n ],\n \"apiCallsThisMonth\": -98201353,\n \"instanceID\": \"<string>\",\n \"resultCode\": 99,\n \"resultText\": \"<string>\"\n}"}],"_postman_id":"70ebae90-2fee-43f6-85cf-c1a350880a55"}],"id":"c931b9ff-5b5b-4d7e-8a04-918e26e2a8c0","description":"<p>Retrieve reverse geocoded addresses</p>\n","event":[{"listen":"prerequest","script":{"id":"5b80b0ea-729e-4d75-ab12-d0afdbc30cf2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ba517d47-1929-42b6-9b57-b9ddb6f89f8e","type":"text/javascript","exec":[""]}}],"_postman_id":"c931b9ff-5b5b-4d7e-8a04-918e26e2a8c0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}}],"id":"23eb611e-c746-4fba-a94a-97762150f59f","description":"<p>Endpoints to interact with Fleetilla's vehicle tracking solution, <a href=\"https://fleetilla.com/products/fleet-management-solutions/real-time-tracking\">FleetFACTZ</a></p>\n","event":[{"listen":"prerequest","script":{"id":"9336692b-6272-4a96-bb64-88cc0981160f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8959e8d1-8983-4480-bdb0-72eba12ea8ca","type":"text/javascript","exec":[""]}}],"_postman_id":"23eb611e-c746-4fba-a94a-97762150f59f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}},{"name":"FleetOrb9","item":[{"name":"Message","item":[{"name":"Retrieve messages from assets for an interval.","id":"4770a329-2047-4835-b9a5-f082e064b1dc","request":{"method":"GET","header":[],"url":"https://fc.fleetilla.com/fo9-messagefromasset?filterBy=<string>&filterText=<string>&dateFrom=<string>&dateTo=<string>","description":"<p>Use this to retrieve messages from assets in FleetOrb9 within a specified period. You can get messages for a single unit, all units, or units that match specified search criteria.<br /><br /></p>\n<p>When specifying the period, dateFrom is required to specify the start date, and dateTo can optionally specify the end date.  If dateTo is not specified, then the current date and time is assumed. \nThere are limits on the length of the specified period.  If filterBy specifies uid (to retrieve messages for a single unit), \nthen a period of up to 30 days may be specified.  In all other cases, a period of up to 24 hours may be specified.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}},"urlObject":{"path":["fo9-messagefromasset"],"host":["https://fc.fleetilla.com"],"query":[{"description":{"content":"<p>[Optional]</p>\n<p>filterBy parameter can be used to filter the result by a field, valid values are one of the following fields (uid - Device ESN for the asset, id - Asset Key for the asset):</p>\n<p>uid</p>\n<p>id</p>\n<p>If filterBy is not specified, all messages for all units will be returned within the limits described in the Implementation Notes above.</p>\n","type":"text/plain"},"key":"filterBy","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>Required if filterBy parameter is specified.</p>\n","type":"text/plain"},"key":"filterText","value":"<string>"},{"description":{"content":"<p>[Required]</p>\n<p>The start date/time (UTC) for the period to retrieve messages for in ISO format (YYYY-MM-DDThh:mm:ssZ). For example, May 7, 2017 at 1pm UTC would be 2017-07-17T13:00:00Z.\nNote this specifies the period during which messages arrived in FleetOrb9 (element “r” in the output), not the period during which the messages were recorded by the device (element “t” in the output)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<string>"},{"description":{"content":"<p>[Optional]</p>\n<p>This is the end date/time (UTC) for the period to retrieve messages for in ISO format(see dateFrom for an example of ISO format.)\nThis is compared to date/time at which the message arrived in FleetOrb9\nValid values are up to 24 hours after the value specified in dateFrom, unless filterBy is set to uid or id where valid values are up to 30 days after the value specified in dateFrom.\nIf not specified, the current date/time is assumed.</p>\n","type":"text/plain"},"key":"dateTo","value":"<string>"}],"variable":[]}},"response":[{"id":"6d3d5220-1924-4d88-a027-b8ee61c81d57","name":"Returns full details about all messages from assets that match the criteria specified.  Note that if your criteria would return too many messages from assets,\r\n            instead of getting a partial result you will get a resultCode 15 response (response","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://fc.fleetilla.com/fo9-messagefromasset?filterBy=<string>&filterText=<string>&dateFrom=<string>&dateTo=<string>","host":["https://fc.fleetilla.com"],"path":["fo9-messagefromasset"],"query":[{"key":"filterBy","value":"<string>"},{"key":"filterText","value":"<string>"},{"key":"dateFrom","value":"<string>"},{"key":"dateTo","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accounts\": [\n    {\n      \"accountID\": \"string\",\n      \"assets\": [\n        {\n          \"id\": 0,\n          \"assetName\": \"string\",\n          \"uid\": \"string\",\n          \"messages\": [\n            {\n              \"m\": \"string\",\n              \"seq\": 0,\n              \"t\": \"2020-09-30T18:40:11.295Z\",\n              \"r\": \"2020-09-30T18:40:11.295Z\",\n              \"y\": 0,\n              \"x\": 0,\n              \"s\": 0,\n              \"d\": \"string\",\n              \"c\": 0,\n              \"evt\": \"string\",\n              \"dty\": \"string\",\n              \"cid\": \"string\",\n              \"rss\": 0,\n              \"tmp\": 0,\n              \"tml\": 0,\n              \"tmh\": 0,\n              \"oto\": 0,\n              \"mvc\": 0,\n              \"ott\": 0,\n              \"vbt\": 0,\n              \"btu\": 0,\n              \"nid\": \"string\",\n              \"orx\": 0,\n              \"ory\": 0,\n              \"orz\": 0,\n              \"fmv\": 0\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"resultCode\": 0,\n  \"resultText\": \"string\",\n  \"apiCallsThisMonth\": 0,\n  \"instanceID\": \"string\"\n}"}],"_postman_id":"4770a329-2047-4835-b9a5-f082e064b1dc"}],"id":"f2d16c44-175e-431f-afc1-661be5a2360c","description":"<p>Retrieve messages from assets</p>\n","event":[{"listen":"prerequest","script":{"id":"cc5a3d66-9b37-4682-9749-7d24cdf1e6cf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c1243db7-d399-42ca-9a78-157225808fce","type":"text/javascript","exec":[""]}}],"_postman_id":"f2d16c44-175e-431f-afc1-661be5a2360c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}}],"id":"94efce16-17dc-4680-8b54-46423ca5eec5","description":"<p>Endpoints to interact with Fleetilla's asset tracking system, <a href=\"https://fleetilla.com/products/asset-trailer-tracking/orb9\">FleetOrb9</a></p>\n","event":[{"listen":"prerequest","script":{"id":"e6507f86-0aa8-4205-93f5-95f3ace25aad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4de7d97-5d2f-4f11-942b-ca5e0e3b1ce5","type":"text/javascript","exec":[""]}}],"_postman_id":"94efce16-17dc-4680-8b54-46423ca5eec5","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]},"isInherited":true,"source":{"_postman_id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","id":"8b668fc1-3b03-4ee1-9b12-5826843f07cb","name":"Fleetilla Connect API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"your-fleetilla-connect-api-key"}]}},"event":[{"listen":"prerequest","script":{"id":"43c8d995-a92f-49de-9146-838b5d2c3b66","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"099431d5-b8c5-49e8-8249-f34705dbd4f5","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://fc.fleetilla.com"},{"key":"apiKey","value":"your-fleetilla-connect-api-key"}]}