{"info":{"_postman_id":"ba6bbdf5-baab-4147-8e01-709c1bd7d8a6","name":"SBCA v2.0.1 API","description":"<html><head></head><body><h1 id=\"getting-started\">Getting Started</h1>\n<h2 id=\"step-1-fork-the-collection-using-run-in-postman\">Step 1: Fork the collection using Run in Postman</h2>\n<p><a href=\"https://app.getpostman.com/run-collection/12224835-ba6bbdf5-baab-4147-8e01-709c1bd7d8a6?action=collection%2Ffork&amp;collection-url=entityId%3D12224835-ba6bbdf5-baab-4147-8e01-709c1bd7d8a6%26entityType%3Dcollection%26workspaceId%3D9e8894b5-4aed-4fbe-a361-4cb371832692\"><img src=\"https://run.pstmn.io/button.svg\" alt=\"Run in Postman\"></a></p>\n<h2 id=\"step-2-get-your-csrf-token\">Step 2: Get your CSRF token</h2>\n<p>A CSFR token is automatically generated using your given username <code>name</code> and <code>pass</code> or <code>mail</code> and <code>pass</code>. During your initial login, take note of the <code>uid</code>,<code>csrf_token</code>, and <code>logout_token</code>. You'll need the <code>csrf_token</code> during each POST and GET as well as your <code>uid</code> periodically.</p>\n<blockquote>\n<p><strong>Note</strong>: If you find yourself in a pickle after logging in and you don't have your <code>logout_token</code>, hit the <strong>GET Logout Current User</strong> endpoint to log the current user out.</p>\n</blockquote>\n<h2 id=\"step-3-make-your-first-api-call\">Step 3: Make your first API call</h2>\n<p>SBCA recommends starting with the Orders API. These steps will use the Orders API to create a job package order and link it to your account.</p>\n<p>To create an order:</p>\n<ol>\n<li>In your workspace, navigate to your fork of the <strong>SBCA v2.0.1 package creation</strong> collection.</li>\n<li>Select <strong>Authorization &gt; User Login (user/pass) or User Login (email/pass)</strong> and pass your credentials to login. Select the <strong>Send</strong> button to log in.</li>\n<li>Select <strong>Authorization &gt; Get User Information</strong>, select the <strong>Send</strong> button to get your user information.</li>\n<li>Note the environmental variables created during the past two steps.</li>\n<li>Select <strong>Orders &gt; Create Job Package</strong>. Modify the Title of your job package <code>title</code>, <code>customer_name</code>, enter the preferred <code>user_billing_location</code> <code>job_number</code>, <code>notes</code>, and <code>pdf_preference</code>.</li>\n</ol>\n<p>Your order has been created. You can verify the transaction by clicking on the PDF link field <code>pdf_url</code>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"}],"owner":"12224835","collectionId":"ba6bbdf5-baab-4147-8e01-709c1bd7d8a6","publishedId":"2s8YsxurQG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-28T18:40:24.000Z"},"item":[{"name":"Authorization","item":[{"name":"User Login (user/pass)","event":[{"listen":"test","script":{"exec":["// After this request runs, save the new csrf_token ","// as an env variable","","var jsonData = pm.response.json(); ","pm.environment.set(\"csrf_token\", jsonData.csrf_token);","pm.environment.set(\"logout_token\", jsonData.logout_token);","pm.environment.set(\"uid\", jsonData.current_user.uid);","pm.environment.set(\"name\", jsonData.current_user.name);"],"type":"text/javascript","id":"53f9daaf-b7e3-4cd4-9400-a921290d176c"}}],"id":"a66dbfc5-6d61-4fd1-adf4-362826f69467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{username}}\",\n    \"pass\": \"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/user/login?_format=json","description":"<p>Log a user in with username and password.</p>\n","urlObject":{"path":["user","login"],"host":["{{host}}"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"3c4b8398-b8e9-4679-b5e4-bfe0b5839f33","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{username}}\",\n    \"pass\": \"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/user/login?_format=json","host":["{{host}}"],"path":["user","login"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"current_user\": {\n        \"uid\": \"000\",\n        \"roles\": [\n            \"authenticated\"\n        ],\n        \"name\": \"Jane Johnson\"\n    },\n    \"csrf_token\": \"a8DQQ0LrTD7D1I71UtCx0kUjVnZAFFFw-ZWHKII2XwU\",\n    \"logout_token\": \"NMEEZAwWjcFg8gSw6_aSUW5RgESiMMEIbAjnYyxkx-M\"\n}"},{"id":"dd6be431-1ea2-4a56-8ad5-53c517ee7283","name":"400: Missing Username","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pass\": \"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/user/login?_format=json","host":["{{host}}"],"path":["user","login"],"query":[{"key":"_format","value":"json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing credentials.name.\"\n}"},{"id":"493bf242-5fbd-4bd8-a928-0f2e25f621ae","name":"400: Missing Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{username}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/user/login?_format=json","host":["{{host}}"],"path":["user","login"],"query":[{"key":"_format","value":"json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing credentials.pass.\"\n}"}],"_postman_id":"a66dbfc5-6d61-4fd1-adf4-362826f69467"},{"name":"User Login (email/pass)","event":[{"listen":"test","script":{"exec":["// After this request runs, save the new csrf_token ","// as an env variable","","var jsonData = pm.response.json(); ","pm.environment.set(\"csrf_token\", jsonData.csrf_token);","pm.environment.set(\"logout_token\", jsonData.logout_token);","pm.environment.set(\"uid\", jsonData.current_user.uid);","pm.environment.set(\"name\", jsonData.current_user.name);"],"type":"text/javascript","id":"bfb8b4c0-0b46-4ba7-b485-5f8a084c4021"}}],"id":"dd7b791e-cfb5-4a06-9148-8c6e80e159f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pass\":\"{{password}}\",\n    \"mail\":\"{{email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/user/email-login?_format=json","description":"<p>Log a user in with email and password.</p>\n","urlObject":{"path":["user","email-login"],"host":["{{host}}"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"1a0c8a04-9bc1-4cf9-802c-64a8c8dc5fff","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pass\":\"{{password}}\",\n    \"mail\":\"{{email}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/user/login?_format=json","host":["{{host}}"],"path":["user","login"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"current_user\": {\n        \"uid\": \"123\",\n        \"roles\": [\n            \"authenticated\"\n        ],\n        \"name\": \"Jane Johnson\"\n    },\n    \"csrf_token\": \"a8DQQ0LrTD7D1I71UtCx0kUjVnZAFFFw-ZWHKII2XwU\",\n    \"logout_token\": \"NMEEZAwWjcFg8gSw6_aSUW5RgESiMMEIbAjnYyxkx-M\"\n}"},{"id":"d8f2be9a-12ca-4ab7-9ef1-f84ebfd82aa5","name":"400: Missing Email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pass\":\"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/user/login?_format=json","host":["{{host}}"],"path":["user","login"],"query":[{"key":"_format","value":"json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing credentials.name.\"\n}"},{"id":"f787fd41-90fd-42a4-b0c6-8f643e1bb333","name":"400: Missing Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"mail\":\"{{email}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/user/login?_format=json","host":["{{host}}"],"path":["user","login"],"query":[{"key":"_format","value":"json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing credentials.pass.\"\n}"}],"_postman_id":"dd7b791e-cfb5-4a06-9148-8c6e80e159f9"},{"name":"User Logout","event":[{"listen":"test","script":{"id":"4741fbba-5473-4ed4-95c8-6a55eb0bbe54","exec":[""],"type":"text/javascript"}}],"id":"68ea1af4-f11b-469a-96f3-ee8c2e16448f","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/user/logout?_format=json&token={{logout_token}}","description":"<p>Log out with <code>logout_token</code>.</p>\n<p>204 Response: Success</p>\n","urlObject":{"path":["user","logout"],"host":["{{host}}"],"query":[{"key":"_format","value":"json"},{"key":"token","value":"{{logout_token}}"}],"variable":[]}},"response":[{"id":"88380650-a8ba-4488-ad04-61cbaa03d408","name":"403: Missing logout_token","originalRequest":{"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/user/logout?_format=json","host":["{{host}}"],"path":["user","logout"],"query":[{"key":"_format","value":"json"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"'csrf_token' URL query argument is missing.\"\n}"}],"_postman_id":"68ea1af4-f11b-469a-96f3-ee8c2e16448f"},{"name":"User Logout without token","event":[{"listen":"test","script":{"id":"4741fbba-5473-4ed4-95c8-6a55eb0bbe54","exec":[""],"type":"text/javascript"}}],"id":"0e5e26b3-d3a8-4c63-9e09-8cbeaab1a587","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/user/logout?_format=json","description":"<p>Log out with <code>logout_token</code>.</p>\n<p>204 Response: Success</p>\n","urlObject":{"path":["user","logout"],"host":["{{host}}"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"32ffd37e-67d7-492b-b977-ca9d76384fae","name":"403: Missing logout_token","originalRequest":{"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/user/logout?_format=json","host":["{{host}}"],"path":["user","logout"],"query":[{"key":"_format","value":"json"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"'csrf_token' URL query argument is missing.\"\n}"}],"_postman_id":"0e5e26b3-d3a8-4c63-9e09-8cbeaab1a587"},{"name":"Logout current user","event":[{"listen":"test","script":{"id":"4741fbba-5473-4ed4-95c8-6a55eb0bbe54","exec":[""],"type":"text/javascript"}}],"id":"e7b1ea01-636a-4f0e-9858-14c4ea371b54","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/user/logout?_format=json","description":"<p>Log out without <code>logout_token</code>.</p>\n","urlObject":{"path":["user","logout"],"host":["{{host}}"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"172d02cb-16ea-4515-9f2b-8c8cce0af78e","name":"Successful","originalRequest":{"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/user/logout?_format=json","host":["{{host}}"],"path":["user","logout"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e7b1ea01-636a-4f0e-9858-14c4ea371b54"},{"name":"Reset Password","id":"b1e28e5b-acb4-4f14-8031-475b18ff7c0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"mail\":\"{{email}}\"}","options":{"raw":{"language":"json"}}},"url":"{{host}}/user/lost-password?_format=json","urlObject":{"path":["user","lost-password"],"host":["{{host}}"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"7df6e05b-a91f-4fa0-b1ee-52e24039a86b","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mail\": \"{{email}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/user/lost-password?_format=json","host":["{{host}}"],"path":["user","lost-password"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Further instructions have been sent to your email address.\"\n}"},{"id":"493ffe35-44c4-42bb-b98a-c5fc35927391","name":"404: Missing email","originalRequest":{"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/user/lost-password?_format=json","host":["{{host}}"],"path":["user","lost-password"],"query":[{"key":"_format","value":"json"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No route found for \\\"POST /user/lost-password\\\"\"\n}"}],"_postman_id":"b1e28e5b-acb4-4f14-8031-475b18ff7c0c"},{"name":"Get User Information","event":[{"listen":"test","script":{"exec":["// After this request runs, save the new csrf_token ","// as an env variable","","var jsonData = pm.response.json();","pm.environment.set(\"uid\", jsonData.uid);","pm.environment.set(\"email\", jsonData.email);","pm.environment.set(\"first_name\", jsonData.field_first_name);","pm.environment.set(\"last_name\", jsonData.field_last_name);","pm.environment.set(\"company_id\", jsonData.user_company_id);","pm.environment.set(\"company_title\", jsonData.user_company_title);","pm.environment.set(\"location_id\", jsonData.user_billing_location[0].nid);","pm.environment.set(\"location_title\", jsonData.user_billing_location[0].title);"],"type":"text/javascript","id":"f80cd0fd-2720-4016-ba7e-502f3b0b82ca"}}],"id":"9b3d2911-b937-4562-a0d2-9e0a901591d9","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/api/v2/getuser/{{uid}}?_format=json","urlObject":{"path":["api","v2","getuser","{{uid}}"],"host":["{{host}}"],"query":[{"key":"_format","value":"json"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"c0edaf61-7ddc-4ba6-b560-758cfb31aa2f","name":"Successful","originalRequest":{"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{host}}/api/v2/getuser/{{uid}}?_format=json","host":["{{host}}"],"path":["api","v2","getuser","{{uid}}"],"query":[{"key":"_format","value":"json"},{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uid\": \"000\",\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Johnson\",\n    \"username\": \"janejohnson\",\n    \"email\": \"jane@email.com\",\n    \"preferred_language\": \"en\",\n    \"timezone\": \"Asia/Kolkata\",\n    \"user_company_id\": \"0000000\",\n    \"user_company_title\": \"Trussway\",\n    \"user_billing_location\": [\n        {\n            \"nid\": \"000001\",\n            \"title\": \"Trussway Manufacturing, Inc. - Orlando\",\n            \"alias\": \"/location/trussway-manufacturing-inc-orlando\"\n        },\n        {\n            \"nid\": \"000002\",\n            \"title\": \"Trussway Manufacturing, Inc. - Fredericksburg\",\n            \"alias\": \"/location/trussway-manufacturing-inc-fredericksburg\"\n        }\n    ]\n}"},{"id":"81255bd6-dc3c-47df-b469-c5ee27f82544","name":"Wrong UID or UID doesn't belong to logged in User","originalRequest":{"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{host}}/api/v2/getuser/{{uid}}?_format=json","host":["{{host}}"],"path":["api","v2","getuser","{{uid}}"],"query":[{"key":"_format","value":"json"},{"key":"","value":"","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9b3d2911-b937-4562-a0d2-9e0a901591d9"}],"id":"7a26d321-2a6b-4638-b279-ac34b6fe47c2","_postman_id":"7a26d321-2a6b-4638-b279-ac34b6fe47c2","description":""},{"name":"Orders","item":[{"name":"Create Job Package","id":"8db15ad1-53d1-41e8-b955-375ce094528a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uid\": {{uid}},\r\n    \"title\": \"Sample Package 1117-02\",\r\n    \"customer_name\": \"My Customer or Project Name\",\r\n    \"job_number\": \"A123456789\",\r\n    \"user_billing_location\": {{location_id}},\r\n    \"notes\": \"Notes testing sample\",\r\n    \"pdf_reference\": [8,112,4],\r\n    \"user_company\": {{company_id}},\r\n    \"address_line1\": \"123 Main Street\",\r\n    \"address_line2\": \"Suite 1000\",\r\n    \"locality\": \"New York\",\r\n    \"administrative_area\": \"CA\",\r\n    \"postal_code\": \"11111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v2/package?format=json","description":"<p>Unique user ID<br />\"uid\": {{uid}},<br />Get your UID after logging in.</p>\n<p>Any unique value<br />\"title\": \"Sample Package\",</p>\n<p>Any unique value<br />\"customer_name\": \"Johnny Appleseed or Project Name\",</p>\n<p>Any unique value<br />\"job_number\": \"A123456789\",</p>\n<p>User Location for Billing Purposes *Required*<br />\"user_billing_location\": 1234,<br />Use \"Get User Information\" to retrieve possible location NIDs.</p>\n<p>Any unique value<br />\"notes\": \"These are my notes\",</p>\n<p>PDF Reference<br />\"pdf_reference\": [8,112,4],<br />For a list of possible PDFs, use List Documents to get possible NID references. Only NIDs should be used here.</p>\n<p>Unique Company NID<br />\"user_company\": 123456<br />Use \"Get User Information\" to retrieve the [user_company_id] for this field.</p>\n","urlObject":{"path":["api","v2","package"],"host":["{{host}}"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"82cf7f64-523d-450f-9b6b-a4d31dfde687","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uid\": {{uid}},\r\n    \"title\": \"Sample Package 1117-02\",\r\n    \"customer_name\": \"My Customer or Project Name\",\r\n    \"job_number\": \"A123456789\",\r\n    \"user_billing_location\": {{location_id}},\r\n    \"notes\": \"Notes testing sample\",\r\n    \"pdf_reference\": [8,112,4],\r\n    \"user_company\": {{company_id}}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/v2/package?format=json","host":["{{host}}"],"path":["api","v2","package"],"query":[{"key":"format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"message\": \"package created\",\n    \"pdf\": {\n        \"path\": \"https://app.sbcacomponents.com/store/123456789.pdf\",\n        \"filename\": \"123456789.pdf\"\n    },\n    \"pdf_url\": \"https://app.sbcacomponents.com/store/123456789.pdf\",\n    \"pdf_filename\": \"123456789.pdf\"\n}"},{"id":"67aaf748-7002-4db3-8acb-3283e5b97809","name":"400: Missing UID","originalRequest":{"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Sample Package 1117-02\",\r\n    \"customer_name\": \"My Customer or Project Name\",\r\n    \"job_number\": \"A123456789\",\r\n    \"user_billing_location\": {{location_id}},\r\n    \"notes\": \"Notes testing sample\",\r\n    \"pdf_reference\": [8,112,4],\r\n    \"user_company\": {{company_id}}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/v2/package?format=json","host":["{{host}}"],"path":["api","v2","package"],"query":[{"key":"format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Field `uid` is required.\"\n}"},{"id":"e234620d-eb46-4a53-acad-c7de7a1c1711","name":"400: Missing Job Number","originalRequest":{"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uid\": {{uid}},\r\n    \"title\": \"Sample Package 1117-02\",\r\n    \"customer_name\": \"My Customer or Project Name\",\r\n    \"user_billing_location\": {{location_id}},\r\n    \"notes\": \"Notes testing sample\",\r\n    \"pdf_reference\": [8,112,4],\r\n    \"user_company\": {{company_id}}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/v2/package?format=json","host":["{{host}}"],"path":["api","v2","package"],"query":[{"key":"format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Field `job_number` (a-z and/or 0-9) is required.\"\n}"},{"id":"8107040c-e4ff-4d39-9d5f-4a3a930008b7","name":"400: Missing User Billing Location","originalRequest":{"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uid\": {{uid}},\r\n    \"title\": \"Sample Package 1117-02\",\r\n    \"customer_name\": \"My Customer or Project Name\",\r\n    \"job_number\": \"A123456789\",\r\n    \"notes\": \"Notes testing sample\",\r\n    \"pdf_reference\": [8,112,4],\r\n    \"user_company\": {{company_id}}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/v2/package?format=json","host":["{{host}}"],"path":["api","v2","package"],"query":[{"key":"format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Field `user_billing_location` (integer) is required.\"\n}"},{"id":"8b057ba8-19f2-45ba-a61f-6a139761c7e4","name":"400: Missing User Billing Location","originalRequest":{"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uid\": {{uid}},\r\n    \"title\": \"Sample Package 1117-02\",\r\n    \"customer_name\": \"My Customer or Project Name\",\r\n    \"job_number\": \"A123456789\",\r\n    \"user_billing_location\": {{location_id}},\r\n    \"notes\": \"Notes testing sample\",\r\n    \"user_company\": {{company_id}}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/v2/package?format=json","host":["{{host}}"],"path":["api","v2","package"],"query":[{"key":"format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Field `user_billing_location` (integer) is required.\"\n}"},{"id":"5ae282f4-2d97-4d2d-89ed-69c9a7e56d76","name":"400: Missing User Company","originalRequest":{"method":"POST","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uid\": {{uid}},\r\n    \"title\": \"Sample Package 1117-02\",\r\n    \"customer_name\": \"My Customer or Project Name\",\r\n    \"job_number\": \"A123456789\",\r\n    \"user_billing_location\": {{location_id}},\r\n    \"notes\": \"Notes testing sample\",\r\n    \"pdf_reference\": [8,112,4]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/v2/package?format=json","host":["{{host}}"],"path":["api","v2","package"],"query":[{"key":"format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Field `user_company` (integer) is required.\"\n}"}],"_postman_id":"8db15ad1-53d1-41e8-b955-375ce094528a"}],"id":"2b8e89ce-dfe3-48cb-9d5e-b9b2b19aa927","_postman_id":"2b8e89ce-dfe3-48cb-9d5e-b9b2b19aa927","description":""},{"name":"Documents","item":[{"name":"List Documents","id":"564db271-a57b-40b6-9b4c-1ba9191dd3f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"url":"{{host}}/api/v2/document?_format=json","description":"<p>Get a list of all documents available.</p>\n","urlObject":{"path":["api","v2","document"],"host":["{{host}}"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"db4eb46a-d983-4c5a-b00c-02d75c505839","name":"Successful","originalRequest":{"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"url":{"raw":"{{host}}/api/v2/document?_format=json","host":["{{host}}"],"path":["api","v2","document"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"nid\": \"4\",\n        \"title\": \"B4 Summary - Construction Loading\",\n        \"body\": {\n            \"html\": \"<p>During construction, trusses must not support any loads from equipment or construction materials until the truss assembly is properly restrained and braced. This document provides safe stack heights for several materials and illustrates good and bad loading practices. This summary of section B4 of the BCSI book is full-color with English and Spanish text. The BCSI-B4 Summary Sheet is part of the BCSI B-Series.&nbsp;</p>\\r\\n\",\n            \"plain_text\": \"During construction, trusses must not support any loads from equipment or construction materials until the truss assembly is properly restrained and braced. This document provides safe stack heights for several materials and illustrates good and bad loading practices. This summary of section B4 of the BCSI book is full-color with English and Spanish text. The BCSI-B4 Summary Sheet is part of the BCSI B-Series.&nbsp;\\r\\n\"\n        },\n        \"created\": \"1429801553\",\n        \"updated\": \"1429801553\"\n    },\n    {\n        \"nid\": \"5\",\n        \"title\": \"B5 Summary - Truss Damage, Jobsite Modifications, and Installation Errors\",\n        \"body\": {\n            \"html\": \"<p>Trusses are engineered components and any damage, jobsite modifications and/or installation errors can adversely affect the structural integrity of the truss. This two-page document provides guidance on how to properly report damage, modifications, or installation errors to the truss manufacturer or design Professional&nbsp;in order to get an approved truss repair detail. It also discusses some of the more common types of damage and modifications involving metal plate connected wood trusses. This summary of section B5 of the BCSI book is full-color with English and Spanish text. The BCSI-B5 Summary Sheet is part of the BCSI B-Series.</p>\\r\\n\",\n            \"plain_text\": \"Trusses are engineered components and any damage, jobsite modifications and/or installation errors can adversely affect the structural integrity of the truss. This two-page document provides guidance on how to properly report damage, modifications, or installation errors to the truss manufacturer or design Professional&nbsp;in order to get an approved truss repair detail. It also discusses some of the more common types of damage and modifications involving metal plate connected wood trusses. This summary of section B5 of the BCSI book is full-color with English and Spanish text. The BCSI-B5 Summary Sheet is part of the BCSI B-Series.\\r\\n\"\n        },\n        \"created\": \"1429802530\",\n        \"updated\": \"1429802530\"\n    },\n    {\n        \"nid\": \"6\",\n        \"title\": \"B11 Summary - Fall Protection & Trusses\",\n        \"body\": {\n            \"html\": \"<p>The BCSI-B11 Summary Sheet provides guidance to framing crews on how to assess fall hazards while installing trusses on residential construction jobsites. It stresses that trusses are not designed to serve as fall protection anchorage, and highlights additional fall protection requirements under OSHA’s new standards. This bilingual (English/Spanish) document summarizes Section B11 of the BCSI Booklet.</p>\\r\\n\",\n            \"plain_text\": \"The BCSI-B11 Summary Sheet provides guidance to framing crews on how to assess fall hazards while installing trusses on residential construction jobsites. It stresses that trusses are not designed to serve as fall protection anchorage, and highlights additional fall protection requirements under OSHA’s new standards. This bilingual (English/Spanish) document summarizes Section B11 of the BCSI Booklet.\\r\\n\"\n        },\n        \"created\": \"1429802604\",\n        \"updated\": \"1429802604\"\n    },\n    {\n        \"nid\": \"7\",\n        \"title\": \"Jobsite Cover Sheet \",\n        \"body\": {\n            \"html\": \"<p>This English/Spanish jobsite package cover sheet includes warnings about the handling, storing, installing, restraining and diagonal bracing of structural building components. Portions of the ANSI/TPI 1-2007 design responsibilities are on the back.&nbsp;</p>\\r\\n\",\n            \"plain_text\": \"This English/Spanish jobsite package cover sheet includes warnings about the handling, storing, installing, restraining and diagonal bracing of structural building components. Portions of the ANSI/TPI 1-2007 design responsibilities are on the back.&nbsp;\\r\\n\"\n        },\n        \"created\": \"1429802693\",\n        \"updated\": \"1429802693\"\n    },\n    {\n        \"nid\": \"8\",\n        \"title\": \"Information for Framers Flyer\",\n        \"body\": {\n            \"html\": \"<p>An informational sheet (in English/Spanish) for framers that was created to help component manufacturers effectively communicate the JOBSITE PACKAGE's value. It encourages framers to review the package's contents and follow its recommendations.&nbsp;</p>\\r\\n\",\n            \"plain_text\": \"An informational sheet (in English/Spanish) for framers that was created to help component manufacturers effectively communicate the JOBSITE PACKAGE's value. It encourages framers to review the package's contents and follow its recommendations.&nbsp;\\r\\n\"\n        },\n        \"created\": \"1429802826\",\n        \"updated\": \"1429802826\"\n    },\n    {\n        \"nid\": \"9\",\n        \"title\": \"SRR - Checklist for Handling & Installing Trusses\",\n        \"body\": {\n            \"html\": \"<p>This document provides customers with a simple checklist to use when handling and installing trusses.&nbsp;This document is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=95\\\">SBCA Research Report</a>&nbsp;series.</p>\\r\\n\",\n            \"plain_text\": \"This document provides customers with a simple checklist to use when handling and installing trusses.&nbsp;This document is part of the&nbsp;SBCA Research Report&nbsp;series.\\r\\n\"\n        },\n        \"created\": \"1429802962\",\n        \"updated\": \"1429802962\"\n    },\n    {\n        \"nid\": \"10\",\n        \"title\": \"SRR - Long Span Truss Installation\",\n        \"body\": {\n            \"html\": \"<p>This two page document outlines the extra precautions necessary for installing trusses 60 feet or greater in length. It provides several tips for safe and efficient handling and installing of long span trusses. The TTB directs the user to the BCSI booklet for more information and provides a link to other long span resources on the SBCA web site. This document is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=95\\\">SBCA Research Report</a>&nbsp;series.</p>\\r\\n\",\n            \"plain_text\": \"This two page document outlines the extra precautions necessary for installing trusses 60 feet or greater in length. It provides several tips for safe and efficient handling and installing of long span trusses. The TTB directs the user to the BCSI booklet for more information and provides a link to other long span resources on the SBCA web site. This document is part of the&nbsp;SBCA Research Report&nbsp;series.\\r\\n\"\n        },\n        \"created\": \"1429803002\",\n        \"updated\": \"1429803002\"\n    },\n    {\n        \"nid\": \"11\",\n        \"title\": \"SRR - Partition Separation Prevention and Solutions\",\n        \"body\": {\n            \"html\": \"<p>This two-page document addresses the truths of partition separation and how it may be mistaken for what is sometimes called truss arching or truss uplift. The easy-to-read descriptions of partition separation, possible causes of the problem, and diagrams showing helpful drywall techniques is a must for your customers. This document is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=95\\\">SBCA Research Report</a>&nbsp;series.</p>\\r\\n\",\n            \"plain_text\": \"This two-page document addresses the truths of partition separation and how it may be mistaken for what is sometimes called truss arching or truss uplift. The easy-to-read descriptions of partition separation, possible causes of the problem, and diagrams showing helpful drywall techniques is a must for your customers. This document is part of the&nbsp;SBCA Research Report&nbsp;series.\\r\\n\"\n        },\n        \"created\": \"1429803326\",\n        \"updated\": \"1429803326\"\n    },\n    {\n        \"nid\": \"12\",\n        \"title\": \"Wall Panel Jobsite Cover Sheet\",\n        \"body\": {\n            \"html\": \"<p>This cover sheet provides warnings specifically about handling, installing, storing and bracing wall panels. Text is in English and Spanish.</p>\\r\\n\",\n            \"plain_text\": \"This cover sheet provides warnings specifically about handling, installing, storing and bracing wall panels. Text is in English and Spanish.\\r\\n\"\n        },\n        \"created\": \"1429803520\",\n        \"updated\": \"1429803520\"\n    },\n    {\n        \"nid\": \"111\",\n        \"title\": \"SRR - Floor Truss Fact Sheet\",\n        \"body\": {\n            \"html\": \"<p>Spread the news about the advantages of floor trusses! This 4-page document features several color photos and includes some common installation details and a time/material comparison between floor truss and stick frame construction. This document is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=95\\\">SBCA Research Report</a>&nbsp;series.&nbsp;</p>\\r\\n\",\n            \"plain_text\": \"Spread the news about the advantages of floor trusses! This 4-page document features several color photos and includes some common installation details and a time/material comparison between floor truss and stick frame construction. This document is part of the&nbsp;SBCA Research Report&nbsp;series.&nbsp;\\r\\n\"\n        },\n        \"created\": \"1447773583\",\n        \"updated\": \"1447773583\"\n    },\n    {\n        \"nid\": \"112\",\n        \"title\": \"B1 Summary Sheet - Guide for Handling, Installing, Restraining & Bracing of Trusses\",\n        \"body\": {\n            \"html\": \"<p>This guide for builders features proper techniques for unloading, storing, lifting, erecting, installing, restraining and bracing trusses. It includes specific information for protecting trusses from weather and damage at the jobsite, how to lift bundles and individual trusses by crane, restraining/bracing guidelines to prevent trusses from toppling during erection, installation tolerances to keep the trusses in plane and plumb and basic construction loading and materials placement recommendations. Numerous graphics with universal red warning labels accompanied by written instructions provide an easy-to-follow reference.</p>\\r\\n\",\n            \"plain_text\": \"This guide for builders features proper techniques for unloading, storing, lifting, erecting, installing, restraining and bracing trusses. It includes specific information for protecting trusses from weather and damage at the jobsite, how to lift bundles and individual trusses by crane, restraining/bracing guidelines to prevent trusses from toppling during erection, installation tolerances to keep the trusses in plane and plumb and basic construction loading and materials placement recommendations. Numerous graphics with universal red warning labels accompanied by written instructions provide an easy-to-follow reference.\\r\\n\"\n        },\n        \"created\": \"1447788115\",\n        \"updated\": \"1447788115\"\n    },\n    {\n        \"nid\": \"113\",\n        \"title\": \"B10 Summary Sheet - Post Frame Truss Installation & Temporary Restraint/Bracing\",\n        \"body\": {\n            \"html\": \"<p>Metal plate connected wood trusses are commonly used in post-frame construction. The BCSI-B10 Summary Sheet provides guidelines for the proper handling, installing, restraining and bracing of flat bottom chord MPCW trusses spaced more than two feet on-center in engineered post frame building system applications.</p>\\r\\n\",\n            \"plain_text\": \"Metal plate connected wood trusses are commonly used in post-frame construction. The BCSI-B10 Summary Sheet provides guidelines for the proper handling, installing, restraining and bracing of flat bottom chord MPCW trusses spaced more than two feet on-center in engineered post frame building system applications.\\r\\n\"\n        },\n        \"created\": \"1447789115\",\n        \"updated\": \"1447789115\"\n    },\n    {\n        \"nid\": \"114\",\n        \"title\": \"B2 Summary Sheet - Truss Installation & Temporary Restraint/Bracing\",\n        \"body\": {\n            \"html\": \"<p>This eight-page document summarizes section B2 of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=65#CatProdID1462\\\">BCSI book</a>. Temporary restraint/bracing is an important, yet often overlooked, element of safe truss installation. The BCSI-B2 Summary Sheet provides options for safe temporary restraint/bracing installations and strongly emphasizes how all lateral restraint needs to be stabilized with diagonal bracing, while showing how to get the first five trusses erected, restrained and braced efficiently and safely for the benefit of the crew and the project. BCSI-B2 is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=88\\\">BCSI B-Series</a>.</p>\\r\\n\",\n            \"plain_text\": \"This eight-page document summarizes section B2 of the&nbsp;BCSI book. Temporary restraint/bracing is an important, yet often overlooked, element of safe truss installation. The BCSI-B2 Summary Sheet provides options for safe temporary restraint/bracing installations and strongly emphasizes how all lateral restraint needs to be stabilized with diagonal bracing, while showing how to get the first five trusses erected, restrained and braced efficiently and safely for the benefit of the crew and the project. BCSI-B2 is part of the&nbsp;BCSI B-Series.\\r\\n\"\n        },\n        \"created\": \"1447789207\",\n        \"updated\": \"1447789207\"\n    },\n    {\n        \"nid\": \"115\",\n        \"title\": \"B3 Summary Sheet - Permanent Restraint/Bracing of Chords & Web Members\",\n        \"body\": {\n            \"html\": \"<p>\\r\\n\\tPermanent Bracing must provide sufficient support at right angles to the plane of the truss to hold every truss member in the position assumed for it in the design. The BCSI-B3 Summary Sheet reviews the various planes of the truss that typically must be restrained/braced and provides installation guidelines for gable end frame restraint/bracing, individual chord and web member permanent restraint/bracing, web member reinforcement, and permanent restraint/bracing for special conditions.</p>\\r\\n\",\n            \"plain_text\": \"\\r\\n\\tPermanent Bracing must provide sufficient support at right angles to the plane of the truss to hold every truss member in the position assumed for it in the design. The BCSI-B3 Summary Sheet reviews the various planes of the truss that typically must be restrained/braced and provides installation guidelines for gable end frame restraint/bracing, individual chord and web member permanent restraint/bracing, web member reinforcement, and permanent restraint/bracing for special conditions.\\r\\n\"\n        },\n        \"created\": \"1447789282\",\n        \"updated\": \"1447789282\"\n    },\n    {\n        \"nid\": \"116\",\n        \"title\": \"SRR - How to Read a Truss Placement Diagram\",\n        \"body\": {\n            \"html\": \"<p>Formerly TTBPlan-D - How to Read a Truss Placement Plan. This two-page document discusses the information contained on Truss Placement Diagrams. It explicitly answers the following questions: What are Placement Diagrams, Are Placement Diagrams Engineering Documents, Should a Placement Diagram be sealed with an Engineer's seal, &amp; Why does the Truss Industry supply Placement Diagrams? A great educational tool that textually and visually addresses this important topic. This document is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=95\\\">SBCA Research Report</a>&nbsp;series. See also the TTB How to Read A Truss Design Drawing&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=65#CatProdID448\\\">TTBDrawing-D</a>.</p>\\r\\n\",\n            \"plain_text\": \"Formerly TTBPlan-D - How to Read a Truss Placement Plan. This two-page document discusses the information contained on Truss Placement Diagrams. It explicitly answers the following questions: What are Placement Diagrams, Are Placement Diagrams Engineering Documents, Should a Placement Diagram be sealed with an Engineer's seal, &amp; Why does the Truss Industry supply Placement Diagrams? A great educational tool that textually and visually addresses this important topic. This document is part of the&nbsp;SBCA Research Report&nbsp;series. See also the TTB How to Read A Truss Design Drawing&nbsp;TTBDrawing-D.\\r\\n\"\n        },\n        \"created\": \"1447789502\",\n        \"updated\": \"1447789502\"\n    },\n    {\n        \"nid\": \"117\",\n        \"title\": \"SRR - How to Read a Truss Design Drawing\",\n        \"body\": {\n            \"html\": \"<p>This four-page document presents a generic truss design drawing with color-coded explanations for every item of information contained therein. Truss design drawings have long been a source of confusion for contractors, design professionals and building inspectors alike. Use this valuable tool to educate your market and increase understanding of the important information presented on truss design drawings. The final page lists tips for crews to follow in order to avoid installation errors. This document is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=95\\\">SBCA Research Report</a>&nbsp;series. See also the TTB on How to Read a Truss Placement Diagram&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=65#CatProdID14\\\">TTBPlace-D</a>.</p>\\r\\n\",\n            \"plain_text\": \"This four-page document presents a generic truss design drawing with color-coded explanations for every item of information contained therein. Truss design drawings have long been a source of confusion for contractors, design professionals and building inspectors alike. Use this valuable tool to educate your market and increase understanding of the important information presented on truss design drawings. The final page lists tips for crews to follow in order to avoid installation errors. This document is part of the&nbsp;SBCA Research Report&nbsp;series. See also the TTB on How to Read a Truss Placement Diagram&nbsp;TTBPlace-D.\\r\\n\"\n        },\n        \"created\": \"1447789566\",\n        \"updated\": \"1447789566\"\n    },\n    {\n        \"nid\": \"118\",\n        \"title\": \"SRR - Building with Wall Panels\",\n        \"body\": {\n            \"html\": \"<p>This four-page document contains essential information for wall panel customers. There is a comparison of time and material savings provided by wall panels over stick framing from the Framing the American Dream project. A checklist is also included that reviews important information typically required to ensure that wall panels are manufactured to the correct specifications. Finally, a recommended procedure for wall panel installation with step-by-step instructions and graphics is provided to help customers with the installation process.&nbsp;This document is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=95\\\">SBCA Research Report</a>&nbsp;series.</p>\\r\\n\",\n            \"plain_text\": \"This four-page document contains essential information for wall panel customers. There is a comparison of time and material savings provided by wall panels over stick framing from the Framing the American Dream project. A checklist is also included that reviews important information typically required to ensure that wall panels are manufactured to the correct specifications. Finally, a recommended procedure for wall panel installation with step-by-step instructions and graphics is provided to help customers with the installation process.&nbsp;This document is part of the&nbsp;SBCA Research Report&nbsp;series.\\r\\n\"\n        },\n        \"created\": \"1447789710\",\n        \"updated\": \"1447789710\"\n    },\n    {\n        \"nid\": \"119\",\n        \"title\": \"SRR - Wall Panel and Hoisting Strap Inspection and Use Requirements\",\n        \"body\": {\n            \"html\": \"<p>This two page document provides important safety information to builders who are using mechanical means (such as cranes or lifts) to handle and hoist wood wall panels to which synthetic hoisting straps have been attached by the wall panel manufacturer. The document provides important inspection and hoisting guidelines for lifting with these straps and is intended as a supplement to the information found in the SBCA document&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/WallPanel11x17-P\\\">WallPanel11x17-P</a>, Guide for Handling, Installing &amp; Temporary Bracing of Wall Panels. Text is in English and Spanish.</p>\\r\\n\",\n            \"plain_text\": \"This two page document provides important safety information to builders who are using mechanical means (such as cranes or lifts) to handle and hoist wood wall panels to which synthetic hoisting straps have been attached by the wall panel manufacturer. The document provides important inspection and hoisting guidelines for lifting with these straps and is intended as a supplement to the information found in the SBCA document&nbsp;WallPanel11x17-P, Guide for Handling, Installing &amp; Temporary Bracing of Wall Panels. Text is in English and Spanish.\\r\\n\"\n        },\n        \"created\": \"1447790129\",\n        \"updated\": \"1447790129\"\n    },\n    {\n        \"nid\": \"120\",\n        \"title\": \"SRR - Crane Use & Proper Truss Handling\",\n        \"body\": {\n            \"html\": \"<p>Learn the requirements of proper crane use and truss handling. Covering responsibilities and key considerations, this document discusses topics including crane size, hoisting, crane set up and inspection. This document is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=95\\\">SBCA Research Report</a>&nbsp;series.</p>\\r\\n\",\n            \"plain_text\": \"Learn the requirements of proper crane use and truss handling. Covering responsibilities and key considerations, this document discusses topics including crane size, hoisting, crane set up and inspection. This document is part of the&nbsp;SBCA Research Report&nbsp;series.\\r\\n\"\n        },\n        \"created\": \"1447790382\",\n        \"updated\": \"1447790382\"\n    },\n    {\n        \"nid\": \"121\",\n        \"title\": \"Framing the American Dream\",\n        \"body\": {\n            \"html\": \"<p>Two identical 2,600 sq. ft. homes were built at the 1996 NAHB Builder's Show - one conventionally framed, the other built with engineered components. This four-page, full color document details what we learned about craftsmanship in component manufacturing. The layout is designed to provide space for customizing with your company's logo, giving you maximum exposure when you educate your market about the benefits of building with roof and floor trusses and wall panels.</p>\\r\\n\",\n            \"plain_text\": \"Two identical 2,600 sq. ft. homes were built at the 1996 NAHB Builder's Show - one conventionally framed, the other built with engineered components. This four-page, full color document details what we learned about craftsmanship in component manufacturing. The layout is designed to provide space for customizing with your company's logo, giving you maximum exposure when you educate your market about the benefits of building with roof and floor trusses and wall panels.\\r\\n\"\n        },\n        \"created\": \"1447790498\",\n        \"updated\": \"1447790498\"\n    },\n    {\n        \"nid\": \"2244\",\n        \"title\": \"B7 Summary - Guide for Handling, Installing & Bracing of 3x2 & 4x2 Parallel Chord Trusses\",\n        \"body\": {\n            \"html\": \"<p>This document provides a summary of the temporary and permanent restraint/bracing guidelines included in section B7 of the BCSI book for 3x2 and 4x2 parallel chord trusses, as well as information on handling and installing these products. Also included is information concerning construction loads, what to do if trusses are damaged or modified, and the special condition of attaching a residential deck to the trusses.</p>\\r\\n\",\n            \"plain_text\": \"This document provides a summary of the temporary and permanent restraint/bracing guidelines included in section B7 of the BCSI book for 3x2 and 4x2 parallel chord trusses, as well as information on handling and installing these products. Also included is information concerning construction loads, what to do if trusses are damaged or modified, and the special condition of attaching a residential deck to the trusses.\\r\\n\"\n        },\n        \"created\": \"1464019205\",\n        \"updated\": \"1464019205\"\n    },\n    {\n        \"nid\": \"2847\",\n        \"title\": \"Handling, Installing & Temporary Bracing of Wall Panels\",\n        \"body\": {\n            \"html\": \"<p>This guide for builders features proper techniques for unloading, storing, lifting, erecting, installing, restraining and bracing wall panels. It includes specific information for protecting wall panels&nbsp;from weather and damage at the jobsite, how to lift bundles and individual wall panels&nbsp;by crane, restraining/bracing guidelines to prevent wall panels&nbsp;from toppling during erection, installation tolerances to keep the wall panels in plane and plumb and basic construction loading and materials placement recommendations. Numerous graphics with universal red warning labels accompanied by written instructions provide an easy-to-follow reference.</p>\\r\\n\",\n            \"plain_text\": \"This guide for builders features proper techniques for unloading, storing, lifting, erecting, installing, restraining and bracing wall panels. It includes specific information for protecting wall panels&nbsp;from weather and damage at the jobsite, how to lift bundles and individual wall panels&nbsp;by crane, restraining/bracing guidelines to prevent wall panels&nbsp;from toppling during erection, installation tolerances to keep the wall panels in plane and plumb and basic construction loading and materials placement recommendations. Numerous graphics with universal red warning labels accompanied by written instructions provide an easy-to-follow reference.\\r\\n\"\n        },\n        \"created\": \"1473179048\",\n        \"updated\": \"1473179048\"\n    },\n    {\n        \"nid\": \"86934\",\n        \"title\": \"SRR - Standard Responsibilities in the Design and Application of Metal Plate Connected Wood Trusses\",\n        \"body\": {\n            \"html\": \"<p>This document contains the latest language from Chapter 2 of ANSI/TPI 1-2014 National Design Standard for Metal Plate Connected Wood Truss Construction. ANSI/TPI 1 is the industry’s consensus standard and is referenced by the IBC and IRC. This design responsibilities document is intended as a comprehensive and thorough approach to the clarification of design responsibilities when metal plate connected wood trusses are incorporated into a building or structure.</p>\\r\\n\",\n            \"plain_text\": \"This document contains the latest language from Chapter 2 of ANSI/TPI 1-2014 National Design Standard for Metal Plate Connected Wood Truss Construction. ANSI/TPI 1 is the industry’s consensus standard and is referenced by the IBC and IRC. This design responsibilities document is intended as a comprehensive and thorough approach to the clarification of design responsibilities when metal plate connected wood trusses are incorporated into a building or structure.\\r\\n\"\n        },\n        \"created\": \"1538749037\",\n        \"updated\": \"1538749037\"\n    },\n    {\n        \"nid\": \"176247\",\n        \"title\": \"B9 Summary - Multi-Ply Girders\",\n        \"body\": {\n            \"html\": \"<p>Multiple ply girder trusses consist of two or more individual trusses that must be attached to act as a single member. This document discusses various attachment methods and types of fasteners.</p>\\r\\n\\r\\n<p>This document summarizes section B9 of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=65#CatProdID1462\\\">BCSI book</a>, and is full-color with English and Spanish text. The BCSI-B9 Summary Sheet is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=88\\\">BCSI B-Series</a>.</p>\\r\\n\",\n            \"plain_text\": \"Multiple ply girder trusses consist of two or more individual trusses that must be attached to act as a single member. This document discusses various attachment methods and types of fasteners.\\r\\n\\r\\nThis document summarizes section B9 of the&nbsp;BCSI book, and is full-color with English and Spanish text. The BCSI-B9 Summary Sheet is part of the&nbsp;BCSI B-Series.\\r\\n\"\n        },\n        \"created\": \"1573145139\",\n        \"updated\": \"1573145139\"\n    },\n    {\n        \"nid\": \"176251\",\n        \"title\": \"B8 Summary - Using Toe-Nailed Connections to Attach Trusses at Bearing Locations\",\n        \"body\": {\n            \"html\": \"<p>Toe-nailed connections are often used to attach metal plate connected wood trusses to bearing walls, beams and girder trusses, for the purpose of resisting uplift and lateral forces applied to the truss. This four-page document provides uplift and lateral resistance capacities for toe-nailed connections consisting of two, three, four or five nails for various types of nails and species of wood. General connection options are also provided when toe-nailing is not enough. This document summarizes section B8 of the BCSI book, and is full-color with English and Spanish text. The BCSI-B8 Summary Sheet is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=88\\\">BCSI B-Series</a>.</p>\\r\\n\",\n            \"plain_text\": \"Toe-nailed connections are often used to attach metal plate connected wood trusses to bearing walls, beams and girder trusses, for the purpose of resisting uplift and lateral forces applied to the truss. This four-page document provides uplift and lateral resistance capacities for toe-nailed connections consisting of two, three, four or five nails for various types of nails and species of wood. General connection options are also provided when toe-nailing is not enough. This document summarizes section B8 of the BCSI book, and is full-color with English and Spanish text. The BCSI-B8 Summary Sheet is part of the&nbsp;BCSI B-Series.\\r\\n\"\n        },\n        \"created\": \"1573145502\",\n        \"updated\": \"1573145502\"\n    },\n    {\n        \"nid\": \"176260\",\n        \"title\": \"SRR - Gable End Frame Permanent Bracing\",\n        \"body\": {\n            \"html\": \"<p>Manufactured Gable End Frames used in the end walls of buildings with gable style roofs often require special bracing, especially in high-wind areas. This document discusses the importance of permanent bracing and/or reinforcement for the Gable End Frame and reviews some basic design considerations for this bracing.</p>\\r\\n\",\n            \"plain_text\": \"Manufactured Gable End Frames used in the end walls of buildings with gable style roofs often require special bracing, especially in high-wind areas. This document discusses the importance of permanent bracing and/or reinforcement for the Gable End Frame and reviews some basic design considerations for this bracing.\\r\\n\"\n        },\n        \"created\": \"1573146440\",\n        \"updated\": \"1573146440\"\n    },\n    {\n        \"nid\": \"221723\",\n        \"title\": \"SRR - Mold on Wood Structural Building Components\",\n        \"body\": {\n            \"html\": \"<p>Concern about mold contamination has gained extensive media coverage and awareness has mounted among builders, homeowners and insurance companies. This four-page document addresses the topic presenting facts, recommended reading and a reference list on the subject. This document is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=95\\\">SBCA Research Report&nbsp;series</a>.&nbsp;</p>\\r\\n\",\n            \"plain_text\": \"Concern about mold contamination has gained extensive media coverage and awareness has mounted among builders, homeowners and insurance companies. This four-page document addresses the topic presenting facts, recommended reading and a reference list on the subject. This document is part of the&nbsp;SBCA Research Report&nbsp;series.&nbsp;\\r\\n\"\n        },\n        \"created\": \"1591391459\",\n        \"updated\": \"1591391459\"\n    },\n    {\n        \"nid\": \"233916\",\n        \"title\": \"SRR - Drywall Cracking & Crowning Issues\",\n        \"body\": {\n            \"html\": \"<p>Drywall cracking and crowning (i.e., ridging) occurs mainly in dry regions of the country that occasionally experience periods of high humidity. This document explains the mechanism by which DCC occurs, how seasonal lumber movement is not the culprit, and how correct gypsum board installation practices avoid the problem. This document is part of the&nbsp;<a href=\\\"http://support.sbcindustry.com/pubs/catalog.php?Fieldname=CategoryID&amp;ID=95\\\">SBCA Research Report</a>&nbsp;series.</p>\\r\\n\",\n            \"plain_text\": \"Drywall cracking and crowning (i.e., ridging) occurs mainly in dry regions of the country that occasionally experience periods of high humidity. This document explains the mechanism by which DCC occurs, how seasonal lumber movement is not the culprit, and how correct gypsum board installation practices avoid the problem. This document is part of the&nbsp;SBCA Research Report&nbsp;series.\\r\\n\"\n        },\n        \"created\": \"1595520130\",\n        \"updated\": \"1595520130\"\n    },\n    {\n        \"nid\": \"234740\",\n        \"title\": \"CFS - Cover Sheet\",\n        \"body\": {\n            \"html\": \"<p>The CFS Cover Sheet Document includes English/Spanish warnings on the front and, on the back, paraphrased portions from AISI S214-07/S2-08, Supplement 2 to The North American Standard for Cold-Formed Steel Framing – Truss Design.</p>\\r\\n\",\n            \"plain_text\": \"The CFS Cover Sheet Document includes English/Spanish warnings on the front and, on the back, paraphrased portions from AISI S214-07/S2-08, Supplement 2 to The North American Standard for Cold-Formed Steel Framing – Truss Design.\\r\\n\"\n        },\n        \"created\": \"1595874183\",\n        \"updated\": \"1595874183\"\n    },\n    {\n        \"nid\": \"234749\",\n        \"title\": \"Checklist for Handling and Installing Cold-Formed Steel Trusses\",\n        \"body\": {\n            \"html\": \"<p>Checklist for Handling and Installing Cold-Formed Steel Trusses</p>\\r\\n\",\n            \"plain_text\": \"Checklist for Handling and Installing Cold-Formed Steel Trusses\\r\\n\"\n        },\n        \"created\": \"1595875125\",\n        \"updated\": \"1595875125\"\n    },\n    {\n        \"nid\": \"234753\",\n        \"title\": \"CFSB1 - Handling, Installing, Restraining & Bracing of Trusses\",\n        \"body\": {\n            \"html\": \"<p>Guide for Handling, Installing, Restraining &amp; Bracing of Steel Trusses.</p>\\r\\n\",\n            \"plain_text\": \"Guide for Handling, Installing, Restraining &amp; Bracing of Steel Trusses.\\r\\n\"\n        },\n        \"created\": \"1595875804\",\n        \"updated\": \"1595875804\"\n    },\n    {\n        \"nid\": \"234755\",\n        \"title\": \"CFSB2 - Setting Trusses & Installation Restraint/Bracing\",\n        \"body\": {\n            \"html\": \"<p>Steel Truss Installation &amp; Temporary Restraint/Bracing.</p>\\r\\n\",\n            \"plain_text\": \"Steel Truss Installation &amp; Temporary Restraint/Bracing.\\r\\n\"\n        },\n        \"created\": \"1595875941\",\n        \"updated\": \"1595875941\"\n    },\n    {\n        \"nid\": \"234756\",\n        \"title\": \"CFSB3 - Permanent Restraint/Bracing of Chords and Web Members\",\n        \"body\": {\n            \"html\": \"<p>Permanent Restraint/Bracing of Chords &amp; Web Members</p>\\r\\n\",\n            \"plain_text\": \"Permanent Restraint/Bracing of Chords &amp; Web Members\\r\\n\"\n        },\n        \"created\": \"1595876076\",\n        \"updated\": \"1595876076\"\n    },\n    {\n        \"nid\": \"234759\",\n        \"title\": \"CFSB4 - Construction Loading\",\n        \"body\": {\n            \"html\": \"<p>Construction Loading</p>\\r\\n\",\n            \"plain_text\": \"Construction Loading\\r\\n\"\n        },\n        \"created\": \"1595876207\",\n        \"updated\": \"1595876207\"\n    },\n    {\n        \"nid\": \"234761\",\n        \"title\": \"CFSB11 - Fall Protection & Trusses\",\n        \"body\": {\n            \"html\": \"<p>Fall Protection &amp; Trusses</p>\\r\\n\",\n            \"plain_text\": \"Fall Protection &amp; Trusses\\r\\n\"\n        },\n        \"created\": \"1595876310\",\n        \"updated\": \"1595876310\"\n    }\n]"},{"id":"2e882ae2-8db2-4870-ad27-23ead4d91c0c","name":"401: Invalid Token","originalRequest":{"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"url":{"raw":"{{host}}/api/v2/document?_format=json","host":["{{host}}"],"path":["api","v2","document"],"query":[{"key":"_format","value":"json"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No authentication credentials provided.\"\n}"}],"_postman_id":"564db271-a57b-40b6-9b4c-1ba9191dd3f5"},{"name":"Get Document Collections","id":"d758e76d-a8f0-4dd3-9eaa-c7fc1cfb3229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"url":"{{host}}/api/v2/collection?_format=json","description":"<p>Get a list of all document collections.</p>\n","urlObject":{"path":["api","v2","collection"],"host":["{{host}}"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"03b41ea2-dce9-482f-80d6-c6a19a9283b2","name":"Successful","originalRequest":{"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"url":{"raw":"{{host}}/api/v2/collection?_format=json","host":["{{host}}"],"path":["api","v2","collection"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"nid\": \"11879\",\n        \"title\": \"Long Span Jobsite Package\",\n        \"body\": \"The Long Span Jobsite Package is a critical tool in helping component manufacturers to effectively fulfill their duty to educate and warn customers who will be installing long span trusses (which are 60 feet or more in length). Installing such trusses can be dangerous, and those involved need to be aware of the extra care required.\\r\\n\",\n        \"created\": \"2017-07-07 06:47:15 am\",\n        \"updated\": \"2017-07-22 01:03:37 am\",\n        \"type\": \"document_collections\",\n        \"alias\": \"/content/long-span-jobsite-package\",\n        \"documents\": [\n            {\n                \"id\": \"8\",\n                \"label\": \"Information for Framers Flyer\",\n                \"pdf\": {\n                    \"id\": \"535\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/information-framers-flyer_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"7\",\n                \"label\": \"Jobsite Cover Sheet \",\n                \"pdf\": {\n                    \"id\": \"533\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/jobsite-cover-sheet_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"10\",\n                \"label\": \"SRR - Long Span Truss Installation\",\n                \"pdf\": {\n                    \"id\": \"539\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/srr-long-span-truss-installation_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"9\",\n                \"label\": \"SRR - Checklist for Handling & Installing Trusses\",\n                \"pdf\": {\n                    \"id\": \"537\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/srr-checklist-handling-installing-trusses_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"112\",\n                \"label\": \"B1 Summary Sheet - Guide for Handling, Installing, Restraining & Bracing of Trusses\",\n                \"pdf\": {\n                    \"id\": \"547\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b1-summary-sheet-guide-handling-installing-restraining-bracing-trusses_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"114\",\n                \"label\": \"B2 Summary Sheet - Truss Installation & Temporary Restraint/Bracing\",\n                \"pdf\": {\n                    \"id\": \"551\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/bracing_15.pdf\"\n                }\n            },\n            {\n                \"id\": \"115\",\n                \"label\": \"B3 Summary Sheet - Permanent Restraint/Bracing of Chords & Web Members\",\n                \"pdf\": {\n                    \"id\": \"553\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/bracing-chords-web-members_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"4\",\n                \"label\": \"B4 Summary - Construction Loading\",\n                \"pdf\": {\n                    \"id\": \"181\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b4-summary-construction-loading_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"113\",\n                \"label\": \"B10 Summary Sheet - Post Frame Truss Installation & Temporary Restraint/Bracing\",\n                \"pdf\": {\n                    \"id\": \"549\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/bracing_14.pdf\"\n                }\n            },\n            {\n                \"id\": \"6\",\n                \"label\": \"B11 Summary - Fall Protection & Trusses\",\n                \"pdf\": {\n                    \"id\": \"531\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b11-summary-fall-protection-trusses_4.pdf\"\n                }\n            }\n        ]\n    },\n    {\n        \"nid\": \"12152\",\n        \"title\": \"Jobsite Package\",\n        \"body\": \"Allows component manufacturers to provide their customers with important installation and safety information with every jobsite delivery.\\r\\n\",\n        \"created\": \"2017-07-11 11:48:22 pm\",\n        \"updated\": \"2017-07-22 01:10:14 am\",\n        \"type\": \"document_collections\",\n        \"alias\": \"-0\",\n        \"documents\": [\n            {\n                \"id\": \"8\",\n                \"label\": \"Information for Framers Flyer\",\n                \"pdf\": {\n                    \"id\": \"535\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/information-framers-flyer_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"7\",\n                \"label\": \"Jobsite Cover Sheet \",\n                \"pdf\": {\n                    \"id\": \"533\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/jobsite-cover-sheet_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"112\",\n                \"label\": \"B1 Summary Sheet - Guide for Handling, Installing, Restraining & Bracing of Trusses\",\n                \"pdf\": {\n                    \"id\": \"547\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b1-summary-sheet-guide-handling-installing-restraining-bracing-trusses_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"114\",\n                \"label\": \"B2 Summary Sheet - Truss Installation & Temporary Restraint/Bracing\",\n                \"pdf\": {\n                    \"id\": \"551\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/bracing_15.pdf\"\n                }\n            },\n            {\n                \"id\": \"115\",\n                \"label\": \"B3 Summary Sheet - Permanent Restraint/Bracing of Chords & Web Members\",\n                \"pdf\": {\n                    \"id\": \"553\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/bracing-chords-web-members_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"4\",\n                \"label\": \"B4 Summary - Construction Loading\",\n                \"pdf\": {\n                    \"id\": \"181\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b4-summary-construction-loading_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"9\",\n                \"label\": \"SRR - Checklist for Handling & Installing Trusses\",\n                \"pdf\": {\n                    \"id\": \"537\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/srr-checklist-handling-installing-trusses_4.pdf\"\n                }\n            }\n        ]\n    },\n    {\n        \"nid\": \"12158\",\n        \"title\": \"Wall Panel Jobsite Package\",\n        \"body\": \"Allows component manufacturers to provide their customers with important installation and safety information with every jobsite delivery.\\r\\n\",\n        \"created\": \"2017-07-12 12:02:21 am\",\n        \"updated\": \"2022-09-23 02:36:13 pm\",\n        \"type\": \"document_collections\",\n        \"alias\": \"/content/wall-panel-jobsite-package\",\n        \"documents\": [\n            {\n                \"id\": \"12\",\n                \"label\": \"Wall Panel Jobsite Cover Sheet\",\n                \"pdf\": {\n                    \"id\": \"543\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/wall-panel-jobsite-cover-sheet_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"2847\",\n                \"label\": \"Handling, Installing & Temporary Bracing of Wall Panels\",\n                \"pdf\": {\n                    \"id\": \"570\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/handling-installing-temporary-bracing-wall-panels_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"119\",\n                \"label\": \"SRR - Wall Panel and Hoisting Strap Inspection and Use Requirements\",\n                \"pdf\": {\n                    \"id\": \"561\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/srr-wall-panel-and-hoisting-strap-inspection-and-use-requirements_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"118\",\n                \"label\": \"SRR - Building with Wall Panels\",\n                \"pdf\": {\n                    \"id\": \"559\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/srr-building-wall-panels_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"6\",\n                \"label\": \"B11 Summary - Fall Protection & Trusses\",\n                \"pdf\": {\n                    \"id\": \"531\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b11-summary-fall-protection-trusses_4.pdf\"\n                }\n            }\n        ]\n    },\n    {\n        \"nid\": \"12160\",\n        \"title\": \"Floor Truss Jobsite Package\",\n        \"body\": \"Allows component manufacturers to provide their customers with important installation and safety information with every jobsite delivery.\\r\\n\",\n        \"created\": \"2017-07-12 12:04:43 am\",\n        \"updated\": \"2017-07-22 01:04:17 am\",\n        \"type\": \"document_collections\",\n        \"alias\": \"/content/floor-truss-jobsite-package\",\n        \"documents\": [\n            {\n                \"id\": \"7\",\n                \"label\": \"Jobsite Cover Sheet \",\n                \"pdf\": {\n                    \"id\": \"533\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/jobsite-cover-sheet_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"9\",\n                \"label\": \"SRR - Checklist for Handling & Installing Trusses\",\n                \"pdf\": {\n                    \"id\": \"537\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/srr-checklist-handling-installing-trusses_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"2244\",\n                \"label\": \"B7 Summary - Guide for Handling, Installing & Bracing of 3x2 & 4x2 Parallel Chord Trusses\",\n                \"pdf\": {\n                    \"id\": \"568\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b7-summary-guide-handling-installing-bracing-3x2-4x2-parallel-chord-trusses_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"6\",\n                \"label\": \"B11 Summary - Fall Protection & Trusses\",\n                \"pdf\": {\n                    \"id\": \"531\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b11-summary-fall-protection-trusses_4.pdf\"\n                }\n            }\n        ]\n    },\n    {\n        \"nid\": \"155483\",\n        \"title\": \"Submittal Package - B1 & B3\",\n        \"body\": \"Select this package for sending only B1 and B3 to your local building code officials when you submit your paperwork.\\r\\n\",\n        \"created\": \"2019-08-15 02:28:23 am\",\n        \"updated\": \"2022-09-26 06:56:07 pm\",\n        \"type\": \"document_collections\",\n        \"alias\": \"/content/submittal-package-b1-b3\",\n        \"documents\": [\n            {\n                \"id\": \"112\",\n                \"label\": \"B1 Summary Sheet - Guide for Handling, Installing, Restraining & Bracing of Trusses\",\n                \"pdf\": {\n                    \"id\": \"547\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b1-summary-sheet-guide-handling-installing-restraining-bracing-trusses_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"115\",\n                \"label\": \"B3 Summary Sheet - Permanent Restraint/Bracing of Chords & Web Members\",\n                \"pdf\": {\n                    \"id\": \"553\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/bracing-chords-web-members_4.pdf\"\n                }\n            }\n        ]\n    },\n    {\n        \"nid\": \"196072\",\n        \"title\": \"Submittal Package - B1\",\n        \"body\": \"Select this package for sending only B1 to your local building code officials when you submit your paperwork.\\r\\n\",\n        \"created\": \"2020-02-14 08:12:00 pm\",\n        \"updated\": \"2022-09-26 06:55:56 pm\",\n        \"type\": \"document_collections\",\n        \"alias\": \"/content/submittal-package-b1\",\n        \"documents\": [\n            {\n                \"id\": \"112\",\n                \"label\": \"B1 Summary Sheet - Guide for Handling, Installing, Restraining & Bracing of Trusses\",\n                \"pdf\": {\n                    \"id\": \"547\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b1-summary-sheet-guide-handling-installing-restraining-bracing-trusses_4.pdf\"\n                }\n            }\n        ]\n    },\n    {\n        \"nid\": \"234765\",\n        \"title\": \"Steel Jobsite Package\",\n        \"body\": \"The seven key documents in the cold-formed steel Jobsite Package allows component manufacturers to provide their customers with important installation and safety information with every jobsite delivery.\\r\\n\",\n        \"created\": \"2020-07-28 12:41:05 am\",\n        \"updated\": \"2022-09-23 02:37:08 pm\",\n        \"type\": \"document_collections\",\n        \"alias\": \"/content/steel-jobsite-package\",\n        \"documents\": [\n            {\n                \"id\": \"234740\",\n                \"label\": \"CFS - Cover Sheet\",\n                \"pdf\": {\n                    \"id\": \"584\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/cfs-cover-sheet_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"234749\",\n                \"label\": \"Checklist for Handling and Installing Cold-Formed Steel Trusses\",\n                \"pdf\": {\n                    \"id\": \"586\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/checklist-handling-and-installing-cold-formed-steel-trusses_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"234753\",\n                \"label\": \"CFSB1 - Handling, Installing, Restraining & Bracing of Trusses\",\n                \"pdf\": {\n                    \"id\": \"588\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/cfsb1-handling-installing-restraining-bracing-trusses_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"234755\",\n                \"label\": \"CFSB2 - Setting Trusses & Installation Restraint/Bracing\",\n                \"pdf\": {\n                    \"id\": \"590\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/bracing_16.pdf\"\n                }\n            },\n            {\n                \"id\": \"234756\",\n                \"label\": \"CFSB3 - Permanent Restraint/Bracing of Chords and Web Members\",\n                \"pdf\": {\n                    \"id\": \"592\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/bracing-chords-and-web-members_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"234759\",\n                \"label\": \"CFSB4 - Construction Loading\",\n                \"pdf\": {\n                    \"id\": \"594\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/cfsb4-construction-loading_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"234761\",\n                \"label\": \"CFSB11 - Fall Protection & Trusses\",\n                \"pdf\": {\n                    \"id\": \"596\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/cfsb11-fall-protection-trusses_4.pdf\"\n                }\n            }\n        ]\n    },\n    {\n        \"nid\": \"305323\",\n        \"title\": \"Jobsite Package (plus B7 & B11)\",\n        \"body\": \"Allows component manufacturers to provide their customers with important installation and safety information with every jobsite delivery.&nbsp;\\r\\n\",\n        \"created\": \"2021-07-21 12:20:25 am\",\n        \"updated\": \"2022-09-23 02:36:24 pm\",\n        \"type\": \"document_collections\",\n        \"alias\": \"/content/jobsite-package\",\n        \"documents\": [\n            {\n                \"id\": \"8\",\n                \"label\": \"Information for Framers Flyer\",\n                \"pdf\": {\n                    \"id\": \"535\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/information-framers-flyer_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"7\",\n                \"label\": \"Jobsite Cover Sheet \",\n                \"pdf\": {\n                    \"id\": \"533\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/jobsite-cover-sheet_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"112\",\n                \"label\": \"B1 Summary Sheet - Guide for Handling, Installing, Restraining & Bracing of Trusses\",\n                \"pdf\": {\n                    \"id\": \"547\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b1-summary-sheet-guide-handling-installing-restraining-bracing-trusses_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"114\",\n                \"label\": \"B2 Summary Sheet - Truss Installation & Temporary Restraint/Bracing\",\n                \"pdf\": {\n                    \"id\": \"551\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/bracing_15.pdf\"\n                }\n            },\n            {\n                \"id\": \"115\",\n                \"label\": \"B3 Summary Sheet - Permanent Restraint/Bracing of Chords & Web Members\",\n                \"pdf\": {\n                    \"id\": \"553\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/bracing-chords-web-members_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"4\",\n                \"label\": \"B4 Summary - Construction Loading\",\n                \"pdf\": {\n                    \"id\": \"181\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b4-summary-construction-loading_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"9\",\n                \"label\": \"SRR - Checklist for Handling & Installing Trusses\",\n                \"pdf\": {\n                    \"id\": \"537\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/srr-checklist-handling-installing-trusses_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"2244\",\n                \"label\": \"B7 Summary - Guide for Handling, Installing & Bracing of 3x2 & 4x2 Parallel Chord Trusses\",\n                \"pdf\": {\n                    \"id\": \"568\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b7-summary-guide-handling-installing-bracing-3x2-4x2-parallel-chord-trusses_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"6\",\n                \"label\": \"B11 Summary - Fall Protection & Trusses\",\n                \"pdf\": {\n                    \"id\": \"531\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b11-summary-fall-protection-trusses_4.pdf\"\n                }\n            }\n        ]\n    }\n]"},{"id":"fbf59dda-7024-4a2d-afe6-d459e40dd714","name":"401: Invalid Token","originalRequest":{"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"url":{"raw":"{{host}}/api/v2/collection?_format=json","host":["{{host}}"],"path":["api","v2","collection"],"query":[{"key":"_format","value":"json"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No authentication credentials provided.\"\n}"}],"_postman_id":"d758e76d-a8f0-4dd3-9eaa-c7fc1cfb3229"}],"id":"d1c184bd-4c54-498a-9e41-d3507bcc3e23","_postman_id":"d1c184bd-4c54-498a-9e41-d3507bcc3e23","description":""},{"name":"My Packages","item":[{"name":"Get My Packages","id":"2f6fbaca-a44d-45f9-8da7-e61b50f8e5d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"url":"{{host}}/api/v2/my-packages/{{uid}}?_format=json","description":"<p>Get a listing of packages that the active user has created.</p>\n","urlObject":{"path":["api","v2","my-packages","{{uid}}"],"host":["{{host}}"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"d30d620b-102f-4bed-8725-175f23987657","name":"Successful","originalRequest":{"method":"GET","header":[{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"url":{"raw":"{{host}}/api/v2/my-packages/{{uid}}?_format=json","host":["{{host}}"],"path":["api","v2","my-packages","{{uid}}"],"query":[{"key":"_format","value":"json"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"nid\": \"420828\",\n        \"title\": \"Sample Package 1118-03\",\n        \"created\": \"2022-12-01 02:20:52 am\",\n        \"updated\": \"2022-12-01 02:20:52 am\",\n        \"type\": \"package\",\n        \"alias\": \"/packages/Trussway/420828\",\n        \"address\": [\n            {\n                \"langcode\": null,\n                \"country_code\": \"US\",\n                \"administrative_area\": null,\n                \"locality\": null,\n                \"dependent_locality\": null,\n                \"postal_code\": null,\n                \"sorting_code\": null,\n                \"address_line1\": null,\n                \"address_line2\": null,\n                \"organization\": null,\n                \"given_name\": null,\n                \"additional_name\": null,\n                \"family_name\": null\n            }\n        ],\n        \"customer_name\": [\n            {\n                \"value\": \"My Customer or Project Name\"\n            }\n        ],\n        \"job_number\": [\n            {\n                \"value\": \"A123456789\",\n                \"format\": null,\n                \"processed\": \"<p>A123456789</p>\\n\"\n            }\n        ],\n        \"locid_package\": [\n            {\n                \"value\": \"1098\",\n                \"format\": null,\n                \"processed\": \"<p>1098</p>\\n\"\n            }\n        ],\n        \"notes\": [\n            {\n                \"value\": \"Notes testing sample\"\n            }\n        ],\n        \"qr_code\": [\n            {\n                \"value\": \"https://app.sbcacomponents.com/node/[node:nid] \",\n                \"format\": \"basic_html\",\n                \"processed\": \"https://app.sbcacomponents.com/node/[node:nid]\"\n            }\n        ],\n        \"qr_code_image\": \"<img alt=\\\"Embedded Image\\\" src=\\\"data:image/png;base64,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\\\" />\",\n        \"pdf_reference\": [\n            {\n                \"id\": \"8\",\n                \"label\": \"Information for Framers Flyer\",\n                \"pdf\": {\n                    \"id\": \"535\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/information-framers-flyer_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"112\",\n                \"label\": \"B1 Summary Sheet - Guide for Handling, Installing, Restraining & Bracing of Trusses\",\n                \"pdf\": {\n                    \"id\": \"547\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b1-summary-sheet-guide-handling-installing-restraining-bracing-trusses_4.pdf\"\n                }\n            },\n            {\n                \"id\": \"4\",\n                \"label\": \"B4 Summary - Construction Loading\",\n                \"pdf\": {\n                    \"id\": \"181\",\n                    \"url\": \"https://docs2.sbcacomponents.com/sites/default/files/b4-summary-construction-loading_4.pdf\"\n                }\n            }\n        ],\n        \"test_package\": [],\n        \"location_reference\": {\n            \"id\": \"298665\",\n            \"label\": \"Trussway Manufacturing, Inc. - Orlando\"\n        },\n        \"subscriber_reference\": {\n            \"id\": \"298664\",\n            \"label\": \"Trussway\",\n            \"logo\": \"https://docs2.sbcacomponents.com/sites/default/files/trussway-logo_3.png\"\n        },\n        \"pdf\": {\n            \"id\": null,\n            \"url\": \"\"\n        },\n        \"created_by\": {\n            \"uid\": [\n                {\n                    \"value\": 643\n                }\n            ],\n            \"uuid\": [\n                {\n                    \"value\": \"36bc1c20-d227-4b42-95ad-76d04993ad59\"\n                }\n            ],\n            \"langcode\": [\n                {\n                    \"value\": \"en\"\n                }\n            ],\n            \"preferred_langcode\": [\n                {\n                    \"value\": \"en\"\n                }\n            ],\n            \"preferred_admin_langcode\": [\n                {\n                    \"value\": \"en\"\n                }\n            ],\n            \"name\": [\n                {\n                    \"value\": \"webmaster\"\n                }\n            ],\n            \"mail\": [\n                {\n                    \"value\": \"mitze@mollyduggan.io\"\n                }\n            ],\n            \"timezone\": [\n                {\n                    \"value\": \"Asia/Kolkata\"\n                }\n            ],\n            \"status\": [\n                {\n                    \"value\": true\n                }\n            ],\n            \"created\": [\n                {\n                    \"value\": \"2022-07-26T02:06:39+00:00\",\n                    \"format\": \"Y-m-d\\\\TH:i:sP\"\n                }\n            ],\n            \"changed\": [\n                {\n                    \"value\": \"2022-11-25T10:27:33+00:00\",\n                    \"format\": \"Y-m-d\\\\TH:i:sP\"\n                }\n            ],\n            \"access\": [\n                {\n                    \"value\": \"2022-11-30T21:25:22+00:00\",\n                    \"format\": \"Y-m-d\\\\TH:i:sP\"\n                }\n            ],\n            \"login\": [\n                {\n                    \"value\": \"2022-11-30T21:25:22+00:00\",\n                    \"format\": \"Y-m-d\\\\TH:i:sP\"\n                }\n            ],\n            \"init\": [\n                {\n                    \"value\": \"mitze@mollyduggan.io\"\n                }\n            ],\n            \"roles\": [\n                {\n                    \"target_id\": \"content_editor\",\n                    \"target_type\": \"user_role\",\n                    \"target_uuid\": \"7ab17b51-5455-4961-a57e-82ca258414d5\"\n                },\n                {\n                    \"target_id\": \"administrator\",\n                    \"target_type\": \"user_role\",\n                    \"target_uuid\": \"87ca0f42-9d3b-4176-b436-56645e3b525a\"\n                }\n            ],\n            \"default_langcode\": [\n                {\n                    \"value\": true\n                }\n            ],\n            \"path\": [\n                {\n                    \"alias\": \"/users/webmastersdfgdhg\",\n                    \"pid\": 65271,\n                    \"langcode\": \"en\"\n                }\n            ],\n            \"field_company\": [\n                {\n                    \"target_id\": 298664,\n                    \"target_type\": \"node\",\n                    \"target_uuid\": \"f7da0d9f-bf30-4654-a0a8-875c12113b16\",\n                    \"url\": \"/subscribers/298664\"\n                }\n            ],\n            \"field_first_name\": [\n                {\n                    \"value\": \"Admin\"\n                }\n            ],\n            \"field_last_name\": [\n                {\n                    \"value\": \"Administrator\"\n                }\n            ],\n            \"field_location\": [\n                {\n                    \"target_id\": 298665,\n                    \"target_type\": \"node\",\n                    \"target_uuid\": \"45277b1a-9ee7-4175-b060-a6b2d0aa7b5a\",\n                    \"url\": \"/location/trussway-manufacturing-inc-orlando\"\n                },\n                {\n                    \"target_id\": 298668,\n                    \"target_type\": \"node\",\n                    \"target_uuid\": \"3c549ba0-3374-4f6f-8b07-b3fedf652040\",\n                    \"url\": \"/location/trussway-manufacturing-inc-fredericksburg\"\n                },\n                {\n                    \"target_id\": 298677,\n                    \"target_type\": \"node\",\n                    \"target_uuid\": \"4f941c14-b27f-4984-b3a6-16d48a6e4d83\",\n                    \"url\": \"/location/trussway-manufacturing-inc-whitsett\"\n                },\n                {\n                    \"target_id\": 298705,\n                    \"target_type\": \"node\",\n                    \"target_uuid\": \"46c13913-1850-4a67-9878-877abcbc90f1\",\n                    \"url\": \"/location/trussway-manufacturing-inc-acworth\"\n                },\n                {\n                    \"target_id\": 298709,\n                    \"target_type\": \"node\",\n                    \"target_uuid\": \"cee43a15-b88c-4d13-85c3-494e3a9c4ec3\",\n                    \"url\": \"/location/trussway-manufacturing-inc-houston\"\n                },\n                {\n                    \"target_id\": 298711,\n                    \"target_type\": \"node\",\n                    \"target_uuid\": \"a2bf0a14-87b2-4d14-a3d6-1445910e23b9\",\n                    \"url\": \"/location/trussway-fountain\"\n                },\n                {\n                    \"target_id\": 298713,\n                    \"target_type\": \"node\",\n                    \"target_uuid\": \"84dbab57-df52-498d-9ae9-504ca0997879\",\n                    \"url\": \"/location/trussway-manufacturing-llc-fort-worth\"\n                }\n            ],\n            \"field_locid\": [\n                {\n                    \"value\": 1316\n                }\n            ],\n            \"field_subscriber_coid\": [\n                {\n                    \"value\": 1363\n                }\n            ],\n            \"user_picture\": []\n        }\n    }\n]"}],"_postman_id":"2f6fbaca-a44d-45f9-8da7-e61b50f8e5d2"}],"id":"a9a3246c-8f44-4172-bb5c-4164ac61eebc","_postman_id":"a9a3246c-8f44-4172-bb5c-4164ac61eebc","description":""}]}