{"info":{"_postman_id":"85ee3a3f-2a5c-416f-bd20-2abfe04da586","name":"API","description":"<html><head></head><body><h3 id=\"open-api-for-mobiletechrx\">Open API for MobileTechRx.</h3>\n<p><em>All requests require an API key.</em></p>\n<p>The API Key must be set to the <code>x-api-key</code> request header.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1246889","collectionId":"85ee3a3f-2a5c-416f-bd20-2abfe04da586","publishedId":"SVtSXqDV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"00ABF8"},"publishDate":"2019-10-08T21:00:05.000Z"},"item":[{"name":"salesforce","item":[{"name":"List Companies","id":"873a4bdc-c97c-4419-babd-bb70687ff142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Your API Key.</p>\n","key":"x-api-key","type":"text","value":"{{SALESFORCE_API_KEY}}"}],"url":"https://api.mobiletechrx.com/salesforce?start_date=1420092000000","description":"<p>Schema of each item, defined using <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Data_types\">JS Primitives</a>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-js\">{\n    \"date_created\": Number,\n    \"customer\": String,\n    \"estimates_all_time\": Number,\n    \"invoices_all_time\": Number,\n    \"estimates_last_week\": Number,\n    \"invoices_last_week\": Number,\n    \"last_estimate\": Number, // could be null if a user has not created an estimate\n    \"last_invoice\": Number, // could be null if a user has not created an invoice\n    \"last_session\": Number // could be null if a user has not logged in\n    \n}\n</code></pre>\n<p>The repsonse is a  JSON array (max length 100), sorted by <code>date_created</code>. </p>\n<p>To paginate use the last item's <code>date_created</code> value as the next requests <code>start_date</code> parameter.</p>\n","urlObject":{"protocol":"https","path":["salesforce"],"host":["api","mobiletechrx","com"],"query":[{"description":{"content":"<p>Unix Epoch Time in milliseconds</p>\n","type":"text/plain"},"key":"start_date","value":"1420092000000"}],"variable":[]}},"response":[],"_postman_id":"873a4bdc-c97c-4419-babd-bb70687ff142"}],"id":"315e394e-94e1-4720-b97b-e66121c1528c","description":"<p>This endpoint is for the integration from Salesforce to MobileTechRx.</p>\n","_postman_id":"315e394e-94e1-4720-b97b-e66121c1528c"}]}