{"info":{"_postman_id":"3c52d435-d727-487e-92f8-7f984fd9f8d7","name":"ScopeTechnologies API","description":"<html><head></head><body><p>ScopeTechnologies API Provides 3rd party access to elements of the roofscope infrastructure. Allows the ability to order reports, and to access scope orders.</p>\n<h3 id=\"api-access-requirements\">API Access Requirements</h3>\n<p>To access our API, you need the following:</p>\n<ol>\n<li><p><strong>API Key</strong></p>\n<ul>\n<li><p>An API key is required for authentication.</p>\n</li>\n<li><p>To obtain an API key, email your request to <a href=\"https://mailto:support@myscopetech.com\"><b>support@myscopetech.com</b></a>.</p>\n</li>\n<li><p>API usage is limited to <strong>100 requests per second</strong> and <strong>10,000 requests per month</strong>.</p>\n</li>\n<li><p>For a rate increase, please contact <a href=\"https://mailto:support@myscopetech.com\"><b>support@myscopetech.com</b></a>.</p>\n</li>\n<li><p><code>key: x-api-key, value: YOUR_API_KEY</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong>Customer API Token</strong></p>\n<ul>\n<li><p>Customers can retrieve their <strong>Scope API Token</strong> from their account on the <a href=\"https://roofscope.com/account/details\">\"My Details\"</a> page under the <strong>Third-Party</strong> section.</p>\n</li>\n<li><p>The Scope API Token has an expiration date of 1 year, which is also displayed on the <a href=\"https://roofscope.com/account/details\">\"My Details\"</a> page under the <strong>Third-Party</strong> section.</p>\n</li>\n<li><p>If the token has expired, customers can click the <strong>refresh icon</strong> to generate a new token and use it in third-party applications which are using our APIs.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"eligibility-for-scope-api-token\">Eligibility for Scope API Token</h3>\n<p>To access the <strong>Scope API Token</strong>, a customer must meet one of the following criteria:</p>\n<ul>\n<li><p>Have an active <strong>Growth</strong> or <strong>Advantage</strong> membership (monthly or yearly).</p>\n</li>\n<li><p>Purchase an <strong>L1</strong> or <strong>L2</strong> deposit.</p>\n</li>\n<li><p>Become a <strong>partner customer</strong>.</p>\n</li>\n</ul>\n<h3 id=\"base-url\">Base URL</h3>\n<p>The production API is accessible at:<strong><code>https://api.myscopetech.io/</code></strong></p>\n<p>For further assistance, contact <a href=\"https://mailto:support@myscopetech.com\"><b>support@myscopetech.com</b></a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"27839695","collectionId":"3c52d435-d727-487e-92f8-7f984fd9f8d7","publishedId":"2s93sZ5tp1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-06T20:52:23.000Z"},"item":[{"name":"Order","item":[{"name":"order Scope Report","id":"0a293e7a-20ac-4896-a617-e8c58b8b00b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":" {\n \"token\": \"<Scope API Token>\",\n \"address\": \"1308 Rocky Loop, Elizabethtown, KY 42701, USA\",\n \"lat\": \"\",\n \"lng\": \"\",\n \"scopeTypeId\": \"1\",\n \"propertyType\": \"Residential\",\n \"size\": \"Large\",\n \"numberOfStructures\": 1,\n \"name\": \"1308 Rocky Loop, Elizabethtown, KY 42701, USA\",\n \"shipping\": \"Standard\",\n \"orderAnyway\": 0,\n \"notes\": \"ADD YOUR NOTES FOR OUR  TECHNICIANS HERE\",\n \"callBackURL\": \"https://eowdeorm2iac6pk.m.pipedream.net\",\n \"auxilaryBuildings\": 2,\n \"claimNumber\": \"123456\",\n \"numberOfStructures\": 2,\n \"dateOfLoss\": \"2017-07-23\",\n \"reference_id\": \"123456\",\n \"source_id\": \"35\",\n \"job_number\": \"27\",\n\"notification_recipients\": \"ADD RECIPIENT EMAILS SEPARATED BY COMMA\",\n\"signature\": \"lc7OiBmIoTsVkZKBTkN3t4Esr8FlpPUHhDi+bW9PVdhpUdlXuz9TSJMrr5hhkWlXG38oU2DESedSw8C8lM840Q==\",\n \"message\": \"ABC12345\"\n}\n","type":"text"}]},"url":"https://api.myscopetech.io/order/basicOrder","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />address<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Maybe<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is the address of the property to be scoped. This is required if lat or lng are not provided.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />lat<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Maybe<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is the decimal latitude of the property to be scoped. If there is no address lng is also required.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />lng<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Maybe<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is the decimal longitude of the property to be scoped. If there is no address lat is also required.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />scopeTypeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />scopeTypeId is an integer representing the type of scope to be ordered. One of these values. See scopeTypeId<br />Table below.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />source_id<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />source_id is a number assigned to you. It is used to identify your site as the source of the order. Does not apply to all accounts<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />propertyType<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />propertyType can be one of two strings. Either “Residential” or “Commercial”.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />size<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />size can be one of two strings. Either “Small” or “Large”.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />numberOfStructures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of Structures to be scoped<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />name<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Name is usually the same as address but can be different from address.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />shipping<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />shipping can be one of three strings. Either “Standard”,“Rush” or “Express\". See website for details.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />notes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />A text field to add additional notes or to provide special instructions to the CAD team.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />callBackURL<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The call back URL where a JSON object containing a link to the completed report will be sent. Typical response is:<br />{<br />\"order_id\": \"279413\",<br />\"address\": \"Bosan Road، Education Avenue, North Gulgasht Colony, Multan, Punjab, Pakistan\",<br />\"claimNumber\": \"\",<br />\"dateOfLoss\": \"0000-00-00\",<br />\"propertyType\": \"Residential\",<br />\"size\": \"1\",<br />\"lat\": \"30.229530849218634\",<br />\"lng\": \"71.47865506315995\",<br />\"price\": \"39.95\",<br />\"proDataSheet\":<br />https://tracescope.s3.us-west-2.amazonaws.com/download/opp-sheet/7899-Wadsworth-Blvd-Arvada-CO-80003-USA_RoofScope_ProData.pdf\",<br />\"notes\": \"inc aux bldgs\",<br />\"status\": \"Completed\"<br />}<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />auxilaryBuildings<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of auxilary buildings to be scoped, such as a garage or shed.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />claimNumber<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Claim number of any associated insurance claims.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />dateOfLoss<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Date of Loss for any associated insurance claims.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />reference_id<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Id used by the user to idendify this order.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>notification_recipients</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Add recipient emails seperated by comma.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>signature</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>HMAC SHA-512 signature generated using the shared secret key and message. It is used to verify that the request is secure and has not been altered.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The exact string or payload used to generate the HMAC SHA-512 signature. This value must be identical on both client and server to ensure successful verification.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"scope-type-id-table\">Scope Type Id Table</h3>\n<table><tbody><tr><td><div><br />scopeTypeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Scope Type<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>RoofScope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>4</div><div><div><div><div></div></div></div><div></div></div></td><td><div>GutterScope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>6</div><div><div><div><div></div></div></div><div></div></div></td><td><div>SidingScope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>7</div><div><div><div><div></div></div></div><div></div></div></td><td><div>InsulationScope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>10</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ConcreteScope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>11</div><div><div><div><div></div></div></div><div></div></div></td><td><div>PaintScope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>12</div><div><div><div><div></div></div></div><div></div></div></td><td><div>RoofScopeX</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>17</div><div><div><div><div></div></div></div><div></div></div></td><td><div>RoofScopePlus</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"repsonse\">Repsonse</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"status\": \"Ordered\",\n\"order_id\": 277595,\n\"price\": \"69.95\",\n\"address\": \"1308 Rocky Loop, Elizabethtown, KY 42701, USA\",\n\"lat\": 37.7217475,\n\"lng\": -85.88226250000001,\n\"locationType\": \"ROOFTOP\",\n\"notes\": \"\",\n\"scope_type_name\": \"ROOFSCOPE\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["order","basicOrder"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a293e7a-20ac-4896-a617-e8c58b8b00b3"},{"name":"order BoostRoofScopeX","id":"f413354e-7c01-483b-9b85-011216fa1d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":"{\n\"token\":\"<Scope API Token>\",\n\"scope_id\":\"1234567\",\n\"shipping_method\":\"standard\"\n}","type":"text"}]},"url":"https://api.myscopetech.io/order/boostRoofScopeX","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token</div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String</div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes</div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />scope_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String/Integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes</div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The roofscopeX Scope ID.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />shipping_method</div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String</div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes</div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Shipping method for the order. Allowed values: standard or rush.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"repsonse\">Repsonse</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\": 1,\n    \"code\": 200,\n    \"message\": \"RoofscopeX upgraded successfully!\",\n    \"data\": {\n        \"status\": \"Ordered\",\n        \"order_id\": 2439142,\n        \"price\": 14.93,\n        \"address\": \"7100 E Mississippi Ave, Denver, CO 80224, USA\",\n        \"lat\": \"39.6939846\",\n        \"lng\": \"-104.9060349\",\n        \"locationType\": \"ROOFTOP\",\n        \"notes\": \"\",\n        \"scope_type_name\": \"ROOFSCOPE\",\n        \"reference_id\": \"\",\n        \"api_referrer_id\": \"\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["order","boostRoofScopeX"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f413354e-7c01-483b-9b85-011216fa1d64"},{"name":"order Blueprint Report","id":"f671bafd-223b-4e49-b984-882fafdbc7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"json","value":"{\n \"token\": \"<Scope API Token>\",\n \"scopeTypeId\": \"1\",\n \"propertyType\": \"Residential\",\n \"size\": \"Large\",\n \"numberOfStructures\": 1,\n \"shipping\": \"Standard\",\n \"orderAnyway\": 0,\n \"notes\": \"ADD YOUR NOTES FOR OUR  TECHNICIANS HERE\",\n \"callBackURL\": \"https://eowdeorm2iac6pk.m.pipedream.net\",\n \"auxilaryBuildings\": 2,\n \"claimNumber\": \"123456\",\n \"dateOfLoss\": \"2017-07-23\",\n \"reference_id\": \"123456\",\n \"source_id\": \"35\",\n \"job_number\": \"27\"\n}","type":"text","uuid":"259615b5-c65f-4238-828d-138fcf886d9f"},{"key":"file","type":"file","uuid":"1ce13993-f6ae-4a97-9e39-b15bf46c1931","value":null}]},"url":"https://apiuploads.myscopetech.io/blueprint-upload","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />file<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />file<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The blueprint file for your order (file limit 100mb)<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />scopeTypeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />scopeTypeId is an integer representing the type of scope to be ordered. One of these values. See scopeTypeId<br />Table below.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />source_id<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />source_id is a number assigned to you. It is used to identify your site as the source of the order. Does not apply to all accounts<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />propertyType<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />propertyType can be one of two strings. Either “Residential” or “Commercial”.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />size<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />size can be one of two strings. Either “Small” or “Large”.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />numberOfStructures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of Structures to be scoped<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />shipping<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />shipping can be one of three strings. Either “Standard”,“Rush” or “Express\". See website for details.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />notes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />A text field to add additional notes or to provide special instructions to the CAD team.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />callBackURL<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The call back URL where a JSON object containing a link to the completed report will be sent. Typical response is:<br />{<br />\"order_id\": \"279413\",<br />\"address\": \"Bosan Road، Education Avenue, North Gulgasht Colony, Multan, Punjab, Pakistan\",<br />\"claimNumber\": \"\",<br />\"dateOfLoss\": \"0000-00-00\",<br />\"propertyType\": \"Residential\",<br />\"size\": \"1\",<br />\"lat\": \"30.229530849218634\",<br />\"lng\": \"71.47865506315995\",<br />\"price\": \"39.95\",<br />\"proDataSheet\":<br />https://tracescope.s3.us-west-2.amazonaws.com/download/opp-sheet/7899-Wadsworth-Blvd-Arvada-CO-80003-USA_RoofScope_ProData.pdf\",<br />\"notes\": \"inc aux bldgs\",<br />\"status\": \"Completed\"<br />}<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />auxilaryBuildings<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of auxilary buildings to be scoped, such as a garage or shed.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />claimNumber<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Claim number of any associated insurance claims.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />dateOfLoss<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Date of Loss for any associated insurance claims.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />reference_id<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />No<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Id used by the user to idendify this order.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"scope-type-id-table\">Scope Type Id Table</h3>\n<table><tbody><tr><td><div><br />scopeTypeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Scope Type<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>RoofScope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>4</div><div><div><div><div></div></div></div><div></div></div></td><td><div>GutterScope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>6</div><div><div><div><div></div></div></div><div></div></div></td><td><div>SidingScope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>7</div><div><div><div><div></div></div></div><div></div></div></td><td><div>InsulationScope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>10</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ConcreteScope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>11</div><div><div><div><div></div></div></div><div></div></div></td><td><div>PaintScope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>17</div><div><div><div><div></div></div></div><div></div></div></td><td><div>RoofScopePlus</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"repsonse\">Repsonse</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\": 1,\n    \"message\": \"Files uploaded and sent to Lambda\",\n    \"s3Url\": \"https://tracescope.s3.us-west-2.amazonaws.com/download/blueprint/roofscope/ek7ix29m6emjdb8rj7/image.png\",\n    \"basicOrderBlueprint_response\": {\n        \"status\": 1,\n        \"code\": 200,\n        \"message\": \"Success\",\n        \"data\": {\n            \"status\": \"Ordered\",\n            \"order_id\": your-order-id,\n            \"price\": \"69.95\",\n            \"address\": \"image.png\",\n            \"notes\": \"\",\n            \"scope_type_name\": \"ROOFSCOPE\",\n            \"reference_id\": \"54354_443r\",\n            \"api_referrer_id\": 40,\n            \"media_source\": \"https://tracescope.s3.us-west-2.amazonaws.com/download/blueprint/roofscope/ek7ix29m6emjdb8rj7/image.png\",\n            \"scope_id\": your-scope-id\n        },\n        \"notes\": \"\",\n        \"is_on_hold\": \"No\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["blueprint-upload"],"host":["apiuploads","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f671bafd-223b-4e49-b984-882fafdbc7f4"}],"id":"07d4102b-e714-441f-8911-7c5a49af0990","description":"<h4 id=\"business-rules\">Business Rules:</h4>\n<ul>\n<li><p>Residential Small orders have a limit of 4 buildings.</p>\n</li>\n<li><p>Residential Large orders have a limit of 7 buildings.</p>\n</li>\n<li><p>GutterScope Small Residential and Commercial, and Commercial Large Orders are limited to one building per order</p>\n</li>\n<li><p>Siding Scope Orders are limited to one building per order.</p>\n</li>\n<li><p>Insulation Scope Orders are limited to one building per order.</p>\n</li>\n<li><p>Concrete Scope Orders are limited to one building per order.</p>\n</li>\n<li><p>Paint Scope Orders are limited to one building per order.</p>\n</li>\n</ul>\n<h4 id=\"errors\">Errors:</h4>\n<table><tbody><tr><th>Error Code</th><th>Message</th></tr><tr><td><div>12</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Client must be signed up for autopay or be a terms customer. www.roofscope.com</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>13</div><div><div><div><div></div></div></div><div></div></div></td><td><div>You must include address if you do not provide a lat and lng</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>16</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Dates must be in the format YYYY-MM-DD</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>26</div><div><div><div><div></div></div></div><div></div></div></td><td><div>json object is required</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>28</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Order is failed</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>202</div><div><div><div><div></div></div></div><div></div></div></td><td><div>You must provide a valid token</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>204</div><div><div><div><div></div></div></div><div></div></div></td><td><div>product not found</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>422</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No handler foud for this Scope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>401</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Sorry! you are not authorized to access this scope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>404</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Something is not found or is missing.n</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>14</div><div><div><div><div></div></div></div><div></div></div></td><td><div>You must include a valid Scope Type Id {1:RoofScope,4:GutterScope,6:SidingScope,7:InsulationScope,10:ConcreteScope,11:PaintScope,12:RoofScopeX}</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>15</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Size is required. Values Large or Small</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>25</div><div><div><div><div></div></div></div><div></div></div></td><td><div>propertyType is required. Values Residential or Commercial</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7c04ff88-2f93-4b1c-90f1-9c7f0f3c4820"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9245bb29-a12c-4b9e-a9cd-b21e4db3f1a8"}}],"_postman_id":"07d4102b-e714-441f-8911-7c5a49af0990"},{"name":"Healthcheck","item":[{"name":"Scope Api Healthcheck","id":"507a7073-00d3-4d8f-8434-f2044e07ecee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\"ping\":\"true\"}"},"url":"https://api.myscopetech.io/healthcheck","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div>ping</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"scope-type-id-table\">Scope Type Id Table</h3>\n<h3 id=\"repsonse\">Repsonse</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"pong\": true\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["healthcheck"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"507a7073-00d3-4d8f-8434-f2044e07ecee"}],"id":"360649cd-3f95-4292-9c3a-a2420a15c0e7","description":"<h4 id=\"business-rules\">Business Rules:</h4>\n<ul>\n<li><p>Residential Small orders have a limit of 4 buildings.</p>\n</li>\n<li><p>Residential Large orders have a limit of 7 buildings.</p>\n</li>\n<li><p>GutterScope Small Residential and Commercial, and Commercial Large Orders are limited to one building per order</p>\n</li>\n<li><p>Siding Scope Orders are limited to one building per order.</p>\n</li>\n<li><p>Insulation Scope Orders are limited to one building per order.</p>\n</li>\n<li><p>Concrete Scope Orders are limited to one building per order.</p>\n</li>\n<li><p>Paint Scope Orders are limited to one building per order.</p>\n</li>\n</ul>\n<h4 id=\"errors\">Errors:</h4>\n<table><tbody><tr><th>Error Code</th><th>Message</th></tr><tr><td><div>12</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Client must be signed up for autopay or be a terms customer. www.roofscope.com</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>13</div><div><div><div><div></div></div></div><div></div></div></td><td><div>You must include address if you do not provide a lat and lng</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>16</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Dates must be in the format YYYY-MM-DD</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>26</div><div><div><div><div></div></div></div><div></div></div></td><td><div>json object is required</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>28</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Order is failed</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>202</div><div><div><div><div></div></div></div><div></div></div></td><td><div>You must provide a valid token</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>204</div><div><div><div><div></div></div></div><div></div></div></td><td><div>product not found</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>422</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No handler foud for this Scope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>401</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Sorry! you are not authorized to access this scope</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>404</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Something is not found or is missing.n</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>14</div><div><div><div><div></div></div></div><div></div></div></td><td><div>You must include a valid Scope Type Id {1:RoofScope,4:GutterScope,6:SidingScope,7:InsulationScope,10:ConcreteScope,11:PaintScope,12:RoofScopeX}</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>15</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Size is required. Values Large or Small</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>25</div><div><div><div><div></div></div></div><div></div></div></td><td><div>propertyType is required. Values Residential or Commercial</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7c04ff88-2f93-4b1c-90f1-9c7f0f3c4820"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9245bb29-a12c-4b9e-a9cd-b21e4db3f1a8"}}],"_postman_id":"360649cd-3f95-4292-9c3a-a2420a15c0e7"},{"name":"Scopes","item":[{"name":"get Scopes List","id":"cd420b01-7267-4c2c-b263-3db4b9961611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":"{\"token\": \"<Scope API Token>\",\"searchTxt\":\"\"}","type":"text"}]},"url":"https://api.myscopetech.io/scopes/getScopeList","description":"<h3 id=\"request\">Request</h3>\n<p><br /><br /></p><p><br /><br /></p><table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account. Do not store this token as it may change overtime.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />searchTxt<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Search Text to find specific scopes.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"response\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"scopes\": [\n    {\n        \"scopeId\": 277224,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"1308 Rocky Loop, Elizabethtown, KY 42701, USA\",\n        \"orderId\": 277595,\n        \"status\": 1,\n        \"productType\": \"RoofScope\",\n        \"pdf\": null\n    },\n    {\n        \"scopeId\": 277140,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"44 Scotland St, Ocean Isle Beach, NC 28469, USA\",\n        \"orderId\": 277496,\n        \"status\": 1,\n        \"productType\": \"GutterScope\",\n        \"pdf\": null\n    },\n    {\n        \"scopeId\": 277139,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"44 Scotland St, Ocean Isle Beach, NC 28469, USA\",\n        \"orderId\": 277495,\n        \"status\": 1,\n        \"productType\": \"RoofScope\",\n        \"pdf\": null\n    },\n    {\n        \"scopeId\": 2468,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"10130 E Powers Ave, Greenwood Village, CO 80111\",\n        \"orderId\": 277505,\n        \"status\": 1,\n        \"productType\": \"RoofScope\",\n        \"pdf\": null\n    },\n    {\n        \"scopeId\": 2468,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"10130 E Powers Ave, Greenwood Village, CO 80111\",\n        \"orderId\": 277506,\n        \"status\": 1,\n        \"productType\": \"RoofScope\",\n        \"pdf\": null\n    },\n    {\n        \"scopeId\": 2468,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"10130 E Powers Ave, Greenwood Village, CO 80111\",\n        \"orderId\": 277500,\n        \"status\": 1,\n        \"productType\": \"RoofScope\",\n        \"pdf\": null\n    },\n    {\n        \"scopeId\": 2468,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"10130 E Powers Ave, Greenwood Village, CO 80111\",\n        \"orderId\": 277501,\n        \"status\": 1,\n        \"productType\": \"RoofScope\",\n        \"pdf\": null\n    },\n    {\n        \"scopeId\": 2468,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"10130 E Powers Ave, Greenwood Village, CO 80111\",\n        \"orderId\": 277502,\n        \"status\": 1,\n        \"productType\": \"RoofScope\",\n        \"pdf\": null\n    },\n    {\n        \"scopeId\": 2468,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"10130 E Powers Ave, Greenwood Village, CO 80111\",\n        \"orderId\": 277503,\n        \"status\": 1,\n        \"productType\": \"RoofScope\",\n        \"pdf\": null\n    },\n    {\n        \"scopeId\": 2468,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"10130 E Powers Ave, Greenwood Village, CO 80111\",\n        \"orderId\": 277504,\n        \"status\": 1,\n        \"productType\": \"RoofScope\",\n        \"pdf\": null\n    },\n    {\n        \"scopeId\": 216096,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"153 Lawrence St NE, Grand Rapids, MI 49505, USA\",\n        \"orderId\": 216452,\n        \"status\": 2,\n        \"productType\": \"RoofScope\",\n        \"pdf\": null\n    },\n    {\n        \"scopeId\": 216072,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"8876 Highway 95 Northwest, Princeton, MN 55371, USA\",\n        \"orderId\": 216428,\n        \"status\": 2,\n        \"productType\": \"RoofScope\",\n        \"pdf\": null\n    },\n    {\n        \"scopeId\": 216065,\n        \"name\": \"Dave Crowell\",\n        \"address\": \"1987 Flora Ct, Middleburg, FL 32068, USA\",\n        \"orderId\": 216421,\n        \"status\": 2,\n        \"productType\": \"RoofScope\",\n        \"pdf\": null\n    }\n],\n\"status\": 1,\n\"message\": \"Pass\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["scopes","getScopeList"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd420b01-7267-4c2c-b263-3db4b9961611"},{"name":"get Scope Details RoofScope","id":"e0d151bf-8a64-44a0-a3fc-5d77fe44ad33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":"{\"token\":\"<Scope API Token>\",\"scopeId\":\"<ScopeID>\"}","type":"text","description":"<p>scopeID you can get from getScopes List API Endpoint</p>\n"}]},"url":"https://api.myscopetech.io/scopes/getScope","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account. Do not store this token as it may change overtime.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />scopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Scope Id acquired in the getScopeList call.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"roofscope-response\">RoofScope Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"ScopeId\": \"1618484\",\n    \"Structures\": 1,\n    \"Name\": \"5250 87TH TER N, PINELLAS PARK, FL 33782\",\n    \"Address\": \"5250 87TH TER N, PINELLAS PARK, FL 33782\",\n    \"TotalRoofArea\": \"14.65\",\n    \"TotalPerimeter\": \"164.62\",\n    \"IWB\": \"0.00\",\n    \"StandardSlope\": \"14.65\",\n    \"FlatSlope\": \"0.00\",\n    \"LowSlope\": \"0.00\",\n    \"SteepSlope\": \"0.00\",\n    \"HighRoof\": \"0.00\",\n    \"Eave\": \"94.00\",\n    \"RakeEdge\": \"70.62\",\n    \"FlatDripEdge\": \"0.00\",\n    \"Clerestory\": \"0.00\",\n    \"Parapet\": \"0.00\",\n    \"Coping\": \"0.00\",\n    \"Ridge\": \"47.00\",\n    \"Hip\": \"0.00\",\n    \"Valley\": \"0.00\",\n    \"SlopeChange\": \"0.00\",\n    \"StepFlashing\": \"0.00\",\n    \"HeadwallFlashing\": \"0.00\",\n    \"Planes\": 2,\n    \"PDF\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/roofscope/2282775/version-1/5250_87th_ter_n_pinellas_park_fl_33782.pdf?v=1756317063\",\n    \"Status\": 1,\n    \"Message\": \"Pass\",\n    \"Buildings\": [\n        {\n            \"Name\": \"Structure 1\",\n            \"Structure\": 1,\n            \"StandardSlope\": \"14.65\",\n            \"SteepSlope\": \"0.00\",\n            \"HighRoof\": \"0.00\",\n            \"FlatSlope\": \"0.00\",\n            \"Eave\": \"94.00\",\n            \"Rake\": \"70.62\",\n            \"FlatDripEdge\": \"0.00\",\n            \"Parapet\": \"0.00\",\n            \"Coping\": \"0.00\",\n            \"HeadwallFlashing\": \"0.00\",\n            \"Hip\": \"0.00\",\n            \"Ridge\": \"47.00\",\n            \"Clerestory\": \"0.00\",\n            \"Valley\": \"0.00\",\n            \"SlopeChange\": \"0.00\",\n            \"StepFlashing\": \"0.00\",\n            \"Areas\": [\n                {\n                    \"Name\": \"A\",\n                    \"Area\": 740,\n                    \"Pitch\": \"4:12\",\n                    \"High\": \"\",\n                    \"IWB\": \"0\"\n                },\n                {\n                    \"Name\": \"B\",\n                    \"Area\": 724,\n                    \"Pitch\": \"4:12\",\n                    \"High\": \"\",\n                    \"IWB\": \"0\"\n                }\n            ],\n            \"Totals\": [\n                {\n                    \"Name\": \"4:12\",\n                    \"Value\": \"14.65\"\n                },\n                {\n                    \"Name\": \"Standard Slope\",\n                    \"Value\": \"14.65\"\n                },\n                {\n                    \"Name\": \"Flat Slope\",\n                    \"Value\": \"0.00\"\n                },\n                {\n                    \"Name\": \"Low Slope\",\n                    \"Value\": \"0.00\"\n                },\n                {\n                    \"Name\": \"Steep Slope\",\n                    \"Value\": \"0.00\"\n                },\n                {\n                    \"Name\": \"High Roof\",\n                    \"Value\": \"0.00\"\n                },\n                {\n                    \"Name\": \"IWB\",\n                    \"Value\": \"\"\n                },\n                {\n                    \"Name\": \"Total Perimeter\",\n                    \"Value\": \"164.62\"\n                }\n            ]\n        }\n    ],\n    \"scope_type_name\": \"RoofScope\",\n    \"scope_type_id\": 1,\n    \"Latitude\": \"39.6198128\",\n    \"Longitude\": \"-105.0138278\",\n    \"Reference_id\": \"\",\n    \"dxf\": null,\n    \"dwg\": null,\n    \"code\": 200\n}\n\n</code></pre><h4 id=\"scopes\">Scopes</h4>\n<table><tbody><tr><td><div><br />Field<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Description<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Id of the Scope<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of structures in this project<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Name<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Name of the Scope usually the same as the address. Assigned by the user when ordering.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Address<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The address of the project used in determining latitude and longitude.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeType<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Type of scope. See Scope Type Table.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Gutter<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The amount of gutter in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />DownSpout<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Amount of downspout in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />EndCaps<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of end caps.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />InnerElbows<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of inner elbows.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />OuterElbows<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number outer elbows.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />TotalLength<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Total length in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["scopes","getScope"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0d151bf-8a64-44a0-a3fc-5d77fe44ad33"},{"name":"get Scope Details RoofScopeX","id":"cfb6f13f-aea0-411d-8041-93042ef7aea6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":"{\"token\":\"<Scope API Token>\",\"scopeId\":\"<ScopeID>\"}","type":"text","description":"<p>scopeID you can get from getScopes List API Endpoint</p>\n"}]},"url":"https://api.myscopetech.io/scopes/getScope","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account. Do not store this token as it may change overtime.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />scopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Scope Id acquired in the getScopeList call.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"roofscopex-response\">RoofScopeX Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"ScopeId\": \"450453\",\n\"Structures\": 2,\n\"Name\": \"111 C-2-126K, Easley, SC 29642\",\n\"Address\": \"111 C-2-126K, Easley, SC 29642\",\n\"PDF\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/roofscopex/450798/version-2/111_c-2-126k_easley_sc_29642.pdf?v=1595949633\",\n\"Status\": 1,\n\"Message\": \"Pass\",\n\"Buildings\": [\n    {\n        \"Name\": \"Structure 1\",\n        \"Structure\": 1,\n        \"Areas\": {\n            \"A\": {\n                \"Area\": \"7.00\",\n                \"Pitch\": \"10:12\",\n                \"Percent\": \"16\"\n            },\n            \"B\": {\n                \"Area\": \"3.76\",\n                \"Pitch\": \"4:12\",\n                \"Percent\": \"9\"\n            },\n            \"C\": {\n                \"Area\": \"32.96\",\n                \"Pitch\": \"8:12\",\n                \"Percent\": \"75\"\n            }\n        }\n    },\n    {\n        \"Name\": \"Structure 2\",\n        \"Structure\": 2,\n        \"Areas\": {\n            \"A\": {\n                \"Area\": \"9.64\",\n                \"Pitch\": \"4:12\",\n                \"Percent\": \"100\"\n            }\n        }\n    }\n],\n\"scope_type_name\": \"RoofScopeX\",\n\"scope_type_id\": 12,\n\"Latitude\": \"34.7449125\",\n\"Longitude\": \"-82.5662165\",\n\"Reference_id\": \"\",\n\"dxf\": null,\n\"dwg\": null,\n\"code\": 200\n}\n\n</code></pre><h4 id=\"scopes\">Scopes</h4>\n<table><tbody><tr><td><div><br />Field<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Description<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Id of the Scope<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of structures in this project<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Name<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Name of the Scope usually the same as the address. Assigned by the user when ordering.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Address<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The address of the project used in determining latitude and longitude.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeType<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Type of scope. See Scope Type Table.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />An Array fo project structures.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"areas\">Areas</h3>\n<table><tbody><tr><td><div><br />Field<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Description<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Label<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />An area label.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Area<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The area in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Pitch<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The dominant pitch of the area.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Percent<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The percent of the structure the area is.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["scopes","getScope"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfb6f13f-aea0-411d-8041-93042ef7aea6"},{"name":"get Scope Details RoofScopePlus","id":"6a1c8778-6dbf-4898-9e6a-7d3dde62eb25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":"{\"token\":\"<Scope API Token>\",\"scopeId\":\"<ScopeID>\"}","type":"text","description":"<p>scopeID you can get from getScopes List API Endpoint</p>\n"}]},"url":"https://api.myscopetech.io/scopes/getScope","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account. Do not store this token as it may change overtime.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />scopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Scope Id acquired in the getScopeList call.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"roofscopeplus-response\">RoofScopePlus Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"ScopeId\": \"1618155\",\n    \"Structures\": 2,\n    \"Name\": \"1501 Stag Trail, Cary, IL 60013, USA\",\n    \"Address\": \"1501 Stag Trail, Cary, IL 60013, USA\",\n    \"TotalRoofArea\": \"34.03\",\n    \"Planes\": 21,\n    \"PDF\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/roofscopeplus/2279774/version-12/1501_stag_trail_cary_il_60013_usa.pdf?v=1756195077\",\n    \"Status\": 1,\n    \"Message\": \"Pass\",\n    \"Buildings\": [\n        {\n            \"Name\": \"Structure 1\",\n            \"Structure\": 1,\n            \"StandardSlope\": \"0.00\",\n            \"SteepSlope\": \"34.03\",\n            \"HighRoof\": \"23.96\",\n            \"FlatSlope\": \"0.00\",\n            \"Eave\": \"234.49\",\n            \"Rake\": \"78.75\",\n            \"FlatDripEdge\": \"0.00\",\n            \"Parapet\": \"0.00\",\n            \"Coping\": \"0.00\",\n            \"HeadwallFlashing\": \"10.65\",\n            \"Hip\": \"188.22\",\n            \"Ridge\": \"84.41\",\n            \"Clerestory\": \"0.00\",\n            \"Valley\": \"142.76\",\n            \"SlopeChange\": \"0.00\",\n            \"StepFlashing\": \"47.06\",\n            \"Areas\": [\n                {\n                    \"Name\": \"A\",\n                    \"Area\": 8,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"25\"\n                },\n                {\n                    \"Name\": \"B\",\n                    \"Area\": 16,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"30\"\n                },\n                {\n                    \"Name\": \"C\",\n                    \"Area\": 8,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"25\"\n                },\n                {\n                    \"Name\": \"D\",\n                    \"Area\": 28,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"15\"\n                },\n                {\n                    \"Name\": \"E\",\n                    \"Area\": 487,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"222\"\n                },\n                {\n                    \"Name\": \"F\",\n                    \"Area\": 160,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"6\"\n                },\n                {\n                    \"Name\": \"G\",\n                    \"Area\": 290,\n                    \"Pitch\": \"8:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"84\"\n                },\n                {\n                    \"Name\": \"H\",\n                    \"Area\": 425,\n                    \"Pitch\": \"8:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"132\"\n                },\n                {\n                    \"Name\": \"I\",\n                    \"Area\": 139,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"36\"\n                },\n                {\n                    \"Name\": \"J\",\n                    \"Area\": 139,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"36\"\n                },\n                {\n                    \"Name\": \"K\",\n                    \"Area\": 127,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"48\"\n                },\n                {\n                    \"Name\": \"L\",\n                    \"Area\": 207,\n                    \"Pitch\": \"8:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"78\"\n                },\n                {\n                    \"Name\": \"M\",\n                    \"Area\": 173,\n                    \"Pitch\": \"8:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"21\"\n                },\n                {\n                    \"Name\": \"N\",\n                    \"Area\": 18,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"0\"\n                },\n                {\n                    \"Name\": \"O\",\n                    \"Area\": 18,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"0\"\n                },\n                {\n                    \"Name\": \"P\",\n                    \"Area\": 153,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"H\",\n                    \"IWB\": \"102\"\n                },\n                {\n                    \"Name\": \"Q\",\n                    \"Area\": 264,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"\",\n                    \"IWB\": \"144\"\n                },\n                {\n                    \"Name\": \"R\",\n                    \"Area\": 371,\n                    \"Pitch\": \"8:12\",\n                    \"High\": \"\",\n                    \"IWB\": \"201\"\n                },\n                {\n                    \"Name\": \"S\",\n                    \"Area\": 96,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"\",\n                    \"IWB\": \"0\"\n                },\n                {\n                    \"Name\": \"T\",\n                    \"Area\": 107,\n                    \"Pitch\": \"8:12\",\n                    \"High\": \"\",\n                    \"IWB\": \"48\"\n                },\n                {\n                    \"Name\": \"U\",\n                    \"Area\": 169,\n                    \"Pitch\": \"10:12\",\n                    \"High\": \"\",\n                    \"IWB\": \"153\"\n                }\n            ],\n            \"Totals\": [\n                {\n                    \"Name\": \"8:12\",\n                    \"Value\": \"15.73\"\n                },\n                {\n                    \"Name\": \"10:12\",\n                    \"Value\": \"18.30\"\n                },\n                {\n                    \"Name\": \"Standard Slope\",\n                    \"Value\": \"0.00\"\n                },\n                {\n                    \"Name\": \"Flat Slope\",\n                    \"Value\": \"0.00\"\n                },\n                {\n                    \"Name\": \"Low Slope\",\n                    \"Value\": \"0.00\"\n                },\n                {\n                    \"Name\": \"Steep Slope\",\n                    \"Value\": \"34.03\"\n                },\n                {\n                    \"Name\": \"High Roof\",\n                    \"Value\": \"23.96\"\n                },\n                {\n                    \"Name\": \"IWB\",\n                    \"Value\": \"\"\n                },\n                {\n                    \"Name\": \"Total Perimeter\",\n                    \"Value\": \"313.24\"\n                }\n            ]\n        },\n        {\n            \"Name\": \"Structure 1 Gutter\",\n            \"Structure\": 2,\n            \"StandardSlope\": \"0.00\",\n            \"SteepSlope\": \"0.00\",\n            \"HighRoof\": \"0.00\",\n            \"FlatSlope\": \"0.00\",\n            \"Eave\": \"0.00\",\n            \"Rake\": \"0.00\",\n            \"FlatDripEdge\": \"0.00\",\n            \"Parapet\": \"0.00\",\n            \"Coping\": \"0.00\",\n            \"HeadwallFlashing\": \"0.00\",\n            \"Hip\": \"0.00\",\n            \"Ridge\": \"0.00\",\n            \"Clerestory\": \"0.00\",\n            \"Valley\": \"0.00\",\n            \"SlopeChange\": \"0.00\",\n            \"StepFlashing\": \"0.00\",\n            \"Areas\": [],\n            \"Totals\": [\n                {\n                    \"Name\": \"Standard Slope\",\n                    \"Value\": \"0.00\"\n                },\n                {\n                    \"Name\": \"Flat Slope\",\n                    \"Value\": \"0.00\"\n                },\n                {\n                    \"Name\": \"Low Slope\",\n                    \"Value\": \"0.00\"\n                },\n                {\n                    \"Name\": \"Steep Slope\",\n                    \"Value\": \"0.00\"\n                },\n                {\n                    \"Name\": \"High Roof\",\n                    \"Value\": \"0.00\"\n                },\n                {\n                    \"Name\": \"IWB\",\n                    \"Value\": \"\"\n                },\n                {\n                    \"Name\": \"Total Perimeter\",\n                    \"Value\": \"0.00\"\n                }\n            ]\n        }\n    ],\n    \"GutterScope\": {\n        \"Status\": 1,\n        \"Message\": \"Success\",\n        \"ScopeType\": 17,\n        \"ScopeId\": \"1618155\",\n        \"Id\": \"2279774\",\n        \"Name\": \"1501 Stag Trail, Cary, IL 60013, USA\",\n        \"Address\": \"1501 Stag Trail, Cary, IL 60013, USA\",\n        \"PDF\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/roofscopeplus/2279774/version-12/1501_stag_trail_cary_il_60013_usa.pdf?v=1756195077\",\n        \"Gutter\": \"234.49\",\n        \"EndCaps\": 14,\n        \"InnerElbows\": 4,\n        \"OuterEelbows\": 10,\n        \"TotalLength\": \"426.49\",\n        \"DownSpout\": 192,\n        \"Buildings\": [\n            {\n                \"Name\": \"Structure 1\",\n                \"Structure\": 1,\n                \"Gutter\": \"0.00\",\n                \"EndCaps\": 0,\n                \"InnerElbows\": 0,\n                \"OuterEelbows\": 0,\n                \"EaveSoffitDepth\": 12,\n                \"DownSpout\": 0,\n                \"TotalLength\": \"0.00\"\n            },\n            {\n                \"Name\": \"Structure 1 Gutter\",\n                \"Structure\": 2,\n                \"Gutter\": \"234.49\",\n                \"EndCaps\": 14,\n                \"InnerElbows\": 4,\n                \"OuterEelbows\": 10,\n                \"EaveSoffitDepth\": 12,\n                \"DownSpout\": 192,\n                \"TotalLength\": \"426.49\"\n            }\n        ]\n    },\n    \"scope_type_name\": \"RoofScopePlus\",\n    \"scope_type_id\": 17,\n    \"Latitude\": \"39.8356128\",\n    \"Longitude\": \"-104.9785005\",\n    \"Reference_id\": \"\",\n    \"dxf\": null,\n    \"dwg\": null,\n    \"code\": 200\n}\n\n</code></pre><h4 id=\"scopes\">Scopes</h4>\n<table><tbody><tr><td><div><br />Field<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Description<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Id of the Scope<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of structures in this project<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Name<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Name of the Scope usually the same as the address. Assigned by the user when ordering.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Address<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The address of the project used in determining latitude and longitude.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeType<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Type of scope. See Scope Type Table.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Gutter<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The amount of gutter in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />DownSpout<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Amount of downspout in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />EndCaps<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of end caps.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />InnerElbows<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of inner elbows.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />OuterElbows<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number outer elbows.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />TotalLength<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Total length in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["scopes","getScope"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a1c8778-6dbf-4898-9e6a-7d3dde62eb25"},{"name":"get Scope Details  GutterScope","id":"33d46993-f000-4eb2-bfe6-bc3c1688083e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":"{\"token\":\"<Scope API Token>\",\"scopeId\":\"<ScopeID>\"}","type":"text","description":"<p>scopeID you can get from getScopes List API Endpoint</p>\n"}]},"url":"https://api.myscopetech.io/scopes/getScope","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account. Do not store this token as it may change overtime.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />scopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Scope Id acquired in the getScopeList call.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"gutterscope-response\">GutterScope Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"Status\": 1,\n\"Message\": \"Success\",\n\"ScopeType\": 4,\n\"ScopeId\": \"518996\",\n\"Id\": \"519337\",\n\"Name\": \"11400 Grove St, Westminster, CO 80031\",\n\"Address\": \"11400 Grove St, Westminster, CO 80031\",\n\"PDF\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/gutterscope/519337/version-3/11400_grove_st_westminster_co_80031.pdf?v=1605189217\",\n\"Gutter\": \"142.00\",\n\"EndCaps\": 18,\n\"InnerElbows\": 4,\n\"OuterEelbows\": 0,\n\"TotalLength\": \"250.00\",\n\"DownSpout\": 108,\n\"Buildings\": [\n    {\n        \"Name\": \"Structure 1\",\n        \"Structure\": 1,\n        \"Gutter\": \"142.00\",\n        \"EndCaps\": 18,\n        \"InnerElbows\": 4,\n        \"OuterEelbows\": 0,\n        \"EaveSoffitDepth\": 12,\n        \"DownSpout\": 108,\n        \"TotalLength\": \"250.00\"\n    }\n],\n\"scope_type_name\": \"GutterScope\",\n\"scope_type_id\": 4,\n\"Latitude\": \"39.9060996\",\n\"Longitude\": \"-105.0265835\",\n\"Reference_id\": \"\",\n\"dxf\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/gutterscope/519337/version-3/11400_grove_st_westminster_co_80031.dxf.zip?v=1605189217\",\n\"dwg\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/gutterscope/519337/version-3/11400_grove_st_westminster_co_80031.dwg.zip?v=1605189217\",\n\"code\": 200\n}\n\n</code></pre><h4 id=\"scopes\">Scopes</h4>\n<table><tbody><tr><td><div><br />Field<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Description<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Id of the Scope<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of structures in this project<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Name<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Name of the Scope usually the same as the address. Assigned by the user when ordering.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Address<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The address of the project used in determining latitude and longitude.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeType<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Type of scope. See Scope Type Table.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Gutter<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The amount of gutter in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />DownSpout<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Amount of downspout in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />EndCaps<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of end caps.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />InnerElbows<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of inner elbows.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />OuterElbows<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number outer elbows.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />TotalLength<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Total length in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["scopes","getScope"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"33d46993-f000-4eb2-bfe6-bc3c1688083e"},{"name":"get Scope Details  SidingScope","id":"c951ff8b-9899-4272-ab2b-444b2aafec3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":"{\"token\":\"<Scope API Token>\",\"scopeId\":\"<ScopeID>\"}","type":"text","description":"<p>scopeID you can get from getScopes List API Endpoint</p>\n"}]},"url":"https://api.myscopetech.io/scopes/getScope","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account. Do not store this token as it may change overtime.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />scopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Scope Id acquired in the getScopeList call.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"sidingscope-response\">SidingScope Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"ScopeId\": \"68296\",\n\"Structures\": 1,\n\"Name\": \"1000 Opportunity Way, Denver, CO 80202\",\n\"Address\": \"12 Cherry Hills Ln, Newport Beach, CA 92660\",\n\"PDF\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/sidingscope/71682/version-36/1000_opportunity_way_denver_co_80202_-_siding.pdf?v=1483643407\",\n\"Status\": 1,\n\"Message\": \"Pass\",\n\"Buildings\": [\n    {\n        \"Name\": \"Structure 1\",\n        \"Structure\": 1,\n        \"Areas\": [\n            {\n                \"Plane\": null,\n                \"Area\": \"385\",\n                \"Type\": \"Roof\"\n            },\n            {\n                \"Plane\": \"A\",\n                \"Area\": \"103\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"B\",\n                \"Area\": \"95\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"C\",\n                \"Area\": \"176\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"D\",\n                \"Area\": \"382\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"E\",\n                \"Area\": \"136\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"F\",\n                \"Area\": \"125\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"G\",\n                \"Area\": \"11\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"H\",\n                \"Area\": \"92\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"I\",\n                \"Area\": \"26\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"J\",\n                \"Area\": \"12\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"K\",\n                \"Area\": \"50\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"X\",\n                \"Area\": \"89\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"Y\",\n                \"Area\": \"36\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"Z\",\n                \"Area\": \"160\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AA\",\n                \"Area\": \"235\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AB\",\n                \"Area\": \"160\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AC\",\n                \"Area\": \"299\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AD\",\n                \"Area\": \"177\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AE\",\n                \"Area\": \"90\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AF\",\n                \"Area\": \"45\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AH\",\n                \"Area\": \"165\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AI\",\n                \"Area\": \"50\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": null,\n                \"Area\": \"279\",\n                \"Type\": \"Roof\"\n            },\n            {\n                \"Plane\": \"AG\",\n                \"Area\": \"117\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": null,\n                \"Area\": \"395\",\n                \"Type\": \"Roof\"\n            },\n            {\n                \"Plane\": \"L\",\n                \"Area\": \"38\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"M\",\n                \"Area\": \"145\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"N\",\n                \"Area\": \"17\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"O\",\n                \"Area\": \"42\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"P\",\n                \"Area\": \"416\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"Q\",\n                \"Area\": \"199\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"R\",\n                \"Area\": \"58\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"S\",\n                \"Area\": \"168\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"T\",\n                \"Area\": \"200\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"U\",\n                \"Area\": \"183\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"V\",\n                \"Area\": \"47\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"W\",\n                \"Area\": \"17\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AL\",\n                \"Area\": \"186\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AM\",\n                \"Area\": \"334\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AN\",\n                \"Area\": \"34\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AO\",\n                \"Area\": \"15\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AP\",\n                \"Area\": \"37\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AQ\",\n                \"Area\": \"13\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": null,\n                \"Area\": \"332\",\n                \"Type\": \"Roof\"\n            },\n            {\n                \"Plane\": \"AJ\",\n                \"Area\": \"44\",\n                \"Type\": \"STCO\"\n            },\n            {\n                \"Plane\": \"AK\",\n                \"Area\": \"170\",\n                \"Type\": \"STCO\"\n            }\n        ],\n        \"TotalSidingArea\": \"5194.03\",\n        \"StarterStrip\": \"0.00\",\n        \"FasciaSoffit\": \"426.33\",\n        \"FriezeBoard\": \"426.33\",\n        \"Doors\": 5,\n        \"DoorWrap\": \"97.00\",\n        \"DoorArea\": 189,\n        \"GarageDoors\": 0,\n        \"GarageDoorWrap\": \"0.00\",\n        \"GarageDoorArea\": 0,\n        \"Windows\": 5,\n        \"WindowWrap\": \"102.00\",\n        \"WindowArea\": 131,\n        \"InsideCorner\": \"0.00\",\n        \"OutsideCorner\": \"0.00\",\n        \"Totals\": {\n            \"STCO\": 5194.03\n        }\n    }\n],\n\"scope_type_name\": \"SidingScope\",\n\"scope_type_id\": 6,\n\"Latitude\": \"33.6260930\",\n\"Longitude\": \"-117.8671130\",\n\"Reference_id\": \"\",\n\"dxf\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/sidingscope/71682/version-36/1000_opportunity_way_denver_co_80202_-_siding.dxf.zip?v=1483643407\",\n\"dwg\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/sidingscope/71682/version-36/1000_opportunity_way_denver_co_80202_-_siding.dwg.zip?v=1483643407\",\n\"code\": 200\n}\n\n</code></pre><h4 id=\"scopes\">Scopes</h4>\n<table><tbody><tr><td><div>Field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Id of the Scope.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The number of structures in this project.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Name<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Name of the Scope usually the same as the address. Assigned by the user when ordering.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Address<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The address of the project used in determining latitude and longitude.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />TotalSidingArea<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The total siding area of this project in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Planes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The number of roof planes calculated for this project<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />PDF<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />A url link to the PDF report of the report.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeType<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The type of scope. See Scope Type Id table.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />An array of project structures.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"structures\">Structures</h4>\n<table><tbody><tr><td><div>Field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />TotalSidingArea<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Total siding area in square feet<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />StarterStrip<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />FasciaSoffit<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />FriezeBoard<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Doors<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of doors in the structure<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />DoorWrap<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The perimeter of the doors in linear feet excluding the bottom in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />DoorArea<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The door areas in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />GarageDoors<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of garage doors in the structure.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />GarageDoorWrap<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The perimeter of the garage doors excluding the bottom in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />GarageDoorArea<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The garage door area in square feet..<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />windows<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of windows in the structure.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />WindowWrp<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The perimeter of the windows in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Window Area<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The area of the windows in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />InsideCorner<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><pre class=\"plain\"><code><div>    &lt;/td&gt;\n<br /></div><div>&lt;/tr&gt;\n<br /></div><div>&lt;tr class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt;\n<br /></div><div>    &lt;td class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt;\n<br /></div><div>        OutsideCorner\n<br /></div><div>    &lt;/td&gt;\n<br /></div><div>    &lt;td class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt;\n<br /></div><div>    &lt;/td&gt;\n<br /></div><div>&lt;/tr&gt;\n<br /></div><div>&lt;tr class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt;\n<br /></div><div>    &lt;td class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt;\n<br /></div><div>        Array of Areas\n<br /></div><div>    &lt;/td&gt;\n<br /></div><div>    &lt;td class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt;\n<br /></div><div>       An Array of areas in the structure.\n<br /></div><div>    &lt;/td&gt;\n<br /></div><div>&lt;/tr&gt;\n<br /></div></code></pre></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"areas\">Areas</h4>\n<table><tbody><tr><td><div>Field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Name<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Alpha designation for the plane. Corresponds to Areas drawn in the roof report pdf.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Area<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The area of the plane in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Pitch<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The pitch of this area.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />High<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />A flag designating that this plane is more than 15 feet off the ground.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />IWB<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The amount of Ice and Water Barrier required for this plane in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"insulationscope-response\">InsulationScope Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"ScopeId\": \"181457\",\n\"Structures\": 4,\n\"Name\": \"444 1st St, Berthoud, CO 80513\",\n\"Address\": \"444 1st St, Berthoud, CO 80513\",\n\"PDF\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/insulationscope/181813/version-2/444_1st_st_berthoud_co_80513.pdf?v=1532035988\",\n\"ScopeType\": 7,\n\"Status\": 1,\n\"Message\": \"Pass\",\n\"Structure 1\": {\n    \"Areas\": {\n        \"Main Area\": {\n            \"Area\": \"2104.17\"\n        },\n        \"Upper Area\": {\n            \"Area\": \"142.15\"\n        }\n    },\n    \"Bags\": {\n        \"R60\": 5,\n        \"R49\": 4,\n        \"R44\": 4,\n        \"R38\": 3,\n        \"R30\": 3,\n        \"R25\": 2,\n        \"R19\": 2\n    }\n},\n\"BagsTotal\": {\n    \"R60\": 24,\n    \"R49\": 20,\n    \"R44\": 17,\n    \"R38\": 15,\n    \"R30\": 12,\n    \"R25\": 10,\n    \"R19\": 7\n},\n\"Structure 2\": {\n    \"Areas\": {\n        \"Main Area\": {\n            \"Area\": \"301.00\"\n        },\n        \"Upper Area\": {\n            \"Area\": \"142.15\"\n        }\n    },\n    \"Bags\": {\n        \"R60\": 5,\n        \"R49\": 4,\n        \"R44\": 4,\n        \"R38\": 3,\n        \"R30\": 3,\n        \"R25\": 2,\n        \"R19\": 2\n    }\n},\n\"Structure 3\": {\n    \"Areas\": {\n        \"Main Area\": {\n            \"Area\": \"355.33\"\n        },\n        \"Upper Area\": {\n            \"Area\": \"142.15\"\n        }\n    },\n    \"Bags\": {\n        \"R60\": 5,\n        \"R49\": 4,\n        \"R44\": 4,\n        \"R38\": 3,\n        \"R30\": 3,\n        \"R25\": 2,\n        \"R19\": 2\n    }\n},\n\"Structure 4\": {\n    \"Areas\": {\n        \"Main Area\": {\n            \"Area\": \"736.50\"\n        },\n        \"Upper Area\": {\n            \"Area\": \"142.15\"\n        }\n    },\n    \"Bags\": {\n        \"R60\": 5,\n        \"R49\": 4,\n        \"R44\": 4,\n        \"R38\": 3,\n        \"R30\": 3,\n        \"R25\": 2,\n        \"R19\": 2\n    }\n},\n\"Latitude\": \"40.3047650\",\n\"Longitude\": \"-105.0735920\"\n\n</code></pre>","urlObject":{"protocol":"https","path":["scopes","getScope"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c951ff8b-9899-4272-ab2b-444b2aafec3b"},{"name":"get Scope Details InsulationScope","id":"198e7229-9aa5-49d5-8109-e968d6782043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":"{\"token\":\"<Scope API Token>\",\"scopeId\":\"<ScopeID>\"}","type":"text","description":"<p>scopeID you can get from getScopes List API Endpoint</p>\n"}]},"url":"https://api.myscopetech.io/scopes/getScope","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account. Do not store this token as it may change overtime.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />scopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Scope Id acquired in the getScopeList call.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"insulationscope-response\">InsulationScope Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"ScopeId\": \"82230\",\n\"Structures\": 1,\n\"Name\": \"1000 Opportunity Way, Denver, CO 80202\",\n\"Address\": \"12 Cherry Hills Ln, Newport Beach, CA 92660\",\n\"PDF\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/insulationscope/82587/version-5/1000_opportunity_way_denver_co_80202.pdf?v=1491418745\",\n\"ScopeType\": 7,\n\"Status\": 1,\n\"Message\": \"Pass\",\n\"Buildings\": [\n    {\n        \"Name\": \"Structure 1\",\n        \"Structure\": 1,\n        \"Areas\": {\n            \"Main Area\": {\n                \"Bags\": {\n                    \"R60\": 101,\n                    \"R49\": 82,\n                    \"R44\": 73,\n                    \"R38\": 62,\n                    \"R30\": 49,\n                    \"R25\": 42,\n                    \"R19\": 30\n                },\n                \"Area\": \"3141.57\"\n            },\n            \"Garage Area\": {\n                \"Bags\": {\n                    \"R60\": 15,\n                    \"R49\": 12,\n                    \"R44\": 11,\n                    \"R38\": 9,\n                    \"R30\": 7,\n                    \"R25\": 6,\n                    \"R19\": 5\n                },\n                \"Area\": \"446.50\"\n            }\n        }\n    }\n],\n\"scope_type_name\": \"InsulationScope\",\n\"scope_type_id\": 7,\n\"Latitude\": \"33.6260930\",\n\"Longitude\": \"-117.8671130\",\n\"Reference_id\": \"\",\n\"dxf\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/insulationscope/82587/version-5/1000_opportunity_way_denver_co_80202.dxf.zip?v=1491418745\",\n\"dwg\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/insulationscope/82587/version-5/1000_opportunity_way_denver_co_80202.dwg.zip?v=1491418745\",\n\"code\": 200\n}\n\n</code></pre><h4 id=\"scopes\">Scopes</h4>\n<table><tbody><tr><td><div><br />Field<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Description<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Id of the Scope<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of structures in this project<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Name<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Name of the Scope usually the same as the address. Assigned by the user when ordering.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Address<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The address of the project used in determining latitude and longitude.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeType<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Type of scope. See Scope Type Table.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />An Array fo project structures.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"areas\">Areas</h3>\n<table><tbody><tr><td><div><br />Field<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Description<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Bags<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Approximate number of bags of insulation required to achieve Specific R values.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["scopes","getScope"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"198e7229-9aa5-49d5-8109-e968d6782043"},{"name":"get Scope Details ConcreteScope","id":"ee2f7361-1080-4b85-b701-5f99a80514e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":"{\"token\":\"<Scope API Token>\",\"scopeId\":\"<ScopeID>\"}","type":"text","description":"<p>scopeID you can get from getScopes List API Endpoint</p>\n"}]},"url":"https://api.myscopetech.io/scopes/getScope","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account. Do not store this token as it may change overtime.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />scopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Scope Id acquired in the getScopeList call.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"concetescope-response\">ConceteScope Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"ScopeId\": \"194043\",\n\"Structures\": 1,\n\"Name\": \"3000 Opportunity Way, Anytown, ST 12345\",\n\"Address\": \"3000 Opportunity Way, Anytown, ST 12345\",\n\"PDF\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/concretescope/194399/version-2/3000_opportunity_way_anytown_st_12345.pdf?v=1535575105\",\n\"Status\": 1,\n\"Message\": \"Pass\",\n\"Buildings\": [\n    {\n        \"Name\": \"Structure 1\",\n        \"Structure\": 1,\n        \"Perimeter\": \"522.02\",\n        \"SurfaceArea\": \"3854.62\",\n        \"Areas\": {\n            \"Front Walk\": {\n                \"Area\": \"302.62\"\n            },\n            \"Back Lot\": {\n                \"Area\": \"3552.00\"\n            }\n        },\n        \"Volumes\": {\n            \"6 inches\": \"1927.31\",\n            \"4 inches\": \"1284.87\",\n            \"2 inches\": \"642.44\"\n        }\n    }\n],\n\"scope_type_name\": \"ConcreteScope\",\n\"scope_type_id\": 10,\n\"Latitude\": \"39.7358234\",\n\"Longitude\": \"-104.9826508\",\n\"Reference_id\": \"\",\n\"dxf\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/concretescope/194399/version-2/3000_opportunity_way_anytown_st_12345.dxf.zip?v=1535575105\",\n\"dwg\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/concretescope/194399/version-2/3000_opportunity_way_anytown_st_12345.dwg.zip?v=1535575105\",\n\"code\": 200\n}\n\n</code></pre><h4 id=\"scopes\">Scopes</h4>\n<table><tbody><tr><td><div><br />Field<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Description<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Id of the Scope<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of structures in this project<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Name<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Name of the Scope usually the same as the address. Assigned by the user when ordering.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Address<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The address of the project used in determining latitude and longitude.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeType<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Type of scope. See Scope Type Table.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />An Array fo project structures.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"areas\">Areas</h3>\n<table><tbody><tr><td><div><br />Field<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Description<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Perimeter<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The perimeter of the area in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Surface Areas<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The area in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Areas<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />An array of sub areas listed with name and area in square feet<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Volumes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The volume of a particular area at depths of 2,4, ane 6 inches in cubic feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["scopes","getScope"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee2f7361-1080-4b85-b701-5f99a80514e3"},{"name":"get Scope Details PaintScope","id":"bbb1ce84-7e4f-4ea8-85f2-c428b6c43c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":"{\"token\":\"<Scope API Token>\",\"scopeId\":\"<ScopeID>\"}","type":"text","description":"<p>scopeID you can get from getScopes List API Endpoint</p>\n"}]},"url":"https://api.myscopetech.io/scopes/getScope","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account. Do not store this token as it may change overtime.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />scopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Scope Id acquired in the getScopeList call.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"paintscope-response\">PaintScope Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"ScopeId\": \"82229\",\n\"Structures\": 1,\n\"Name\": \"1000 Opportunity Way, Denver, CO 80202\",\n\"Address\": \"12 Cherry Hills Ln, Newport Beach, CA 92660\",\n\"PDF\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/paintproscope/82586/version-4/1000_opportunity_way_denver_co_80202.pdf?v=1490029170\",\n\"Status\": 1,\n\"Message\": \"Pass\",\n\"Buildings\": [\n    {\n        \"Name\": \"Structure 1\",\n        \"Structure\": 1,\n        \"Areas\": [\n            {\n                \"Plane\": \"A\",\n                \"Area\": \"103\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"B\",\n                \"Area\": \"95\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"C\",\n                \"Area\": \"176\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"D\",\n                \"Area\": \"382\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"E\",\n                \"Area\": \"88\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"F\",\n                \"Area\": \"115\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"G\",\n                \"Area\": \"16\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"H\",\n                \"Area\": \"85\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"I\",\n                \"Area\": \"26\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"J\",\n                \"Area\": \"16\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"K\",\n                \"Area\": \"50\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"X\",\n                \"Area\": \"89\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"Y\",\n                \"Area\": \"36\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"Z\",\n                \"Area\": \"212\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AA\",\n                \"Area\": \"235\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AB\",\n                \"Area\": \"113\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AC\",\n                \"Area\": \"299\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AD\",\n                \"Area\": \"125\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AE\",\n                \"Area\": \"64\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AF\",\n                \"Area\": \"45\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AG\",\n                \"Area\": \"117\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AH\",\n                \"Area\": \"165\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AI\",\n                \"Area\": \"50\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"L\",\n                \"Area\": \"38\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"M\",\n                \"Area\": \"145\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"N\",\n                \"Area\": \"17\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"O\",\n                \"Area\": \"42\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"P\",\n                \"Area\": \"416\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"Q\",\n                \"Area\": \"199\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"R\",\n                \"Area\": \"58\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"S\",\n                \"Area\": \"168\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"T\",\n                \"Area\": \"141\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"U\",\n                \"Area\": \"183\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"V\",\n                \"Area\": \"47\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"W\",\n                \"Area\": \"17\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AJ\",\n                \"Area\": \"44\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AK\",\n                \"Area\": \"170\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AL\",\n                \"Area\": \"132\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AM\",\n                \"Area\": \"334\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AN\",\n                \"Area\": \"34\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AO\",\n                \"Area\": \"15\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AP\",\n                \"Area\": \"37\",\n                \"Type\": \"Paint 1\"\n            },\n            {\n                \"Plane\": \"AQ\",\n                \"Area\": \"9\",\n                \"Type\": \"Paint 1\"\n            }\n        ],\n        \"TotalPaintArea\": \"5377.09\",\n        \"Totals\": {\n            \"Paint 1\": 4948.84\n        },\n        \"Soffit\": \"428.25\",\n        \"OutDoorCeiling\": 0,\n        \"FasciaTrim\": \"0.00\",\n        \"CornerTrim\": \"0.00\",\n        \"Railing\": \"0.00\",\n        \"Doors\": 5,\n        \"DoorTrim\": 101,\n        \"DoorArea\": 189,\n        \"Shutters\": 0,\n        \"ShutterTrim\": 0,\n        \"ShutterArea\": 0,\n        \"GarageDoors\": 0,\n        \"GarageDoorTrim\": 0,\n        \"GarageDoorArea\": 0,\n        \"Windows\": 5,\n        \"WindowTrim\": \"102.00\",\n        \"WindowArea\": 131\n    }\n],\n\"scope_type_name\": \"PaintScope\",\n\"scope_type_id\": 11,\n\"Latitude\": \"33.6260930\",\n\"Longitude\": \"-117.8671130\",\n\"Reference_id\": \"\",\n\"dxf\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/paintproscope/82586/version-4/1000_opportunity_way_denver_co_80202.dxf.zip?v=1490029170\",\n\"dwg\": \"https://s3-us-west-2.amazonaws.com/tracescope/download/orders/paintproscope/82586/version-4/1000_opportunity_way_denver_co_80202.dwg.zip?v=1490029170\",\n\"code\": 200\n}\n\n</code></pre><h4 id=\"scopes\">Scopes</h4>\n<table><tbody><tr><td><div><br />Field<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Description<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeId<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The Id of the Scope<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of structures in this project<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Name<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Name of the Scope usually the same as the address. Assigned by the user when ordering.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Address<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The address of the project used in determining latitude and longitude.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />TotalPaintArea<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The total roof are of this project in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Planes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The number of roof planes calculated for this project.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />PDF<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />A url link to the PDF report of the report..<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />ScopeType<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The type of scope. See Scope Types Table.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Structures<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />An array of project structures.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"structures\">Structures</h3>\n<table><tbody><tr><td><div><br />Field<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Description<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Soffit<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Distance from Exterior wall to edge of roof In feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />OutDoorCeiling<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Underside of porch or balcony in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />FasciaTrim<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Perimeter in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />CornerTrim<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Trim on outer corners in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Railings<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Railings on porch or decks in square ft. 3 ft high.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Doors<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of doors in the structure.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />DoorTrim<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The perimeter of the doors in linear feet excluding the bottom in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />DoorArea<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The door areas in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />GarageDoors<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of garage doors in the structure.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />GarageDoorTrim<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The perimeter of the garage doors excluding the bottom in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />GarageDoorArea<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The garage door area in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Windows<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Number of windows in the structure.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />WindowTrim<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The perimeter of the windows in linear feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />WindowArea<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The area of the windows in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Areas<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Array of Areas<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"areas\">Areas</h3>\n<table><tbody><tr><td><div><br />Field<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Description<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Plane<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Alpha designation for the plane. Corresponds to Areas drawn in the siding report pdf.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Area<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />The area of the plane in square feet.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Type<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Different paint areas Defined.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["scopes","getScope"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbb1ce84-7e4f-4ea8-85f2-c428b6c43c3d"}],"id":"e380fa70-7197-4ab6-b126-d96b6a41636e","_postman_id":"e380fa70-7197-4ab6-b126-d96b6a41636e","description":""},{"name":"Shipping","item":[{"name":"getShippingPricingList","event":[{"listen":"test","script":{"id":"467355a5-cc6c-46a2-b7c9-21395c89aa73","exec":[""],"type":"text/javascript","packages":{}}}],"id":"96857cb1-a111-44d8-99f4-4544fa69c11d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":"{\"token\": \"<Scope API Token>\"}","type":"text","description":"<p>scopeID you can get from getShiping List API Endpoint</p>\n"}]},"url":"https://api.myscopetech.io/scopes/getShippingPricingList","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account. Do not store this token as it may change overtime.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"shiping-response\">Shiping Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\": 1,\n    \"data\": {\n        \"1\": {\n            \"shipping_id\": 188,\n            \"product\": \"RoofScope-Less Than 50 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"2\": {\n            \"shipping_id\": 194,\n            \"product\": \"RoofScope-Greater Than 50 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"3\": {\n            \"shipping_id\": 200,\n            \"product\": \"RoofScope-Less Than 100 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"4\": {\n            \"shipping_id\": 206,\n            \"product\": \"RoofScope-Over 100 SQ 1 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"5\": {\n            \"shipping_id\": 314,\n            \"product\": \"ConcreteScope-Less Than 100 CCF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"6\": {\n            \"shipping_id\": 320,\n            \"product\": \"ConcreteScope-Greater Than 100 CCF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"7\": {\n            \"shipping_id\": 326,\n            \"product\": \"ConcreteScope-Less Than 1000 CCF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"8\": {\n            \"shipping_id\": 332,\n            \"product\": \"ConcreteScope-Greater Than 1000 CCF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"9\": {\n            \"shipping_id\": 290,\n            \"product\": \"InsulationScope-Less Than 5000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"10\": {\n            \"shipping_id\": 296,\n            \"product\": \"InsulationScope-Greater Than 5000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"11\": {\n            \"shipping_id\": 302,\n            \"product\": \"InsulationScope-Less Than 10000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"12\": {\n            \"shipping_id\": 308,\n            \"product\": \"InsulationScope-Greater Than 10000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"13\": {\n            \"shipping_id\": 242,\n            \"product\": \"GutterScope-Less Than 250 LF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"14\": {\n            \"shipping_id\": 248,\n            \"product\": \"GutterScope-Greater Than 250 LF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"15\": {\n            \"shipping_id\": 254,\n            \"product\": \"GutterScope-Less Than 500 LF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"16\": {\n            \"shipping_id\": 260,\n            \"product\": \"GutterScope-Greater Than 500 LF 1 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"17\": {\n            \"shipping_id\": 1696,\n            \"product\": \"PaintScope-Less Than 3000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"18\": {\n            \"shipping_id\": 1699,\n            \"product\": \"PaintScope-Greater Than 3000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"19\": {\n            \"shipping_id\": 1702,\n            \"product\": \"PaintScope-Less Than 8000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"20\": {\n            \"shipping_id\": 1705,\n            \"product\": \"PaintScope-Greater Than 8000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"21\": {\n            \"shipping_id\": 338,\n            \"product\": \"PaintScope-Less Than 3000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"22\": {\n            \"shipping_id\": 344,\n            \"product\": \"PaintScope-Greater Than 3000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"23\": {\n            \"shipping_id\": 350,\n            \"product\": \"PaintScope-Less Than 8000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"24\": {\n            \"shipping_id\": 356,\n            \"product\": \"PaintScope-8,000 to 15,000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"25\": {\n            \"shipping_id\": 266,\n            \"product\": \"SidingScope-Less Than 30 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"26\": {\n            \"shipping_id\": 272,\n            \"product\": \"SidingScope-Greater Than 30 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"27\": {\n            \"shipping_id\": 278,\n            \"product\": \"SidingScope-Less Than 80 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"28\": {\n            \"shipping_id\": 284,\n            \"product\": \"SidingScope-80 - 150 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"29\": {\n            \"shipping_id\": 212,\n            \"product\": \"RoofScope-Over 100 SQ 2-4 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"30\": {\n            \"shipping_id\": 218,\n            \"product\": \"RoofScope-Over 100 SQ 5-8 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"31\": {\n            \"shipping_id\": 224,\n            \"product\": \"RoofScope-Over 100 SQ 9-12 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"32\": {\n            \"shipping_id\": 230,\n            \"product\": \"RoofScope-Over 100 SQ 13-16 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"34\": {\n            \"shipping_id\": 189,\n            \"product\": \"RoofScope-Less Than 50 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"35\": {\n            \"shipping_id\": 195,\n            \"product\": \"RoofScope-Greater Than 50 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"36\": {\n            \"shipping_id\": 201,\n            \"product\": \"RoofScope-Less Than 100 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"37\": {\n            \"shipping_id\": 207,\n            \"product\": \"RoofScope-Over 100 SQ 1 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"38\": {\n            \"shipping_id\": 315,\n            \"product\": \"ConcreteScope-Less Than 100 CCF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"39\": {\n            \"shipping_id\": 321,\n            \"product\": \"ConcreteScope-Greater Than 100 CCF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"40\": {\n            \"shipping_id\": 327,\n            \"product\": \"ConcreteScope-Less Than 1000 CCF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"41\": {\n            \"shipping_id\": 333,\n            \"product\": \"ConcreteScope-Greater Than 1000 CCF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"42\": {\n            \"shipping_id\": 291,\n            \"product\": \"InsulationScope-Less Than 5000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"43\": {\n            \"shipping_id\": 297,\n            \"product\": \"InsulationScope-Greater Than 5000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"44\": {\n            \"shipping_id\": 303,\n            \"product\": \"InsulationScope-Less Than 10000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"45\": {\n            \"shipping_id\": 309,\n            \"product\": \"InsulationScope-Greater Than 10000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"46\": {\n            \"shipping_id\": 243,\n            \"product\": \"GutterScope-Less Than 250 LF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"47\": {\n            \"shipping_id\": 249,\n            \"product\": \"GutterScope-Greater Than 250 LF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"48\": {\n            \"shipping_id\": 255,\n            \"product\": \"GutterScope-Less Than 500 LF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"49\": {\n            \"shipping_id\": 261,\n            \"product\": \"GutterScope-Greater Than 500 LF 1 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"50\": {\n            \"shipping_id\": 1708,\n            \"product\": \"PaintScope-Less Than 3000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"51\": {\n            \"shipping_id\": 1711,\n            \"product\": \"PaintScope-Greater Than 3000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"52\": {\n            \"shipping_id\": 1714,\n            \"product\": \"PaintScope-Less Than 8000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"53\": {\n            \"shipping_id\": 1717,\n            \"product\": \"PaintScope-Greater Than 8000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"54\": {\n            \"shipping_id\": 339,\n            \"product\": \"PaintScope-Less Than 3000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"55\": {\n            \"shipping_id\": 345,\n            \"product\": \"PaintScope-Greater Than 3000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"56\": {\n            \"shipping_id\": 351,\n            \"product\": \"PaintScope-Less Than 8000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"57\": {\n            \"shipping_id\": 357,\n            \"product\": \"PaintScope-8,000 to 15,000 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"58\": {\n            \"shipping_id\": 267,\n            \"product\": \"SidingScope-Less Than 30 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"59\": {\n            \"shipping_id\": 273,\n            \"product\": \"SidingScope-Greater Than 30 SF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"60\": {\n            \"shipping_id\": 279,\n            \"product\": \"SidingScope-Less Than 80 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"61\": {\n            \"shipping_id\": 285,\n            \"product\": \"SidingScope-80 - 150 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"62\": {\n            \"shipping_id\": 213,\n            \"product\": \"RoofScope-Over 100 SQ 2-4 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"63\": {\n            \"shipping_id\": 219,\n            \"product\": \"RoofScope-Over 100 SQ 5-8 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"64\": {\n            \"shipping_id\": 225,\n            \"product\": \"RoofScope-Over 100 SQ 9-12 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"65\": {\n            \"shipping_id\": 231,\n            \"product\": \"RoofScope-Over 100 SQ 13-16 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"66\": {\n            \"shipping_id\": 360,\n            \"product\": \"RoofScopeX-1-2 Building\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"67\": {\n            \"shipping_id\": 363,\n            \"product\": \"RoofScopeX-3-4 Buildings\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"68\": {\n            \"shipping_id\": 366,\n            \"product\": \"RoofScopeX-5-8 Buildings\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"69\": {\n            \"shipping_id\": 369,\n            \"product\": \"RoofScopeX-9-12 Buildings\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"70\": {\n            \"shipping_id\": 372,\n            \"product\": \"RoofScopeX-13-16 Buildings\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"71\": {\n            \"shipping_id\": 375,\n            \"product\": \"RoofScopeX-17-21 Buildings\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"72\": {\n            \"shipping_id\": 378,\n            \"product\": \"RoofScopeX-22 or more Buildings\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"73\": {\n            \"shipping_id\": 236,\n            \"product\": \"RoofScope-Over 100 SQ 17-20 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"74\": {\n            \"shipping_id\": 237,\n            \"product\": \"RoofScope-Over 100 SQ 17-20 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"77\": {\n            \"shipping_id\": 381,\n            \"product\": \"GutterScope-Greater Than 500 LF 2-4 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"78\": {\n            \"shipping_id\": 384,\n            \"product\": \"GutterScope-Greater Than 500 LF 2-4 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"79\": {\n            \"shipping_id\": 387,\n            \"product\": \"GutterScope-Greater Than 500 LF 5-8 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"80\": {\n            \"shipping_id\": 390,\n            \"product\": \"GutterScope-Greater Than 500 LF 5-8 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"81\": {\n            \"shipping_id\": 393,\n            \"product\": \"GutterScope-Greater Than 500 LF 9-12 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"82\": {\n            \"shipping_id\": 396,\n            \"product\": \"GutterScope-Greater Than 500 LF 9-12 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"83\": {\n            \"shipping_id\": 399,\n            \"product\": \"GutterScope-Greater Than 500 LF 13-16 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"84\": {\n            \"shipping_id\": 402,\n            \"product\": \"GutterScope-Greater Than 500 LF 13-16 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"85\": {\n            \"shipping_id\": 411,\n            \"product\": \"GutterScope-Greater Than 500 LF 21+ BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"86\": {\n            \"shipping_id\": 414,\n            \"product\": \"GutterScope-Greater Than 500 LF 21+ BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"87\": {\n            \"shipping_id\": 423,\n            \"product\": \"GutterScope-Greater Than 500 LF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"88\": {\n            \"shipping_id\": 426,\n            \"product\": \"GutterScope-Greater Than 500 LF\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"89\": {\n            \"shipping_id\": 1720,\n            \"product\": \"RoofScope-Over 100 SQ 21+ BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"90\": {\n            \"shipping_id\": 1723,\n            \"product\": \"RoofScope-Over 100 SQ 21+ BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"91\": {\n            \"shipping_id\": 1726,\n            \"product\": \"SidingScope-Greater than 150 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"92\": {\n            \"shipping_id\": 1729,\n            \"product\": \"SidingScope-Greater than 150 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"93\": {\n            \"shipping_id\": 1758,\n            \"product\": \"PaintScope-Greater Than 15000 SF\",\n            \"standard\": \"0.00\"\n        },\n        \"94\": {\n            \"shipping_id\": 1759,\n            \"product\": \"PaintScope-Greater Than 15000 SF\",\n            \"standard\": \"0.00\"\n        },\n        \"95\": {\n            \"shipping_id\": 1744,\n            \"product\": \"RoofScopePlus-Less Than 50 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"96\": {\n            \"shipping_id\": 1747,\n            \"product\": \"RoofScopePlus-Greater Than 50 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"97\": {\n            \"shipping_id\": 1750,\n            \"product\": \"RoofScopePlus-Less Than 50 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"98\": {\n            \"shipping_id\": 1753,\n            \"product\": \"RoofScopePlus-Greater Than 50 SQ\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"99\": {\n            \"shipping_id\": 1755,\n            \"product\": \"GutterScope-Greater Than 500 LF 17-20 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        },\n        \"100\": {\n            \"shipping_id\": 1757,\n            \"product\": \"GutterScope-Greater Than 500 LF 17-20 BLDGs\",\n            \"standard\": \"0.00\",\n            \"rush\": \"22.00\"\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["scopes","getShippingPricingList"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"96857cb1-a111-44d8-99f4-4544fa69c11d"}],"id":"24ba6971-a193-4d77-92c3-26845a62ea28","_postman_id":"24ba6971-a193-4d77-92c3-26845a62ea28","description":""},{"name":"Pricing","item":[{"name":"getScopesPricingList","id":"277622b9-efee-4c2c-bbe3-78db7d497303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json","value":"{\"token\": \"<Scope API Token>\"}","type":"text","description":"<p>scopeID you can get from getPricing List API Endpoint</p>\n"}]},"url":"https://api.myscopetech.io/scopes/getScopesPricingList","description":"<h3 id=\"request\">Request</h3>\n<table><tbody><tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr><tr><td><div><br />token<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />This is a token that represents a roofscope client account. Do not store this token as it may change overtime.<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"pricing-response\">Pricing Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"RoofScope-Residential-Less Than 50 SQ\": \"20.00\",\n    \"RoofScope-Residential-Greater Than 50 SQ\": \"69.95\",\n    \"RoofScope-Commercial-Less Than 100 SQ\": \"69.95\",\n    \"RoofScope-Commercial-Over 100 SQ 1 BLDGs\": \"89.95\",\n    \"RoofScope-Commercial-Over 100 SQ 2-4 BLDGs\": \"76.00\",\n    \"RoofScope-Commercial-Over 100 SQ 5-8 BLDGs\": \"70.00\",\n    \"RoofScope-Commercial-Over 100 SQ 9-12 BLDGs\": \"65.00\",\n    \"RoofScope-Commercial-Over 100 SQ 13-16 BLDGs\": \"61.00\",\n    \"RoofScope-b-Residential-Less Than 50 SQ\": \"39.95\",\n    \"RoofScope-b-Residential-Greater Than 50 SQ\": \"69.95\",\n    \"RoofScope-b-Commercial-Less Than 100 SQ\": \"69.95\",\n    \"RoofScope-b-Commercial-Over 100 SQ 1 BLDGs\": \"89.95\",\n    \"RoofScope-b-Commercial-Over 100 SQ 2-4 BLDGs\": \"76.00\",\n    \"RoofScope-b-Commercial-Over 100 SQ 5-8 BLDGs\": \"70.00\",\n    \"RoofScope-b-Commercial-Over 100 SQ 9-12 BLDGs\": \"65.00\",\n    \"RoofScope-b-Commercial-Over 100 SQ 13-16 BLDGs\": \"61.00\",\n    \"RoofScope-Commercial-Over 100 SQ 17-20 BLDGs\": \"58.00\",\n    \"RoofScope-b-Commercial-Over 100 SQ 17-20 BLDGs\": \"58.00\",\n    \"RoofScope-Commercial-Over 100 SQ 21+ BLDGs\": \"0.00\",\n    \"RoofScope-b-Commercial-Over 100 SQ 21+ BLDGs\": \"0.00\",\n    \"ProScope-Residential-Proscope\": \"9.95\",\n    \"GutterScope-Residential-Less Than 250 LF\": \"14.95\",\n    \"GutterScope-Residential-Greater Than 250 LF\": \"24.95\",\n    \"GutterScope-Commercial-Less Than 500 LF\": \"34.95\",\n    \"GutterScope-Commercial-Greater Than 500 LF 1 BLDGs\": \"44.95\",\n    \"GutterScope-b-Residential-Less Than 250 LF\": \"14.95\",\n    \"GutterScope-b-Residential-Greater Than 250 LF\": \"24.95\",\n    \"GutterScope-b-Commercial-Less Than 500 LF\": \"34.95\",\n    \"GutterScope-b-Commercial-Greater Than 500 LF 1 BLDGs\": \"44.95\",\n    \"GutterScope-Commercial-Greater Than 500 LF 2-4 BLDGs\": \"36.00\",\n    \"GutterScope-b-Commercial-Greater Than 500 LF 2-4 BLDGs\": \"36.00\",\n    \"GutterScope-Commercial-Greater Than 500 LF 5-8 BLDGs\": \"32.00\",\n    \"GutterScope-b-Commercial-Greater Than 500 LF 5-8 BLDGs\": \"32.00\",\n    \"GutterScope-Commercial-Greater Than 500 LF 9-12 BLDGs\": \"31.00\",\n    \"GutterScope-b-Commercial-Greater Than 500 LF 9-12 BLDGs\": \"31.00\",\n    \"GutterScope-Commercial-Greater Than 500 LF 13-16 BLDGs\": \"30.00\",\n    \"GutterScope-b-Commercial-Greater Than 500 LF 13-16 BLDGs\": \"30.00\",\n    \"GutterScope-b-Commercial-Greater Than 500 LF 21+ BLDGs\": \"0.00\",\n    \"GutterScope-Commercial-Greater Than 500 LF 21+ BLDGs\": \"0.00\",\n    \"GutterScope-Commercial-Greater Than 500 LF 17-20 BLDGs\": \"29.00\",\n    \"GutterScope-b-Commercial-Greater Than 500 LF 17-20 BLDGs\": \"29.00\",\n    \"SidingScope-Residential-Less Than 30 SQ\": \"74.95\",\n    \"SidingScope-Residential-Greater Than 30 SQ\": \"99.95\",\n    \"SidingScope-Commercial-Less Than 80 SQ\": \"134.95\",\n    \"SidingScope-Commercial-80 - 150 SQ\": \"179.95\",\n    \"SidingScope-b-Residential-Less Than 30 SQ\": \"74.95\",\n    \"SidingScope-b-Residential-Greater Than 30 SF\": \"99.95\",\n    \"SidingScope-b-Commercial-Less Than 80 SQ\": \"134.95\",\n    \"SidingScope-b-Commercial-80 - 150 SQ\": \"179.95\",\n    \"SidingScope-Commercial-Greater than 150 SQ\": \"279.95\",\n    \"SidingScope-b-Commercial-Greater than 150 SQ\": \"279.95\",\n    \"InsulationScope-Residential-Less Than 5000 SF\": \"19.95\",\n    \"InsulationScope-Residential-Greater Than 5000 SF\": \"29.95\",\n    \"InsulationScope-Commercial-Less Than 10000 SF\": \"34.95\",\n    \"InsulationScope-Commercial-Greater Than 10000 SF\": \"44.95\",\n    \"InsulationScope-b-Residential-Less Than 5000 SF\": \"19.95\",\n    \"InsulationScope-b-Residential-Greater Than 5000 SF\": \"29.95\",\n    \"InsulationScope-b-Commercial-Less Than 10000 SF\": \"34.95\",\n    \"InsulationScope-b-Commercial-Greater Than 10000 SF\": \"44.95\",\n    \"ConcreteScope-Residential-Less Than 100 CCF\": \"19.95\",\n    \"ConcreteScope-Residential-Greater Than 100 CCF\": \"29.95\",\n    \"ConcreteScope-Commercial-Less Than 1000 CCF\": \"59.95\",\n    \"ConcreteScope-Commercial-Greater Than 1000 CCF\": \"79.95\",\n    \"ConcreteScope-b-Residential-Less Than 100 CCF\": \"19.95\",\n    \"ConcreteScope-b-Residential-Greater Than 100 CCF\": \"29.95\",\n    \"ConcreteScope-b-Commercial-Less Than 1000 CCF\": \"59.95\",\n    \"ConcreteScope-b-Commercial-Greater Than 1000 CCF\": \"79.95\",\n    \"PaintScope-Residential-Less Than 3000 SF\": \"74.95\",\n    \"PaintScope-Residential-Greater Than 3000 SF\": \"99.95\",\n    \"PaintScope-Commercial-Less Than 8000 SF\": \"134.95\",\n    \"PaintScope-Commercial-8,000 to 15,000 SF\": \"179.95\",\n    \"PaintScope-b-Residential-Less Than 3000 SF\": \"74.95\",\n    \"PaintScope-b-Residential-Greater Than 3000 SF\": \"99.95\",\n    \"PaintScope-b-Commercial-Less Than 8000 SF\": \"134.95\",\n    \"PaintScope-b-Commercial-8,000 to 15,000 SF\": \"179.95\",\n    \"PaintScope-Commercial-Greater Than 15000 SF\": \"279.95\",\n    \"PaintScope-b-Commercial-Greater Than 15000 SF\": \"279.95\",\n    \"RoofScopeX-Residential-1-2 Building\": \"15.00\",\n    \"RoofScopeX-Residential-3-4 Buildings\": \"11.00\",\n    \"RoofScopeX-Commercial-5-8 Buildings\": \"11.00\",\n    \"RoofScopeX-Commercial-9-12 Buildings\": \"11.00\",\n    \"RoofScopeX-Commercial-13-16 Buildings\": \"11.00\",\n    \"RoofScopeX-Commercial-17-21 Buildings\": \"11.00\",\n    \"RoofScopeX-Commercial-22 or more Buildings\": \"11.00\",\n    \"ESX Report\": \"9.00\",\n    \"Express Shipping\": \"0.00\",\n    \"Rush Shipping\": \"22.00\",\n    \"RoofScopePlus-Residential-Less Than 50 SQ\": \"44.95\",\n    \"RoofScopePlus-Residential-Greater Than 50 SQ\": \"74.95\",\n    \"RoofScopePlus-b-Residential-Less Than 50 SQ\": \"44.95\",\n    \"RoofScopePlus-b-Residential-Greater Than 50 SQ\": \"74.95\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["scopes","getScopesPricingList"],"host":["api","myscopetech","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"277622b9-efee-4c2c-bbe3-78db7d497303"}],"id":"3b343ad4-ef43-4901-8cf2-c908ecc66d82","_postman_id":"3b343ad4-ef43-4901-8cf2-c908ecc66d82","description":""}],"event":[{"listen":"prerequest","script":{"id":"ecfe1ece-4bd7-4340-b073-88a2890184ac","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"4a1d8ad7-9ab2-4824-aa29-0a147deec449","type":"text/javascript","requests":{},"exec":[""]}}]}