{"info":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","description":"<html><head></head><body><p><img src=\"https://financesonline.com/uploads/2017/11/Adobe-Sign-Logo-1.jpg\" alt=\"Adobe Sign Logo\"></p>\n<h2 id=\"rest-api-v6-for-adobe-sign\">REST API V6 for Adobe Sign</h2>\n<p>The official docs for Adobe Sign REST V6 can be found <a href=\"https://secure.adobesign.com/public/docs/restapi/v6\">Here</a>  </p>\n<p>For some reason the POSTMAN auto-doc does not show the \"Authorization\" header param but this needs to be used for all calls.  The \"token\" can be an <a href=\"https://helpx.adobe.com/sign/kb/how-to-create-access-token-using-postman-adobe-sign.html\">oAuth</a> \"access token\" OR during dev, QA, and testing you can use an <a href=\"https://helpx.adobe.com/sign/kb/how-to-create-an-integration-key.html\">\"integration key\"</a></p>\n<p>This looks like.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer oirfoprmfir*********yourAccess_token_or_integration-key_here*******oiwpqoeimopqwir\n</code></pre><p>In some JSON body examples I will include comments by adding an unused key-value pair. These comments will look like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"//1\":\"this is a comment about something below.\",\n</code></pre><p>If you see any key that starts with \"//...\" you can ignore it in your code as these are just comments I've added to explain what each parameter is.</p>\n<p>Anywhere you see an item with double \"curly braces\" \"{{something}}\", this is a postman variable which will typically contain data that is specific to your own Adobe Sign account or environment.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14752","collectionId":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","publishedId":"TzkyLzWB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-06-30T01:20:43.000Z"},"item":[{"name":"oAuth tokens and BaseUri","item":[{"name":"getBaseUris","event":[{"listen":"test","script":{"exec":["var getBaseResponse = JSON.parse(responseBody);","","pm.environment.set(\"baseUri\", getBaseResponse.apiAccessPoint);","","","","pm.test(\"gotUris\", function () {","    pm.expect(pm.response.text()).to.include(\"apiAccessPoint\");","});"],"type":"text/javascript","id":"f9d36aca-5edd-4cef-b15f-ae48bddade22"}}],"id":"241c07bb-36f7-4dc9-8a45-42767362021a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.adobesign.com/api/rest/v6/baseUris","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","baseUris"],"host":["api","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"b5db892a-0951-4a7f-9552-408a31957494","name":"getBaseUris","originalRequest":{"method":"GET","header":[],"url":"https://api.adobesign.com/api/rest/v6/baseUris"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 06 Jan 2019 17:05:31 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"c97e7f5b-4a43-4c68-be00-a57e54afefc4"},{"key":"X-NewRelic-App-Data","value":"PxQDVlBVDwETV1JSBwYHVVATGhE1AwE2QgNWEVlbQFtcC2VOYwRAFjNTVTIDEU5aUwE9TUVURBI4HlpSFgMQFmxNWgNLXWFAWhYZSXYkZ0tGGgdPVk8IHQBVVVYPCQ9eVx0bAk5EUVUDB1oEXl5WBQQHCFAIUBFOAldbEgM+"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"apiAccessPoint\": \"https://api.na2.adobesign.com/\",\n    \"webAccessPoint\": \"https://secure.na2.adobesign.com/\"\n}"}],"_postman_id":"241c07bb-36f7-4dc9-8a45-42767362021a"},{"name":"Use oAuth \"Code\" to get new set of tokens - 2020app","event":[{"listen":"prerequest","script":{"exec":["","pm.environment.set(\"oAuthCode2020\", \"CBNCKBAAHBCAABAAe2KCpFoA0Yd7e7kpnugzXYLK4Tbha28-\");","","","pm.environment.set(\"clientID2020\", \"CBJCHBCAABAAU75qMY5JefUp1oWafr2MBAg4o1iI_syB\");","pm.environment.set(\"secret2020\", \"U7bnZw0Wa8tTUb0pwkzCbJ44S4BJfH7E\");","pm.environment.set(\"redUrl\", \"https://aaronsmusz.com/oauth/oauthSuccess_NewOuathApp2020.php\");"],"type":"text/javascript","id":"db68ec15-5c3d-4cc2-93cb-a600f3ecad1a"}},{"listen":"test","script":{"exec":["","","pm.environment.set(\"env_refresh_token\", pm.response.json().refresh_token);","",""],"type":"text/javascript","id":"b263ba97-3592-4444-9c7d-2e97dd4f5d08"}}],"id":"87f6498d-ba61-40e1-9fa4-5903d61befbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"{{oAuthCode2020}}","type":"text"},{"key":"client_id","value":"{{clientID2020}}","type":"text"},{"key":"client_secret","value":"{{secret2020}}","type":"text"},{"key":"redirect_uri","value":"{{redUrl}}","type":"text"},{"key":"grant_type","value":"authorization_code","type":"text"}]},"url":"https://secure.adobesign.com/oauth/token","description":"<p>Uses oAuth \"code\" from oAuth request process to get Access token.</p>\n<p>To learn about setting up oAuth for a partner app see the notes starting here: <a href=\"https://www.evernote.com/l/AgVqJ3PjUXpGcLC_Ht4RfPO6079UxKtxvdQ\">https://www.evernote.com/l/AgVqJ3PjUXpGcLC_Ht4RfPO6079UxKtxvdQ</a></p>\n","urlObject":{"protocol":"https","path":["oauth","token"],"host":["secure","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"9bd63a4f-49e2-4284-8982-ea42aba93665","name":"test1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"{{oAuthCode1}}","type":"text"},{"key":"client_id","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_secret","value":"nA0Uz-skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"redirect_uri","value":"https://yourtestserver/oAuth/myRedirectpage.html","type":"text"},{"key":"grant_type","value":"authorization_code","type":"text"}]},"url":"https://secure.adobesign.com/oauth/token","description":"Uses oAuth \"code\" from oAuth request process to get Access token.\n\nTo learn about setting up oAuth for a partner app see the notes starting here: https://www.evernote.com/l/AgVqJ3PjUXpGcLC_Ht4RfPO6079UxKtxvdQ"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 03 Jun 2016 21:33:47 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":""},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":""}],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":".echosign.com","path":"/","secure":false,"session":false,"value":"\"6efae3a4-e925-8355-2d96-0c267631e2d5\"","key":"wm-ueug"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":".echosign.com","path":"/","secure":false,"session":false,"value":"1","key":"wm-fgug"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":".echosign.com","path":"/","secure":true,"session":true,"value":"4fba4596-c9bf-4645-ba36-b924b5a44a29","key":"ECHOSIGN_ID"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":".echosign.com","path":"/","secure":false,"session":false,"value":"1","key":"wm-ueuT"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"secure.na1.echosign.com","path":"/","secure":true,"session":true,"value":"E0357FD1D385166F2B84CDA1BA627123.ord-prod-app3","key":"JSESSIONID"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":".echosign.com","path":"/","secure":true,"session":true,"value":"F0D3DB595A39889B3936DAB174F3A8C6.ord-prod-app3","key":"JSESSIONID"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":".na1.echosign.com","path":"/","secure":true,"session":true,"value":"F0D3DB595A39889B3936DAB174F3A8C6.ord-prod-app3","key":"JSESSIONID"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":".echosign.com","path":"/","secure":true,"session":true,"value":"wSk08zq8fXCJNS5nAkTZCAofJqPYDekvNmhWu3S1cr4*","key":"WEB_CLIENT_TOKEN_COOKIE"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":".na1.echosign.com","path":"/","secure":true,"session":true,"value":"wSk08zq8fXCJNS5nAkTZCAofJqPYDekvNmhWu3S1cr4*","key":"WEB_CLIENT_TOKEN_COOKIE"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":".echosign.com","path":"/","secure":false,"session":false,"value":"PC#1463157478981-591606.28_29#1468011665|session#1464984180531-707457#1464989525","key":"mbox"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":".echosign.com","path":"/","secure":false,"session":false,"value":"{\"st\":1464987665703%2C\"sc\":6%2C\"v\":0%2C\"et\":1464806291278%2C\"u\":0}","key":"wm-ag-d"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":".echosign.com","path":"/","secure":false,"session":true,"value":"%20s_cpc%3D0%3B%20s_cc%3Dtrue%3B%20s_sq%3Dadbadobenonacdcprod%253D%252526pid%25253Dsmuszconsulting.na1.echosign.com%2525253AA-WEB%2525253AECHO-Glob%2525253AacAd%2525253AECHO%2525253AaccountSettingsPage3%2525253AAPI_APPLICATIONS%252526pidt%25253D1%252526oid%25253DCancel%252526oidt%25253D3%252526ot%25253DSUBMIT%3B","key":"s_sess"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":".echosign.com","path":"/","secure":false,"session":false,"value":"%20s_fid%3D11FC411B75AD15BC-1FF240D8FF7DEEFC%7C1528060977791%3B%20s_vs%3D1%7C1464990777793%3B%20s_nr%3D1464988977796-Repeat%7C1496524977796%3B","key":"s_pers"}],"responseTime":null,"body":"{\"access_token\":\"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf\",\"refresh_token\":\"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf\",\"token_type\":\"Bearer\",\"expires_in\":3600}"}],"_postman_id":"87f6498d-ba61-40e1-9fa4-5903d61befbd"},{"name":"refresh -> Access 2020app","event":[{"listen":"test","script":{"id":"1581056e-3303-4ea4-b8ac-b82d29fc6239","exec":["","","pm.test(\"Got Access Token\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.access_token);","    pm.environment.set(\"aToken\", jsonData.access_token);","});","",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"35a954d2-1e14-46e1-9cff-abe6b0ae04e4","exec":["","pm.environment.set(\"env_refresh_token\", \"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf\");"],"type":"text/javascript"}}],"id":"718bab84-a2c4-463a-b7c4-363224739186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf*","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"client_secret","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"}]},"url":"https://api.na2.adobesign.com/oauth/refresh","description":"<h4 id=\"gets-a-new-access-token-using-a-current-active-refresh-token\">Gets a new \"access\" token using a current active \"refresh\" token</h4>\n","urlObject":{"protocol":"https","path":["oauth","refresh"],"host":["api","na2","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"bbee617b-3e92-4790-a202-fbe121ea258b","name":"refresh - Access","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_id","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_secret","value":"nA0Uz-skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"https://api.{{env_shard}}.adobesign.com/oauth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:36:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 3600\n}"}],"_postman_id":"718bab84-a2c4-463a-b7c4-363224739186"}],"id":"1897dfed-96cc-4fcf-891e-72bd04e7151c","description":"<p>These are calls to help get the oAuth related \"tokens\" like the refresh and access tokens as well as the call to get the \"BaseUri\" which is critical to determine the \"shard\" info necessary for all other account related calls.  </p>\n<p>All the example requests on this site use \"na2\" as they were generated using an account on that shard, but the \"shard\" for a specific customer's account will vary.  Thus it's important to have this data for all calls realted to a specific account.  </p>\n<p>Accounts will typically NOT be moved from one shard to another without a significant amount of admin/support overhead so getting the \"baseUri\" is not something that typically needs to be done often in your integration process.</p>\n<p>Adobe Sign lives in many geo \"shards\" around the globe.  A customer's account may be on NA1, NA2, NA3, EU1, JP1, AU1, IN1, etc.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bf2f7ca5-8361-49b4-8135-c8a1b9aec624"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"76fb2c2f-bbc7-492f-ac17-a89af6ac0431"}}],"_postman_id":"1897dfed-96cc-4fcf-891e-72bd04e7151c","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Agreements","item":[{"name":"Send-Lib-Docs","item":[{"name":"Demo-Call","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"aef1e9bf-d70b-4738-b979-931da955764b"}}],"id":"1a8ed5f4-529f-45ec-8e92-5cf12daf0608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAArMg7y4OKcVRVeyJWr7Zn1Q9Qdr2L2B_-\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 895\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    },\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 2,\n      \"role\": \"DELEGATE_TO_SIGNER\"\n    }\n\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"NONE\"\n    }\n  },\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"PREFILL\". </p>\n<p>No \"merge data\".</p>\n<p>All emails suppressed.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"43400bec-1957-49f2-a8de-31f9ad197d73","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 150\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"1a8ed5f4-529f-45ec-8e92-5cf12daf0608"},{"name":"RPA-Signing-test","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"ed59017b-523b-47ec-9323-5ea8d496e10b"}}],"id":"f7fd0e6e-a245-4c02-ba24-fe9beb588fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAArMg7y4OKcVRVeyJWr7Zn1Q9Qdr2L2B_-\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 841\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    },\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 2,\n      \"role\": \"DELEGATE_TO_SIGNER\"\n    }\n\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"NONE\"\n    }\n  },\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"PREFILL\". </p>\n<p>No \"merge data\".</p>\n<p>All emails suppressed.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"45b47a01-f74d-4ba0-86ff-f9bd2976d717","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 341\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"f7fd0e6e-a245-4c02-ba24-fe9beb588fa6"},{"name":"Demo-Call Copy","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"795f06cd-e355-4ccc-9c3e-882bdb35e73f"}}],"id":"bd5806cc-f16f-424d-8937-bef1165d0a86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAArMg7y4OKcVRVeyJWr7Zn1Q9Qdr2L2B_-\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 362\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    },\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 2,\n      \"role\": \"DELEGATE_TO_SIGNER\"\n    }\n\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"NONE\"\n    }\n  },\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"PREFILL\". </p>\n<p>No \"merge data\".</p>\n<p>All emails suppressed.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"49b7febe-be8a-4a9d-b4d3-ceedb6913504","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 703\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"bd5806cc-f16f-424d-8937-bef1165d0a86"},{"name":"On-behalf of","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"345ac88b-6f44-4ff4-ad96-8e1df276a96c"}}],"id":"b0a0cfad-15aa-4045-97eb-eaa338f9b465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"},{"key":"x-on-behalf-of-user","value":"email:{{no-send-user}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAArMg7y4OKcVRVeyJWr7Zn1Q9Qdr2L2B_-\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 958\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    },\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 2,\n      \"role\": \"DELEGATE_TO_SIGNER\"\n    }\n\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"NONE\"\n    }\n  },\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"PREFILL\". </p>\n<p>No \"merge data\".</p>\n<p>All emails suppressed.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"7fd7300c-26c3-4c89-b719-6306ef098a0b","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 543\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"b0a0cfad-15aa-4045-97eb-eaa338f9b465"},{"name":"IN_PROCESS - basic 1 signer w CC","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"cd898496-3ca9-4802-8cef-bb7646783bd4"}}],"id":"3f6ef9c8-0523-4ed1-8db1-1b03b194c97f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{MSA_noLineSend}}\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 517\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"ccs\": [\n    {\n      \"email\": \"signer1+legaldpt@somedomain.com\",\n      \"label\": \"CC to Legal\"\n      \n    }\n    ],\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n<p>This one adds a \"CC\" so that a copy of the signed/completed agreement goes to the additional email address.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"b4ed5b13-7eff-4b98-b31e-11aa5f2c19c9","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 938\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"3f6ef9c8-0523-4ed1-8db1-1b03b194c97f"},{"name":"Create and Send - basic 1 signer w CC Copy","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"c56dc724-1a79-4f14-b3f5-a1735eed8c44"}}],"id":"4e96f48a-a0c3-43b2-8302-d68673ac01be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{MSA_noLineSend}}\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 92\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"ccs\": [\n    {\n      \"email\": \"signer1+legaldpt@somedomain.com\",\n      \"label\": \"CC to Legal\"\n      \n    }\n    ],\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n<p>This one adds a \"CC\" so that a copy of the signed/completed agreement goes to the additional email address.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"08fb2c6d-d2ea-4210-af5f-d76a26a4524f","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 712\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"4e96f48a-a0c3-43b2-8302-d68673ac01be"},{"name":"#### MSA 2 signer","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"24ee27b7-2a95-4a53-8e6f-343271f7ac22"}}],"id":"25dcf0b4-9ec2-473e-a582-bfed2158a24e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAAxhCLzylsKkG0mOQebz0jb_3Jl1qRjc09\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 893\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    },\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp2}}\"\n        }\n       \n      ],\n      \"order\": 2,\n      \"role\": \"SIGNER\"\n    }\n\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"NONE\"\n    }\n  },\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"PREFILL\". </p>\n<p>No \"merge data\".</p>\n<p>All emails suppressed.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"3eca8a8a-a422-4cd5-9aed-9a712bdc8264","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 873\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"25dcf0b4-9ec2-473e-a582-bfed2158a24e"},{"name":"IN_PROCESS - merge data - one signer","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"fe669700-edd3-46f5-9dd1-0a149e0f3bd0"}}],"id":"b881982b-3c7a-4321-8115-d88fac291d5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAATYZmm5b4ya3DmLyNyYQIfA6JInzqHFgk\"  \n    }\n  ],\n  \"name\": \"API Send Lib Doc Test MSA Merge - Agreement 112\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n   \"mergeFieldInfo\": [\n    {\n      \"defaultValue\": \"Sam's Garage\",\n      \"fieldName\": \"AccountName\"\n    },\n    {\n      \"defaultValue\": \"1775247664\",\n      \"fieldName\": \"AccountNumber\"\n    },\n    {\n      \"defaultValue\": \"123 South Main\",\n      \"fieldName\": \"Street\"\n    },\n    {\n      \"defaultValue\": \"Sammyville\",\n      \"fieldName\": \"City\"\n    },\n    {\n      \"defaultValue\": \"CA\",\n      \"fieldName\": \"State\"\n    },\n    {\n      \"defaultValue\": \"54941\",\n      \"fieldName\": \"Zip\"\n    }\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>It includes a section in the JSON for \"mergeFieldInfo\" with name value pairs to include the data from some other system to pre-populate the fields.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>   \"mergeFieldInfo\": [\n    {\n      \"defaultValue\": \"Sam's Garage\",\n      \"fieldName\": \"AccountName\"\n    },\n    {\n      \"defaultValue\": \"1775247664\",\n      \"fieldName\": \"AccountNumber\"\n    },\n    {\n      \"defaultValue\": \"123 South Main\",\n      \"fieldName\": \"Street\"\n    },\n    {\n      \"defaultValue\": \"Sammyville\",\n      \"fieldName\": \"City\"\n    },\n</code></pre>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"dc2e5ca8-a02a-4c9f-a04f-a809b9ab05ff","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 546\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"b881982b-3c7a-4321-8115-d88fac291d5f"},{"name":"IN_PROCESS - merge data - Patent-Test","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"8e864d92-849a-48c5-935c-671787e5fa57"}}],"id":"f8cd00e4-d769-40e5-be28-fcf7685da5a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAAXCJt58qJPF9NXTZVQArPC9qKXuKKFBHf\"  \n    }\n  ],\n  \"name\": \"Test Patent Fields 278\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n   \"mergeFieldInfo\": [\n    {\n      \"defaultValue\": \"John H. Smith\",\n      \"fieldName\": \"tname\"\n    }\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>It includes a section in the JSON for \"mergeFieldInfo\" with name value pairs to include the data from some other system to pre-populate the fields.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>   \"mergeFieldInfo\": [\n    {\n      \"defaultValue\": \"Sam's Garage\",\n      \"fieldName\": \"AccountName\"\n    },\n    {\n      \"defaultValue\": \"1775247664\",\n      \"fieldName\": \"AccountNumber\"\n    },\n    {\n      \"defaultValue\": \"123 South Main\",\n      \"fieldName\": \"Street\"\n    },\n    {\n      \"defaultValue\": \"Sammyville\",\n      \"fieldName\": \"City\"\n    },\n</code></pre>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"d0acf8cd-d543-49d1-ba53-76407012bd67","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 1\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"f8cd00e4-d769-40e5-be28-fcf7685da5a8"},{"name":"AUTHORING - basic + merge data - one signer","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"03c572ca-85d5-4154-a299-7e4d43045be2"}}],"id":"2766b8f8-8d76-441e-b7da-86d53e7c10d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAATYZmm5b4ya3DmLyNyYQIfA6JInzqHFgk\"  \n    }\n  ],\n  \"name\": \"API Send Lib Doc Test MSA Merge - Agreement 833\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n   \"mergeFieldInfo\": [\n    {\n      \"defaultValue\": \"Sam's Garage\",\n      \"fieldName\": \"AccountName\"\n    },\n    {\n      \"defaultValue\": \"1775247664\",\n      \"fieldName\": \"AccountNumber\"\n    },\n    {\n      \"defaultValue\": \"123 South Main\",\n      \"fieldName\": \"Street\"\n    },\n    {\n      \"defaultValue\": \"Sammyville\",\n      \"fieldName\": \"City\"\n    },\n    {\n      \"defaultValue\": \"CA\",\n      \"fieldName\": \"State\"\n    },\n    {\n      \"defaultValue\": \"54941\",\n      \"fieldName\": \"Zip\"\n    }\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"AUTHORING\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>It includes a section in the JSON for \"mergeFieldInfo\" with name value pairs to include the data from some other system to pre-populate the fields.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>   \"mergeFieldInfo\": [\n    {\n      \"defaultValue\": \"Sam's Garage\",\n      \"fieldName\": \"AccountName\"\n    },\n    {\n      \"defaultValue\": \"1775247664\",\n      \"fieldName\": \"AccountNumber\"\n    },\n    {\n      \"defaultValue\": \"123 South Main\",\n      \"fieldName\": \"Street\"\n    },\n    {\n      \"defaultValue\": \"Sammyville\",\n      \"fieldName\": \"City\"\n    },\n</code></pre>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"d9b277a1-331b-4596-8f81-a5857e24f78e","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 702\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"2766b8f8-8d76-441e-b7da-86d53e7c10d8"},{"name":"IN_PROCESS - merge data - one signer - no email","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"5f8d7f1a-a917-450c-afb6-5360af76c0ba"}}],"id":"19875ec0-a940-4434-8462-46c0d11b92e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAATYZmm5b4ya3DmLyNyYQIfA6JInzqHFgk\"  \n    }\n  ],\n  \"name\": \"API Send Lib Doc Test MSA Merge - Agreement 539\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"NONE\"\n    }\n  },\n   \"mergeFieldInfo\": [\n    {\n      \"defaultValue\": \"Sam's Garage\",\n      \"fieldName\": \"AccountName\"\n    },\n    {\n      \"defaultValue\": \"1775247664\",\n      \"fieldName\": \"AccountNumber\"\n    },\n    {\n      \"defaultValue\": \"123 South Main\",\n      \"fieldName\": \"Street\"\n    },\n    {\n      \"defaultValue\": \"Sammyville\",\n      \"fieldName\": \"City\"\n    },\n    {\n      \"defaultValue\": \"CA\",\n      \"fieldName\": \"State\"\n    },\n    {\n      \"defaultValue\": \"54941\",\n      \"fieldName\": \"Zip\"\n    }\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\".</p>\n<p>It suppresses all email from Adobe Sign except for reminders via the section:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"NONE\"\n    }\n  },\n</code></pre><p>It includes a section in the JSON for \"mergeFieldInfo\" with name value pairs to include the data from some other system to pre-populate the fields.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>   \"mergeFieldInfo\": [\n    {\n      \"defaultValue\": \"Sam's Garage\",\n      \"fieldName\": \"AccountName\"\n    },\n    {\n      \"defaultValue\": \"1775247664\",\n      \"fieldName\": \"AccountNumber\"\n    },\n    {\n      \"defaultValue\": \"123 South Main\",\n      \"fieldName\": \"Street\"\n    },\n    {\n      \"defaultValue\": \"Sammyville\",\n      \"fieldName\": \"City\"\n    },\n</code></pre>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"b95e4512-702c-4103-8b50-4995b21001a8","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 615\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"19875ec0-a940-4434-8462-46c0d11b92e2"},{"name":"IN_PROCESS - basic 1 signer - signer language  french","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);"],"type":"text/javascript","id":"e8d1ed4d-cc10-4baa-a937-dbdc05f43cb9"}}],"id":"03772ca3-8b13-4cce-8c80-f23cb21465be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{MSA_noLineSend}}\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 662\",\n  \"locale\": \"fr_FR\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single french speaking signer signer via the \"locale\" option:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"locale\": \"fr_FR\",\n</code></pre><p>Immediately sends email by setting \"state\" to \"IN_PROCESS\". </p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"06809567-2495-46fe-9324-a58f1bb5ae51","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 105\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"03772ca3-8b13-4cce-8c80-f23cb21465be"},{"name":"IN_PROCESS - basic 1 signer Suppress Email","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"id":"8d4efd2c-2117-49a0-9e26-d16af8897979"}},{"listen":"prerequest","script":{"type":"text/javascript","exec":["pm.environment.set(\"ldt_msaNoLine\", \"CBJCHBCAABAA6uZzm-mGRa1GEAo9TpfaXFeGX4e8v7wl\");"],"id":"0000c5c4-a8a8-4bee-a331-3024a9aa2f55"}}],"id":"8e15be97-dc7b-4249-bba6-e01e82a21e1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 609\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n   \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"ALL\"\n    }\n  },\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<h3 id=\"creates-a-new-agreement-for-a-single-signer-and-immediately-sets-to-in_process\">Creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\".</h3>\n<p>Additional \"emailOptions\" section to suppress some email/s by \"class\" </p>\n<ul>\n<li>initEmails = \"Please Sign\"</li>\n<li>inFlightEmails = Status emails about workflow progress</li>\n<li>completionEmails = \"Signed and Filed\"</li>\n</ul>\n<p>Each can be set to \"ALL\" or \"NONE\".</p>\n<p>No \"merge data\".</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e15be97-dc7b-4249-bba6-e01e82a21e1d"},{"name":"IN_PROCESS - 1 signer w password","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"b94cf69e-6096-4012-9b54-177fe4d112cd"}}],"id":"ed27c73f-085b-4817-95d6-970d780e5dd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 960\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"signer2+postman1@somedomain.com\",\n          \"securityOption\": {\n            \"authenticationMethod\": \"PASSWORD\",\n            \"password\": \"pass1234\"\n          }\n        }\n      ],\n      \n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"ade4e313-d04b-4ce6-8259-cbc868920a66","name":"Create and Send - 1 signer w password","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 327\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\",\n          \"securityOption\": {\n            \"authenticationMethod\": \"PASSWORD\",\n            \"password\": \"pass1234\"\n          }\n        }\n      ],\n      \n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 14:55:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Af8ff7b152a2d7ce13cab93fd5be3b3b16d6a4bb9","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"49e5093d-4a46-4e32-abdf-071ba785530c","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAA0V_zFPsLu6YWKxJIeQiGBGJXudHdn-V2\"}"}],"_postman_id":"ed27c73f-085b-4817-95d6-970d780e5dd7"},{"name":"IN_PROCESS - 1 signer w phone auth","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"id":"320c516c-acbf-49f9-a870-14a17d00dc04"}}],"id":"c3a503b6-9709-45bb-9a36-f1f8f2fec7c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 970\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\",\n          \"securityOption\": {\n            \"authenticationMethod\": \"PHONE\",\n            \"phoneInfo\": {\n              \"countryCode\": \"+1\",\n              \"phone\": \"5102957427\"\n            }\n          }\n        }\n      ],\n      \n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer using \"phone based\" authentication and immediately \"sends\" (sets to \"IN_PROCESS\"). </p>\n<p>Possible authentication methods are: 'NONE' or 'PASSWORD' or 'PHONE' or 'KBA' or 'WEB_IDENTITY' or 'ADOBE_SIGN'.</p>\n<p>KBA, WEB_IDENTITY, and ADOBE_SIGN require no other params except \"authenticationMethod\".</p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"a55272e3-7054-450c-98c6-8ffaf1928d02","name":"Create and Send - 1 signer w phone auth","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 384\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\",\n          \"securityOption\": {\n            \"authenticationMethod\": \"PHONE\",\n            \"phoneInfo\": {\n              \"countryCode\": \"+1\",\n              \"phone\": \"5102957427\"\n            }\n          }\n        }\n      ],\n      \n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 14:55:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Acd146e34d74334f916dbf8ef7525780a2176f434","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"e9ff6a61-4ccc-44f0-8e97-20098f5a61d8","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAA6E7Zrp78IAr2brottpRqAmpQgCsPHd4F\"}"}],"_postman_id":"c3a503b6-9709-45bb-9a36-f1f8f2fec7c3"},{"name":"IN_PROCESS - basic 1 signer with KBA","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"23d33be8-9f19-42f1-ab8d-1f5cd4978842"}}],"id":"cb1e850f-905a-41f7-ac60-a74dbf918895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement w KBA 389\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\",\n          \"securityOption\": {\n            \"authenticationMethod\": \"KBA\"\n            \n          }\n        }\n      ],\n      \n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"06c033a2-ef34-4e4b-8105-2dba7591c79f","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 129\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"cb1e850f-905a-41f7-ac60-a74dbf918895"},{"name":"Create and Send - basic 1 signer with KBA Spanish","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"f7cefb29-43cb-4708-854d-91fc8c1ab41b"}}],"id":"c3da13f1-442e-4cf4-ad42-a75e36ca8236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement w KBA 31\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\",\n          \"securityOption\": {\n            \"authenticationMethod\": \"KBA\"\n            \n          }\n        }\n      ],\n      \n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"locale\": \"sp_US\",\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"02ec5db8-5679-4a2c-a6c4-ca0efd07aa59","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 583\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"c3da13f1-442e-4cf4-ad42-a75e36ca8236"},{"name":"IN_PROCESS- basic 3 signers - private messages","event":[{"listen":"test","script":{"id":"ba9b9d91-cda8-4e1d-be9e-01f721654c7a","exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","",""],"type":"text/javascript"}}],"id":"bfd3afdf-d84b-4cc5-bc01-ddf841fa3655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fileInfos\": [\n        {\n            \"libraryDocumentId\": \"CBJCHBCAABAATIs14j5e0p0mA4MlWQKJy91NpqK-2hA1\"\n        }\n    ],\n    \"name\": \"API Send Library Test Agreement w 3 signers 318\",\n    \"participantSetsInfo\": [\n        {\n            \"memberInfos\": [\n                {\n                    \"email\": \"echosmusz1+signer1@gmail.com\"\n                },\n                                {\n                    \"email\": \"echosmusz2+signer1_2@gmail.com\"\n                }\n            ],\n            \"order\": 1,\n            \"role\": \"SIGNER\"\n        },\n        {\n            \"memberInfos\": [\n                {\n                    \"email\": \"echosmusz3+signer2@gmail.com\"\n                },\n                {\n                    \"email\": \"echosmusz1+signer2_2@gmail.com\"\n                }\n            ],\n            \"order\": 1,\n            \"role\": \"SIGNER\"\n        }\n \n \n    ],\n     \"signatureType\": \"ESIGN\",\n    \"externalId\": {\n        \"id\": \"NA2Account_1775247664\"\n    },\n    \"message\": \"Everyone message here\",\n    \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for three \"sequential\" signers in. \"DRAFT\" state.\nNo \"merge data\". To get the \"COMPOSE\" view which allows sending through the Adobe Sign UI, you would POST to /agreements/{ID} as shown in <a href=\"https://secure.echosign.com/public/docs/restapi/v6#!/agreements/createAgreementView\">this call</a>.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfd3afdf-d84b-4cc5-bc01-ddf841fa3655"},{"name":"IN_PROCESS- 2 parallel recpient groups","event":[{"listen":"test","script":{"id":"bd47594a-d015-4387-98c5-a05ab67aad4d","exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","",""],"type":"text/javascript"}}],"id":"54f24aaa-0c21-4667-a242-e0d539cf0b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fileInfos\": [\n        {\n            \"libraryDocumentId\": \"CBJCHBCAABAATIs14j5e0p0mA4MlWQKJy91NpqK-2hA1\"\n        }\n    ],\n    \"name\": \"API Send Library Test Agreement w 3 signers 112\",\n    \"participantSetsInfo\": [\n        {\n            \"memberInfos\": [\n                {\n                    \"email\": \"echosmusz1+signer1@gmail.com\"\n                },\n                                {\n                    \"email\": \"echosmusz2+signer1_2@gmail.com\"\n                }\n            ],\n            \"order\": 1,\n            \"role\": \"SIGNER\"\n        },\n        {\n            \"memberInfos\": [\n                {\n                    \"email\": \"echosmusz3+signer2@gmail.com\"\n                },\n                {\n                    \"email\": \"echosmusz1+signer2_2@gmail.com\"\n                }\n            ],\n            \"order\": 1,\n            \"role\": \"SIGNER\"\n        }\n \n \n    ],\n     \"signatureType\": \"ESIGN\",\n    \"externalId\": {\n        \"id\": \"NA2Account_1775247664\"\n    },\n    \"message\": \"Everyone message here\",\n    \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for three \"sequential\" signers in. \"DRAFT\" state.\nNo \"merge data\". To get the \"COMPOSE\" view which allows sending through the Adobe Sign UI, you would POST to /agreements/{ID} as shown in <a href=\"https://secure.echosign.com/public/docs/restapi/v6#!/agreements/createAgreementView\">this call</a>.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"54f24aaa-0c21-4667-a242-e0d539cf0b1a"},{"name":"IN_PROCESS - basic 3 signers - \"parallel\" send","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","",""],"type":"text/javascript","id":"b16a9761-7a25-487a-ac53-ae496103d515"}}],"id":"d0f4004e-3301-4a79-a59f-d26d917289cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fileInfos\": [\n        {\n            \"libraryDocumentId\": \"CBJCHBCAABAATIs14j5e0p0mA4MlWQKJy91NpqK-2hA1\"\n        }\n    ],\n    \"name\": \"API Send Library Test Agreement w 3 signers 673\",\n    \"participantSetsInfo\": [\n        {\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer1+eu1testuser1@somedomain.com\"\n                }\n            ],\n            \"order\": 1,\n            \"privateMessage\": \"Private message for Signer 1\",\n            \"role\": \"SIGNER\"\n        },\n        {\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer2+signer2@somedomain.com\"\n                }\n            ],\n            \"order\": 1,\n            \"privateMessage\": \"Private message for Signer 2\",\n            \"role\": \"SIGNER\"\n        },\n                {\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer3+signer3@somedomain.com\"\n                }\n            ],\n            \"order\": 1,\n            \"privateMessage\": \"Private message for Signer 3\",            \n            \"role\": \"SIGNER\"\n        }\n \n    ],\n     \"signatureType\": \"ESIGN\",\n    \"externalId\": {\n        \"id\": \"NA2Account_1775247664\"\n    },\n    \"message\": \"Everyone message here.  Please sign this from us.\",\n    \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for three \"parallel\" signers where all will get the email to drive them to sign at the same time. Alternately, you can use the GET /agreements/{ID}/signingUrls call which will return all 3 with the email address for each as a list object in the JSON response.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0f4004e-3301-4a79-a59f-d26d917289cf"},{"name":"DRAFT- basic 3 signers - private messages","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","",""],"type":"text/javascript","id":"e53931cb-bfc7-481c-ad00-b80c84c7ee12"}}],"id":"1ddc9b61-55b9-4955-a93d-625c96ed6dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fileInfos\": [\n        {\n            \"libraryDocumentId\": \"CBJCHBCAABAATIs14j5e0p0mA4MlWQKJy91NpqK-2hA1\"\n        }\n    ],\n    \"name\": \"API Send Library Test Agreement w 3 signers 63\",\n    \"participantSetsInfo\": [\n        {\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer1+eu1testuser1@somedomain.com\"\n                }\n            ],\n            \"order\": 1,\n            \"privateMessage\": \"Private message for Signer 1\",\n            \"role\": \"SIGNER\"\n        },\n        {\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer2+signer2@somedomain.com\"\n                }\n            ],\n            \"order\": 2,\n            \"privateMessage\": \"Private message for Signer 2\",\n            \"role\": \"SIGNER\"\n        },\n                {\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer3+signer3@somedomain.com\"\n                }\n            ],\n            \"order\": 3,\n            \"privateMessage\": \"Private message for Signer 3\",            \n            \"role\": \"SIGNER\"\n        }\n \n    ],\n     \"signatureType\": \"ESIGN\",\n    \"externalId\": {\n        \"id\": \"NA2Account_1775247664\"\n    },\n    \"message\": \"Everyone message here\",\n    \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for two \"sequential\" signers and immediately sets to \"IN_PROCESS\".\nNo \"merge data\" (for merge data agreement must be created as \"DRAFT\" first) and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ddc9b61-55b9-4955-a93d-625c96ed6dad"},{"name":"Create and Send - basic - recip group","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"9e8e669a-1aa6-47b3-98d3-1681b5279231"}}],"id":"5c8ea748-818e-4a9c-8a4f-ca1350ca69f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAATIs14j5e0p0mA4MlWQKJy91NpqK-2hA1\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 760\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        },\n        {\n          \"email\": \"{{rcp2}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for two \"sequential\" signers and immediately sets to \"IN_PROCESS\".\nNo \"merge data\" (for merge data agreement must be created as \"DRAFT\" first) and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c8ea748-818e-4a9c-8a4f-ca1350ca69f8"},{"name":"DRAFT - basic 1 signer","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","",""],"type":"text/javascript","id":"df932976-c845-446d-aa9b-4c3a2e42b35b"}}],"id":"c3a99a5c-ff1c-431e-a371-5ca83b3572d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaWfields}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement Draft 1st 793\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>Creates a DRAFT Agreement with one signer for use with \"merge data\" and to use when authoring or \"sendPage\" view is needed.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"f18692b0-b3ac-494f-add8-017c9030457e","name":"Create Draft - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaWfields}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement Draft 1st 23\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A5aade7f2620dc2796e08e3ed2aaf85bd35a79dbe","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"7fc9d533-858a-4f8e-af38-7b1c648cb82f","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAA517iuD-WX6uARdBvWifWElfyTsXs-1We\"}"}],"_postman_id":"c3a99a5c-ff1c-431e-a371-5ca83b3572d3"},{"name":"Create Draft - basic 1 signer MSA edited","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","",""],"type":"text/javascript","id":"0192c194-6fde-4e20-9343-9cb9af92d8e3"}}],"id":"813071c4-312c-41e0-8bd9-53972067305a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaWfields}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement Draft 1st 875\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"privateMessage\": \"Hi Bob. Please review and sign this agreement on page 2 as directed by the 'Next' prompt in the UI.\",\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"message\": \"To all recipients. Please sign this agreement from us.  Thanks!\", \n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>Creates a DRAFT Agreement with one signer for use with \"merge data\" and to use when authoring or \"sendPage\" view is needed.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"a023a0ee-68af-4775-9e66-e3e12f3a9c43","name":"Create Draft - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaWfields}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement Draft 1st 980\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A5aade7f2620dc2796e08e3ed2aaf85bd35a79dbe","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"7fc9d533-858a-4f8e-af38-7b1c648cb82f","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAA517iuD-WX6uARdBvWifWElfyTsXs-1We\"}"}],"_postman_id":"813071c4-312c-41e0-8bd9-53972067305a"},{"name":"Create and Send - basic 1 signer w 2 lib docs","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","",""],"type":"text/javascript","id":"b391d361-5468-4f70-8cc6-0c5404948f39"}}],"id":"8aa5ffdd-0c8f-46df-985c-9166c3df97d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{MSA_noLineSend}}\"  \n    },\n    {\n      \"libraryDocumentId\": \"{{Some_other_lib_doc_ID_here}}\"  \n    }\n    \n  ],\n  \"name\": \"API Send Library Test Agreement 284\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer with 2 library docs and immediately sets to \"IN_PROCESS\". </p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"c40a443a-8ba6-4eab-b641-3169f7bc38bd","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 976\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"8aa5ffdd-0c8f-46df-985c-9166c3df97d8"},{"name":"Create and Send - 1 signer w Adobe ID Auth","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"de05b328-9002-4833-b682-20c0bec06780"}}],"id":"28b6fedb-f0d2-44ee-bf78-3b7e116352a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 90\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\",\n          \"securityOption\": {\n            \"authenticationMethod\": \"ADOBE_SIGN\"\n          }\n        }\n      ],\n      \n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer using \"phone based\" authentication and immediately \"sends\" (sets to \"IN_PROCESS\"). </p>\n<p>Possible authentication methods are: 'NONE' or 'PASSWORD' or 'PHONE' or 'KBA' or 'WEB_IDENTITY' or 'ADOBE_SIGN'.</p>\n<p>KBA, WEB_IDENTITY, and ADOBE_SIGN require no other params except \"authenticationMethod\".</p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"9a5b5b3d-f435-41ac-8f3c-3462e011da45","name":"Create and Send - 1 signer w phone auth","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 434\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\",\n          \"securityOption\": {\n            \"authenticationMethod\": \"PHONE\",\n            \"phoneInfo\": {\n              \"countryCode\": \"+1\",\n              \"phone\": \"5102957427\"\n            }\n          }\n        }\n      ],\n      \n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 14:55:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Acd146e34d74334f916dbf8ef7525780a2176f434","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"e9ff6a61-4ccc-44f0-8e97-20098f5a61d8","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAA6E7Zrp78IAr2brottpRqAmpQgCsPHd4F\"}"}],"_postman_id":"28b6fedb-f0d2-44ee-bf78-3b7e116352a3"},{"name":"Create and Send - MSA + fields 1 signer","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","",""],"type":"text/javascript","id":"53df1aa5-41f7-408d-bb6f-b2189f643c05"}}],"id":"6c312163-e937-4e88-b573-e9dd0323031e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{MSA_OTHER}}\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 825\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"a2459acd-bc01-43d0-bdc5-22fb2914ae4a","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 218\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"6c312163-e937-4e88-b573-e9dd0323031e"},{"name":"IN_PROCESS - 1 signer + post sign re-direct","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"2477ad69-5a47-40d3-954d-b79be01d50ca"}}],"id":"7283738c-60ef-4ddc-b553-25f27b8f37b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{MSA_noLineSend}}\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement with POST-Sign re-direct URL 870\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"postSignOption\": {\n    \"redirectDelay\": 1,\n    \"redirectUrl\": \"https://google.com\"\n  },\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n<p>This also contains the postSignOption section in the JSON body where you can specifiy a post signing URL to load once the signer completes the agreement.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"d4230baa-1965-438d-b26d-0d0176efc019","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 607\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"7283738c-60ef-4ddc-b553-25f27b8f37b3"},{"name":"IN_PROCESS - basic 1 signer w CC - non-admin","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"0af5517f-4379-4b0e-85d1-8cecfca82de3"}}],"id":"622265cb-b390-4ecc-9c82-503650532aef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:{{non-admin-sender}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{MSA_noLineSend}}\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 168\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"ccs\": [\n    {\n      \"email\": \"signer1+legaldpt@somedomain.com\",\n      \"label\": \"CC to Legal\"\n      \n    }\n    ],\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"9844f2f7-61ae-420b-b7b8-ca973493da60","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 307\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"622265cb-b390-4ecc-9c82-503650532aef"}],"id":"c3f56c3c-7009-4630-aae2-4070c2e8eae0","description":"<p>Sends for different scenarios using the Adobe Sign \"library templates\" as the agreement document.  </p>\n<p>Adobe Sign has the concept of a \"Template Library\" where users can add and edit field content and then save often used documents.  </p>\n<p>To read about how to create a \"library template\" in the web UI please see our \"helpx\" article <a href=\"https://helpx.adobe.com/sign/help/creating-library-template.html\">here</a>.  </p>\n<p>The method for Uploading a libray template via API can be found <a href=\"https://google.com\">here</a>.  </p>\n<p>To edit a libaray template you need to get the \"EDIT\" view for a library file as shown [here]</p>\n<p>[getTempAuthorView]: </p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"320be481-baa2-4aec-893e-751f9129ffd5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"13e160a7-75fd-420f-8006-b6b85bc9d3ac"}}],"_postman_id":"c3f56c3c-7009-4630-aae2-4070c2e8eae0","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"GetStuff","item":[{"name":"Agreement_Info","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"de785be5-8604-4d91-8fa7-ff1ad4d4c3e0"}}],"id":"e91f632e-d637-4776-9952-04ab8c5add81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesignsandbox.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesignsandbox","com"],"query":[],"variable":[]}},"response":[{"id":"80afa014-7f41-4351-b583-a87fb8cb6619","name":"Agreement_Info","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 May 2021 20:44:21 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"none"},{"key":"x-request-id","value":"30bd92d0-188f-4dc9-bef1-4f59e6ef6bf8"},{"key":"ETag","value":"6C82D489AF6A3D5CCC31823A07A77C9.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"849"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"CBJCHBCAABAAFFq0B_pvBlHmwW5B64Y7SfKG1iq2VCEN\",\n    \"name\": \"API Send Library Test Agreement 150\",\n    \"type\": \"AGREEMENT\",\n    \"message\": \"Plese sign this from us.\",\n    \"participantSetsInfo\": [\n        {\n            \"id\": \"CBJCHBCAABAAZElvP1FFwp4WCzxIS9b7_US6GTGpFj-B\",\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer1+postman1@somedomain.com\",\n                    \"id\": \"CBJCHBCAABAAuMs2HyMFD_mtJTzAqYVLDJJQ5uVUHkeC\",\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"role\": \"SIGNER\",\n            \"order\": 1\n        }\n    ],\n    \"senderEmail\": \"noreply@somedomain.com\",\n    \"createdDate\": \"2021-05-14T20:15:41Z\",\n    \"lastEventDate\": \"2021-05-14T20:18:24Z\",\n    \"signatureType\": \"ESIGN\",\n    \"ccs\": [\n        {\n            \"email\": \"signer1+legaldpt@somedomain.com\"\n        }\n    ],\n    \"expirationTime\": \"2021-05-19T20:15:41Z\",\n    \"externalId\": {\n        \"id\": \"NA2Account_1621023340\"\n    },\n    \"locale\": \"en_US\",\n    \"status\": \"SIGNED\",\n    \"documentVisibilityEnabled\": false,\n    \"hasFormFieldData\": false,\n    \"hasSignerIdentityReport\": false,\n    \"documentRetentionApplied\": false\n}"}],"_postman_id":"e91f632e-d637-4776-9952-04ab8c5add81"},{"name":"Agreement_Info Copy 3","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"9dcaa8a9-c0db-4995-bded-87b36ce27bbb"}}],"id":"8d2f4d94-cd6e-4151-842a-0e0c9695b360","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesignsandbox.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesignsandbox","com"],"query":[],"variable":[]}},"response":[{"id":"acb6e0dc-93d1-4beb-8ad7-71f2766ba44e","name":"Agreement_Info","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 May 2021 20:44:21 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"none"},{"key":"x-request-id","value":"30bd92d0-188f-4dc9-bef1-4f59e6ef6bf8"},{"key":"ETag","value":"6C82D489AF6A3D5CCC31823A07A77C9.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"849"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"CBJCHBCAABAAFFq0B_pvBlHmwW5B64Y7SfKG1iq2VCEN\",\n    \"name\": \"API Send Library Test Agreement 150\",\n    \"type\": \"AGREEMENT\",\n    \"message\": \"Plese sign this from us.\",\n    \"participantSetsInfo\": [\n        {\n            \"id\": \"CBJCHBCAABAAZElvP1FFwp4WCzxIS9b7_US6GTGpFj-B\",\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer1+postman1@somedomain.com\",\n                    \"id\": \"CBJCHBCAABAAuMs2HyMFD_mtJTzAqYVLDJJQ5uVUHkeC\",\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"role\": \"SIGNER\",\n            \"order\": 1\n        }\n    ],\n    \"senderEmail\": \"noreply@somedomain.com\",\n    \"createdDate\": \"2021-05-14T20:15:41Z\",\n    \"lastEventDate\": \"2021-05-14T20:18:24Z\",\n    \"signatureType\": \"ESIGN\",\n    \"ccs\": [\n        {\n            \"email\": \"signer1+legaldpt@somedomain.com\"\n        }\n    ],\n    \"expirationTime\": \"2021-05-19T20:15:41Z\",\n    \"externalId\": {\n        \"id\": \"NA2Account_1621023340\"\n    },\n    \"locale\": \"en_US\",\n    \"status\": \"SIGNED\",\n    \"documentVisibilityEnabled\": false,\n    \"hasFormFieldData\": false,\n    \"hasSignerIdentityReport\": false,\n    \"documentRetentionApplied\": false\n}"}],"_postman_id":"8d2f4d94-cd6e-4151-842a-0e0c9695b360"},{"name":"Agreement_Info test-russell","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"f6a7dd47-4d0f-45ff-9d24-3d2f45138ca2"}}],"id":"43e16e41-150a-4a33-91aa-dd9059c4774d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"e4a71c6d-7222-4228-94c7-d87013ac5cbd","name":"Agreement_Info","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 May 2021 20:44:21 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"none"},{"key":"x-request-id","value":"30bd92d0-188f-4dc9-bef1-4f59e6ef6bf8"},{"key":"ETag","value":"6C82D489AF6A3D5CCC31823A07A77C9.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"849"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"CBJCHBCAABAAFFq0B_pvBlHmwW5B64Y7SfKG1iq2VCEN\",\n    \"name\": \"API Send Library Test Agreement 150\",\n    \"type\": \"AGREEMENT\",\n    \"message\": \"Plese sign this from us.\",\n    \"participantSetsInfo\": [\n        {\n            \"id\": \"CBJCHBCAABAAZElvP1FFwp4WCzxIS9b7_US6GTGpFj-B\",\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer1+postman1@somedomain.com\",\n                    \"id\": \"CBJCHBCAABAAuMs2HyMFD_mtJTzAqYVLDJJQ5uVUHkeC\",\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"role\": \"SIGNER\",\n            \"order\": 1\n        }\n    ],\n    \"senderEmail\": \"noreply@somedomain.com\",\n    \"createdDate\": \"2021-05-14T20:15:41Z\",\n    \"lastEventDate\": \"2021-05-14T20:18:24Z\",\n    \"signatureType\": \"ESIGN\",\n    \"ccs\": [\n        {\n            \"email\": \"signer1+legaldpt@somedomain.com\"\n        }\n    ],\n    \"expirationTime\": \"2021-05-19T20:15:41Z\",\n    \"externalId\": {\n        \"id\": \"NA2Account_1621023340\"\n    },\n    \"locale\": \"en_US\",\n    \"status\": \"SIGNED\",\n    \"documentVisibilityEnabled\": false,\n    \"hasFormFieldData\": false,\n    \"hasSignerIdentityReport\": false,\n    \"documentRetentionApplied\": false\n}"}],"_postman_id":"43e16e41-150a-4a33-91aa-dd9059c4774d"},{"name":"Agreement_Info Copy 2","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"dae93078-03ff-42b3-bcd1-469506bb4dc7"}}],"id":"edee5fde-862c-4528-b16d-a87a7f3f3a4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"f8262b20-33b0-4f4f-b838-5e045a3904bb","name":"Agreement_Info","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 May 2021 20:44:21 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"none"},{"key":"x-request-id","value":"30bd92d0-188f-4dc9-bef1-4f59e6ef6bf8"},{"key":"ETag","value":"6C82D489AF6A3D5CCC31823A07A77C9.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"849"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"CBJCHBCAABAAFFq0B_pvBlHmwW5B64Y7SfKG1iq2VCEN\",\n    \"name\": \"API Send Library Test Agreement 150\",\n    \"type\": \"AGREEMENT\",\n    \"message\": \"Plese sign this from us.\",\n    \"participantSetsInfo\": [\n        {\n            \"id\": \"CBJCHBCAABAAZElvP1FFwp4WCzxIS9b7_US6GTGpFj-B\",\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer1+postman1@somedomain.com\",\n                    \"id\": \"CBJCHBCAABAAuMs2HyMFD_mtJTzAqYVLDJJQ5uVUHkeC\",\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"role\": \"SIGNER\",\n            \"order\": 1\n        }\n    ],\n    \"senderEmail\": \"noreply@somedomain.com\",\n    \"createdDate\": \"2021-05-14T20:15:41Z\",\n    \"lastEventDate\": \"2021-05-14T20:18:24Z\",\n    \"signatureType\": \"ESIGN\",\n    \"ccs\": [\n        {\n            \"email\": \"signer1+legaldpt@somedomain.com\"\n        }\n    ],\n    \"expirationTime\": \"2021-05-19T20:15:41Z\",\n    \"externalId\": {\n        \"id\": \"NA2Account_1621023340\"\n    },\n    \"locale\": \"en_US\",\n    \"status\": \"SIGNED\",\n    \"documentVisibilityEnabled\": false,\n    \"hasFormFieldData\": false,\n    \"hasSignerIdentityReport\": false,\n    \"documentRetentionApplied\": false\n}"}],"_postman_id":"edee5fde-862c-4528-b16d-a87a7f3f3a4d"},{"name":"Agreement_Info Copy","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"e4e41875-296d-49e1-a5d0-19cdc1f5f409"}}],"id":"a9ee251f-9a08-4f8f-86ce-8790a0a27457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"89add126-80bf-4117-b2e0-6969fc747d93","name":"Agreement_Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"679","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0aec986ff0d324a79b88e3d70c2577dca1abd363","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d85ade82-db0f-4b1a-90dc-bfeca08e4840","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"name\":\"API Send Library Test Agreement Draft 1st 27\",\"fileInfos\":[{\"document\":{\"id\":\"3AAABLblqZhBdjELJm-_81ANcRKsnSwmqtl_2v4WZjWSnXt-dEEMltqkfczueJxCbOfTGWBNskeoLiAcMsEdgCXGaYMRVQz3RCf0RCwLixURw5qYKO5fs83RSW0epyEBOC7LzxxiwGaF-x0K6jYEX9iKWDkBjjajHpF9BVm-csx5xUWH7bL4zj2Lt1254SobUd0BvdBWWFaE4Ne3nb0uc5Cx7bh5DkMo11SGCYH2K_an8zSqZXRH5CS7ixTZHaaySP6OKZrFIQYs*\",\"name\":\"MSA\",\"mimeType\":\"application/pdf\"}}],\"participantSetsInfo\":[{\"memberInfos\":[{\"email\":\"signer1+signer1@somedomain.com\"}],\"role\":\"SIGNER\",\"order\":1}],\"senderEmail\":\"sender@somedomain.com\",\"createdDate\":\"2018-07-09T20:40:22Z\",\"signatureType\":\"ESIGN\",\"externalId\":{\"id\":\"NA2Account_1531168821\"},\"status\":\"DRAFT\"}"}],"_postman_id":"a9ee251f-9a08-4f8f-86ce-8790a0a27457"},{"name":"Agreement_reminders","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"9968ad2d-2b15-4750-8199-34fc1b10f689"}}],"id":"b2ad0aa4-03c7-44ae-a868-bfb7392929a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"e3778bc3-17c8-443f-a36d-65826647ef5d","name":"Agreement_Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"679","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0aec986ff0d324a79b88e3d70c2577dca1abd363","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d85ade82-db0f-4b1a-90dc-bfeca08e4840","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"name\":\"API Send Library Test Agreement Draft 1st 27\",\"fileInfos\":[{\"document\":{\"id\":\"3AAABLblqZhBdjELJm-_81ANcRKsnSwmqtl_2v4WZjWSnXt-dEEMltqkfczueJxCbOfTGWBNskeoLiAcMsEdgCXGaYMRVQz3RCf0RCwLixURw5qYKO5fs83RSW0epyEBOC7LzxxiwGaF-x0K6jYEX9iKWDkBjjajHpF9BVm-csx5xUWH7bL4zj2Lt1254SobUd0BvdBWWFaE4Ne3nb0uc5Cx7bh5DkMo11SGCYH2K_an8zSqZXRH5CS7ixTZHaaySP6OKZrFIQYs*\",\"name\":\"MSA\",\"mimeType\":\"application/pdf\"}}],\"participantSetsInfo\":[{\"memberInfos\":[{\"email\":\"signer1+signer1@somedomain.com\"}],\"role\":\"SIGNER\",\"order\":1}],\"senderEmail\":\"sender@somedomain.com\",\"createdDate\":\"2018-07-09T20:40:22Z\",\"signatureType\":\"ESIGN\",\"externalId\":{\"id\":\"NA2Account_1531168821\"},\"status\":\"DRAFT\"}"}],"_postman_id":"b2ad0aa4-03c7-44ae-a868-bfb7392929a3"},{"name":"signingUrl/s","id":"a395b59c-ca8f-4848-bf0e-338b7c887b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls","description":"<h4 id=\"gets-current-urls-for-signing-experience\">Gets current URL/s for signing experience</h4>\n<p>Use this call to get the signing URL for the \"current\" participant/s on a specific agreement.  </p>\n<p>If agreement was sent in \"parallel\" it will return all URLs with the email for each participant.  </p>\n<p>If agreement was sent \"hybrid\" or normal \"sequential\" this will return the URL/s for the current \"participantSet\" which may contain one or more \"members\".</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","signingUrls"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"c2313532-8fa2-4049-a6e2-a44582566c05","name":"signingUrl/s","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"289","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"f70fb356-c086-4143-a99b-f716bb820662","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"signingUrlSetInfos\":[{\"signingUrls\":[{\"email\":\"signer1+signer1@somedomain.com\",\"esignUrl\":\"https://secure.na2.adobesign.com/public/apiesign?pid=CBFCIBAA3AAABLblqZhBVOPuJcjpGM6-xs6c8Mi3gIRBzuv7VuZKwAB9tI7meCxHNOSdI_pajAT6olCLHR9s*&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2\"}]}]}"}],"_postman_id":"a395b59c-ca8f-4848-bf0e-338b7c887b36"},{"name":"signingUrl/s Copy","id":"03352786-4811-4689-814d-9d499e0ff1e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls","description":"<h4 id=\"gets-current-urls-for-signing-experience\">Gets current URL/s for signing experience</h4>\n<p>Use this call to get the signing URL for the \"current\" participant/s on a specific agreement.  </p>\n<p>If agreement was sent in \"parallel\" it will return all URLs with the email for each participant.  </p>\n<p>If agreement was sent \"hybrid\" or normal \"sequential\" this will return the URL/s for the current \"participantSet\" which may contain one or more \"members\".</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","signingUrls"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"d713a353-cfeb-4946-bb52-bee9b5bff7ef","name":"signingUrl/s","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"289","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"f70fb356-c086-4143-a99b-f716bb820662","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"signingUrlSetInfos\":[{\"signingUrls\":[{\"email\":\"signer1+signer1@somedomain.com\",\"esignUrl\":\"https://secure.na2.adobesign.com/public/apiesign?pid=CBFCIBAA3AAABLblqZhBVOPuJcjpGM6-xs6c8Mi3gIRBzuv7VuZKwAB9tI7meCxHNOSdI_pajAT6olCLHR9s*&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2\"}]}]}"}],"_postman_id":"03352786-4811-4689-814d-9d499e0ff1e0"},{"name":"SignedDocumentLink","id":"6a8936ee-f9d9-44bb-b663-503dc6fac48a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/combinedDocument/url","description":"<h4 id=\"gets-current-urls-for-signing-experience\">Gets current URL/s for signing experience</h4>\n<p>Use this call to get the signing URL for the \"current\" participant/s on a specific agreement.  </p>\n<p>If agreement was sent in \"parallel\" it will return all URLs with the email for each participant.  </p>\n<p>If agreement was sent \"hybrid\" or normal \"sequential\" this will return the URL/s for the current \"participantSet\" which may contain one or more \"members\".</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","combinedDocument","url"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"55436f25-abbf-492e-9084-34412d265210","name":"signingUrl/s","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"289","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"f70fb356-c086-4143-a99b-f716bb820662","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"signingUrlSetInfos\":[{\"signingUrls\":[{\"email\":\"signer1+signer1@somedomain.com\",\"esignUrl\":\"https://secure.na2.adobesign.com/public/apiesign?pid=CBFCIBAA3AAABLblqZhBVOPuJcjpGM6-xs6c8Mi3gIRBzuv7VuZKwAB9tI7meCxHNOSdI_pajAT6olCLHR9s*&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2\"}]}]}"}],"_postman_id":"6a8936ee-f9d9-44bb-b663-503dc6fac48a"},{"name":"Get Agreements with externalId=xxx","event":[{"listen":"test","script":{"exec":["var data = JSON.parse(responseBody);","","","if(data.status){","tests[\"gotInfo\"] = true;","  postman.setEnvironmentVariable(\"agmtStatus\", data.status);","","}","else","{","tests[\"gotInfo\"] = false;","}","","",""],"type":"text/javascript","id":"185d904c-9f96-4d41-89f2-e233e08a726d"}},{"listen":"prerequest","script":{"exec":["pm.environment.set(\"externalID\", \"variable_value\");"],"type":"text/javascript","id":"dc278761-fcfd-4764-a87e-4681740cf304"}}],"id":"8d176590-3e54-4995-af8a-d73fa63380eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:sender@somedomain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements?externalId={{externalID}}","description":"<p>This call is for API integrated applications where an \"external ID\" was passed when creatign the agreement. </p>\n<p>External ID is used to connect the data between the Adobe Sign \"agreement ID\" and a unique identifier coming from an integrated platform.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[{"key":"externalId","value":"{{externalID}}"}],"variable":[]}},"response":[],"_postman_id":"8d176590-3e54-4995-af8a-d73fa63380eb"},{"name":"Get Agreement list for User","event":[{"listen":"test","script":{"exec":["var data = JSON.parse(responseBody);","","","if(data.status){","tests[\"gotInfo\"] = true;","  postman.setEnvironmentVariable(\"agmtStatus\", data.status);","","}","else","{","tests[\"gotInfo\"] = false;","}","","",""],"type":"text/javascript","id":"fcf0a6b1-19e2-4220-9533-de5d225c6d17"}},{"listen":"prerequest","script":{"exec":["pm.environment.set(\"externalID\", \"variable_value\");"],"type":"text/javascript","id":"49efcf78-6c31-4571-8e75-2919837d2219"}}],"id":"9cb91b0d-662c-4290-8479-c4ebcfbd9437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:sender@somedomain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This call is for API integrated applications where an \"external ID\" was passed when creatign the agreement. </p>\n<p>External ID is used to connect the data between the Adobe Sign \"agreement ID\" and a unique identifier coming from an integrated platform.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cb91b0d-662c-4290-8479-c4ebcfbd9437"},{"name":"FormData","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a2cdf996-95dd-472c-9ed5-c0cb461efafa"}},{"listen":"test","script":{"exec":["pm.environment.set(\"csvResponse\", pm.response);"],"type":"text/javascript","id":"167c66b5-2631-4840-8156-2574d503572a"}}],"id":"025abdfd-693a-4539-9364-ae3094b0d870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formData","description":"<h3 id=\"gets-all-formdata-available-from-agrement-in-current-state\">Gets all \"FormData\" available from agrement in current state</h3>\n<p>This can be run at any time.</p>\n<p>Will return \"CSV\" formatted data with the field names as the 1st \"header\" row.</p>\n<p>The official REST Doc page for this call from Adobe Sign can be found here: </p>\n<p><a href=\"https://secure.na1.adobesign.com/public/docs/restapi/v6#!/agreements/getFormData\">https://secure.na1.adobesign.com/public/docs/restapi/v6</a></p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formData"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"0a5a06a6-062d-4bd4-a92e-844f65b71049","name":"FormData","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formData"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"134","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/csv;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:59:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"0ba7f38c-7138-4f33-8727-55f7fe31d731","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"\"completed\",\"email\",\"role\",\"first\",\"last\",\"title\",\"company\"\n\"2018-07-09 14:04:11\",\"signer1+signer1@somedomain.com\",\"SIGNER\",\"\",\"\",\"\",\"\"\n"}],"_postman_id":"025abdfd-693a-4539-9364-ae3094b0d870"},{"name":"Events","id":"b6c8c6e2-a0be-4418-9375-1e79b12090cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/events","description":"<h4 id=\"a-list-of-all-agreement-events\">A list of all agreement events.</h4>\n<p>The response to this call is the same as the info in the <a href=\"https://helpx.adobe.com/sign/using/audit-reports-transaction-history.html\">\"Audit trail/report\"</a> that documents the signing process \"metadata\".</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","events"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"4685b017-3167-49aa-99b5-7360b844abec","name":"Events - Basic","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"914","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:32:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Ffde53b815c54e6c137a12e446aac7310073821b9","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"08d2d75d-328d-4c08-b22f-0c81b7bb46c4","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"type\":\"CREATED\",\"actingUserEmail\":\"sender@somedomain.com\",\"actingUserIpAddress\":\"216.38.130.115\",\"actingUserName\":\"AdminBob Sender22\",\"date\":\"2018-07-09T16:23:29Z\",\"description\":\"The agreement has been created by AdminBob Sender22 (sender@somedomain.com)\",\"participantEmail\":\"sender@somedomain.com\",\"participantId\":\"CBJCHBCAABAAAtipvMs7aiFuzPsZUeUKxt-V7ayo2eko\",\"participantRole\":\"SENDER\",\"versionId\":\"3AAABLblqZhBhemiwHxyDFN8G8i0TH-eOA1DSC6nwCOLNqY0hTHTA5tZO7wQ_zrF8aL4Zf99bmW3lzb_lDezrSwtj4_s9oZt3\"},{\"type\":\"ACTION_REQUESTED\",\"actingUserEmail\":\"sender@somedomain.com\",\"actingUserName\":\"AdminBob Sender22\",\"date\":\"2018-07-09T16:27:33Z\",\"description\":\"The agreement has been sent out to be signed by signer1+signer1@somedomain.com\",\"participantEmail\":\"signer1+signer1@somedomain.com\",\"participantId\":\"CBJCHBCAABAAqj_MARWbUB6l2c3cCyC70-iakaoIuSOk\",\"participantRole\":\"SIGNER\"}]}"}],"_postman_id":"b6c8c6e2-a0be-4418-9375-1e79b12090cd"},{"name":"Notes","event":[{"listen":"prerequest","script":{"exec":["pm.environment.set(\"na2lastSentAgId\", \"variable_value\");"],"type":"text/javascript","id":"c925fd06-1d0e-48ef-8a32-e91e30941e1c"}}],"id":"2a9625fa-8d9d-4f9c-9047-848ef794fb71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/me/note","description":"<h4 id=\"a-list-of-all-agreement-events\">A list of all agreement events.</h4>\n<p>The response to this call is the same as the info in the \"Audit trail/report\" that documents the signing process \"metadata\".</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","me","note"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"928cdd6c-d18b-4b41-a5f2-2af5768b7871","name":"Events - Basic","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"914","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:32:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Ffde53b815c54e6c137a12e446aac7310073821b9","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"08d2d75d-328d-4c08-b22f-0c81b7bb46c4","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"type\":\"CREATED\",\"actingUserEmail\":\"sender@somedomain.com\",\"actingUserIpAddress\":\"216.38.130.115\",\"actingUserName\":\"AdminBob Sender22\",\"date\":\"2018-07-09T16:23:29Z\",\"description\":\"The agreement has been created by AdminBob Sender22 (sender@somedomain.com)\",\"participantEmail\":\"sender@somedomain.com\",\"participantId\":\"CBJCHBCAABAAAtipvMs7aiFuzPsZUeUKxt-V7ayo2eko\",\"participantRole\":\"SENDER\",\"versionId\":\"3AAABLblqZhBhemiwHxyDFN8G8i0TH-eOA1DSC6nwCOLNqY0hTHTA5tZO7wQ_zrF8aL4Zf99bmW3lzb_lDezrSwtj4_s9oZt3\"},{\"type\":\"ACTION_REQUESTED\",\"actingUserEmail\":\"sender@somedomain.com\",\"actingUserName\":\"AdminBob Sender22\",\"date\":\"2018-07-09T16:27:33Z\",\"description\":\"The agreement has been sent out to be signed by signer1+signer1@somedomain.com\",\"participantEmail\":\"signer1+signer1@somedomain.com\",\"participantId\":\"CBJCHBCAABAAqj_MARWbUB6l2c3cCyC70-iakaoIuSOk\",\"participantRole\":\"SIGNER\"}]}"}],"_postman_id":"2a9625fa-8d9d-4f9c-9047-848ef794fb71"},{"name":"Members/participants","event":[{"listen":"test","script":{"exec":["//pm.environment.set(\"memberID_0\", pm.response[0].id)","","","",""],"type":"text/javascript","id":"92ec14b8-6dcf-4cc0-818b-baf7b52cc386"}}],"id":"90f340a3-a1fd-4f74-ab96-d1368ab43799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"ed927a11-af73-4519-809a-46432fe97679","name":"Members/participants","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jan 2019 15:44:38 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"fcb9ffaa-583a-41c6-9d6e-83317b9f3725"},{"key":"ETag","value":"F5D1B6B680D3E732F3BC1AF378239CE.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"802"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=199"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"participantSets\": [\n        {\n            \"memberInfos\": [\n                {\n                    \"id\": \"CBJCHBCAABAAKRv55TOpxh2sOvjKgT7-4mLe11rdgXsQ\",\n                    \"email\": \"signer2+postman2@somedomain.com\",\n                    \"self\": false,\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"id\": \"CBJCHBCAABAAoS0B27ZTllbwT3AM0Xbwr1DzLZggJ4WY\",\n            \"role\": \"SIGNER\",\n            \"status\": \"NOT_YET_VISIBLE\",\n            \"order\": 2\n        },\n        {\n            \"memberInfos\": [\n                {\n                    \"id\": \"CBJCHBCAABAAOoughvac4Nl2nmw14LBEJCT3fKmAe0jv\",\n                    \"email\": \"signer1+postman1@somedomain.com\",\n                    \"self\": false,\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"id\": \"CBJCHBCAABAASJEazwPLkhNzMoQTH2jCjaOol44CF1t2\",\n            \"role\": \"SIGNER\",\n            \"status\": \"WAITING_FOR_MY_SIGNATURE\",\n            \"order\": 1\n        }\n    ],\n    \"senderInfo\": {\n        \"participantId\": \"CBJCHBCAABAAU88R9cq0tNUirkKkPxK_I4BqpFQ0sRup\",\n        \"email\": \"sender@somedomain.com\",\n        \"company\": \"Test111 Company\",\n        \"name\": \"AdminJim Sender22\",\n        \"self\": true,\n        \"status\": \"WAITING_FOR_OTHERS\"\n    }\n}"}],"_postman_id":"90f340a3-a1fd-4f74-ab96-d1368ab43799"},{"name":"Members/participants Copy","event":[{"listen":"test","script":{"exec":["//pm.environment.set(\"memberID_0\", pm.response[0].id)","","","",""],"type":"text/javascript","id":"9929ba13-043e-40e9-b260-9f8fc7a8fb79"}}],"id":"3424d35b-72de-4516-83fe-ffd0546536de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"28a794f5-8926-4241-bce8-bcb2b5094e92","name":"Members/participants","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jan 2019 15:44:38 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"fcb9ffaa-583a-41c6-9d6e-83317b9f3725"},{"key":"ETag","value":"F5D1B6B680D3E732F3BC1AF378239CE.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"802"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=199"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"participantSets\": [\n        {\n            \"memberInfos\": [\n                {\n                    \"id\": \"CBJCHBCAABAAKRv55TOpxh2sOvjKgT7-4mLe11rdgXsQ\",\n                    \"email\": \"signer2+postman2@somedomain.com\",\n                    \"self\": false,\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"id\": \"CBJCHBCAABAAoS0B27ZTllbwT3AM0Xbwr1DzLZggJ4WY\",\n            \"role\": \"SIGNER\",\n            \"status\": \"NOT_YET_VISIBLE\",\n            \"order\": 2\n        },\n        {\n            \"memberInfos\": [\n                {\n                    \"id\": \"CBJCHBCAABAAOoughvac4Nl2nmw14LBEJCT3fKmAe0jv\",\n                    \"email\": \"signer1+postman1@somedomain.com\",\n                    \"self\": false,\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"id\": \"CBJCHBCAABAASJEazwPLkhNzMoQTH2jCjaOol44CF1t2\",\n            \"role\": \"SIGNER\",\n            \"status\": \"WAITING_FOR_MY_SIGNATURE\",\n            \"order\": 1\n        }\n    ],\n    \"senderInfo\": {\n        \"participantId\": \"CBJCHBCAABAAU88R9cq0tNUirkKkPxK_I4BqpFQ0sRup\",\n        \"email\": \"sender@somedomain.com\",\n        \"company\": \"Test111 Company\",\n        \"name\": \"AdminJim Sender22\",\n        \"self\": true,\n        \"status\": \"WAITING_FOR_OTHERS\"\n    }\n}"}],"_postman_id":"3424d35b-72de-4516-83fe-ffd0546536de"},{"name":"ParticipantSet Detail","event":[{"listen":"test","script":{"exec":["//pm.environment.set(\"memberID_0\", pm.response[0].id)","","","",""],"type":"text/javascript","id":"d86fed1a-1446-484b-9a35-de74f98617e2"}}],"id":"6e4572a7-94eb-4fb3-8822-9c78f5ca9cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members/participantSets/{{participantSetId}}","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members","participantSets","{{participantSetId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"98c683bd-9bde-4fbb-a2dc-2e68d03a4a6f","name":"Members/participants","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jan 2019 15:44:38 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"fcb9ffaa-583a-41c6-9d6e-83317b9f3725"},{"key":"ETag","value":"F5D1B6B680D3E732F3BC1AF378239CE.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"802"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=199"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"participantSets\": [\n        {\n            \"memberInfos\": [\n                {\n                    \"id\": \"CBJCHBCAABAAKRv55TOpxh2sOvjKgT7-4mLe11rdgXsQ\",\n                    \"email\": \"signer2+postman2@somedomain.com\",\n                    \"self\": false,\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"id\": \"CBJCHBCAABAAoS0B27ZTllbwT3AM0Xbwr1DzLZggJ4WY\",\n            \"role\": \"SIGNER\",\n            \"status\": \"NOT_YET_VISIBLE\",\n            \"order\": 2\n        },\n        {\n            \"memberInfos\": [\n                {\n                    \"id\": \"CBJCHBCAABAAOoughvac4Nl2nmw14LBEJCT3fKmAe0jv\",\n                    \"email\": \"signer1+postman1@somedomain.com\",\n                    \"self\": false,\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"id\": \"CBJCHBCAABAASJEazwPLkhNzMoQTH2jCjaOol44CF1t2\",\n            \"role\": \"SIGNER\",\n            \"status\": \"WAITING_FOR_MY_SIGNATURE\",\n            \"order\": 1\n        }\n    ],\n    \"senderInfo\": {\n        \"participantId\": \"CBJCHBCAABAAU88R9cq0tNUirkKkPxK_I4BqpFQ0sRup\",\n        \"email\": \"sender@somedomain.com\",\n        \"company\": \"Test111 Company\",\n        \"name\": \"AdminJim Sender22\",\n        \"self\": true,\n        \"status\": \"WAITING_FOR_OTHERS\"\n    }\n}"}],"_postman_id":"6e4572a7-94eb-4fb3-8822-9c78f5ca9cb5"},{"name":"Documents in Agreement","id":"0ec327d7-fe34-4bc9-9685-b18352a91b5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/documents","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","documents"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"50d88454-71bc-4be6-9ebd-5e33ae270155","name":"Documents in Agreement","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"184","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:02:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"438f3a5e-15d4-4b45-914b-5e13633d884f","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"documents\":[{\"id\":\"3AAABLblqZhBFoa6UodSTJqQc1rVefwf90nIXfQBaVp3ccn3H5y8lpLon7g0LSsS_07UtAYH7lluuMFw5TbzEylDdW73CqzG4\",\"name\":\"MSA_noline\",\"mimeType\":\"application/pdf\",\"numPages\":1}]}"}],"_postman_id":"0ec327d7-fe34-4bc9-9685-b18352a91b5f"},{"name":"All Image Urls","id":"d857d62a-2ec4-4ea6-8d27-b48daccc8b62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/documents/imageUrls","description":"<h4 id=\"urls-for-the-available-thumbnail-images-of-an-agreement\">URLS for the available thumbnail images of an agreement</h4>\n<p>Signed agreement URLs as well as thumbnail image URLs are generated unique links and only remain active for 1 hour (default/setting) for security reasons.  </p>\n<p>Links to these items should be generated \"on-demand\" or files should be transferred/copied to your app/platform and stored \"locally\".</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","documents","imageUrls"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"b2edd4df-e798-41ab-b0e9-d95d16c26973","name":"All Image Urls","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/documents/imageUrls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1165","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:03:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=15, max=199","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"cdda87ec-baab-40e7-bde7-18a56fecc57e","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"originalDocumentsImageUrlsInfo\":[{\"documentImageUrlsList\":[{\"imageURLs\":[{\"url\":\"https://secure.na2.adobesign.com/document/ci/3AAABLblqZhDfRP_gd6TYDBVV0q7QFd_YPsO4VKiyxXdOntme9w5LMU0wUu5xt0UTPiqT66a_pEojU54ku5VtWkw5cr89edY4/large.png\",\"pageNumber\":1}],\"imageSize\":\"FIXED_WIDTH_675px\",\"imagesAvailable\":true},{\"imageURLs\":[{\"url\":\"https://secure.na2.adobesign.com/document/ci/3AAABLblqZhA3GSTXZF7sIYZCv_-KMaUIX_upsEIeLUG3DGMT-mM1ONikVYUZDLI2iJGIq2eEunjlIwYre0iAiHkvKE9qbTSr/z100.png\",\"pageNumber\":1}],\"imageSize\":\"ZOOM_100_PERCENT\",\"imagesAvailable\":true},{\"imageURLs\":[{\"url\":\"https://secure.na2.adobesign.com/document/ci/3AAABLblqZhAhBS65TonI0efbNvQafdmcprxgodlcWz-mp6QbsVjspmJxBF-h3d_-XqnEiG1YSBCe6NrTXWO5PcvBy8ijeRwE/tiny.png\",\"pageNumber\":1}],\"imageSize\":\"FIXED_WIDTH_50px\",\"imagesAvailable\":true},{\"imageURLs\":[{\"url\":\"https://secure.na2.adobesign.com/document/ci/3AAABLblqZhB9m8sqIunMOxDCASZaPZ1bdkZz2GDYrTVvLGd6Rduns96MlsQxQ7tCj0DUzHXf2bwIuCm3b-Xq-DCvGfXNpdnT/small.png\",\"pageNumber\":1}],\"imageSize\":\"FIXED_WIDTH_250px\",\"imagesAvailable\":true}],\"documentId\":\"3AAABLblqZhBFoa6UodSTJqQc1rVefwf90nIXfQBaVp3ccn3H5y8lpLon7g0LSsS_07UtAYH7lluuMFw5TbzEylDdW73CqzG4\"}]}"}],"_postman_id":"d857d62a-2ec4-4ea6-8d27-b48daccc8b62"},{"name":"Audit trail/report","id":"5669b50e-06a6-407d-96be-8d664ee401f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/auditTrail","description":"<h4 id=\"gets-the-audit-trailreport-for-an-agreement\">Gets the audit trail/report for an agreement</h4>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","auditTrail"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5669b50e-06a6-407d-96be-8d664ee401f7"},{"name":"List Agreement Fields","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1a6e9b31-6af3-4f2a-ac23-76c5fd31916c"}},{"listen":"test","script":{"type":"text/javascript","exec":["var fieldData = pm.response.json();","","pm.test(\"success got Fields List\", function () {","    pm.expect(pm.response.text()).to.include('fields\":');","});"],"id":"fae7e79c-55df-4c13-aa4f-e1f499cf8120"}}],"id":"ca23ce93-9429-486c-b779-9e1b54d4da65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields","description":"<h4 id=\"gets-details-for-all-fields-on-an-agreement\">Gets details for all fields on an agreement</h4>\n<ul>\n<li>type</li>\n<li>location</li>\n<li>style</li>\n<li>page number</li>\n<li>default value</li>\n<li>min/max length</li>\n<li>validation</li>\n<li>name</li>\n<li>font size</li>\n<li>etc.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"5b5fe679-0096-4468-82b4-863703eaacc8","name":"List Agreement Fields","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2366","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 14:49:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"c7456f61-f4ea-499a-a507-c67b7ef0e1a7","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"fields\":[{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"BLOCK\",\"locations\":[{\"pageNumber\":2,\"top\":777.0,\"left\":15.0,\"width\":280.0,\"height\":43.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"\",\"fontSize\":-1.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNATURE_BLOCK\",\"defaultValue\":\"\",\"readOnly\":false,\"valueExpression\":\"\",\"calculated\":false,\"required\":true,\"minLength\":-1,\"maxLength\":-1,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0\",\"origin\":\"GENERATED\"},{\"backgroundColor\":\"\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"SIGNATURE\",\"locations\":[{\"pageNumber\":2,\"top\":777.0,\"left\":92.36842346191406,\"width\":202.63157653808594,\"height\":23.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"Source Sans Pro\",\"fontSize\":10.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNATURE\",\"defaultValue\":\"\",\"readOnly\":false,\"valueExpression\":\"\",\"calculated\":false,\"required\":true,\"minLength\":-1,\"maxLength\":40,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0_signature\",\"origin\":\"GENERATED\"},{\"backgroundColor\":\"\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"TEXT_FIELD\",\"locations\":[{\"pageNumber\":2,\"top\":754.0,\"left\":92.36842346191406,\"width\":202.63157653808594,\"height\":20.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"Source Sans Pro\",\"fontSize\":10.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNER_EMAIL\",\"defaultValue\":\"signer1+signer1@somedomain.com\",\"readOnly\":true,\"valueExpression\":\"\",\"calculated\":false,\"required\":false,\"minLength\":-1,\"maxLength\":255,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0_email\",\"origin\":\"GENERATED\"}]}"},{"id":"f4dc1efa-4390-48af-8def-271549870f63","name":"List Agreement Fields","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2366","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"8020a820-14b8-4065-a1b7-afca839c4241","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"fields\":[{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"BLOCK\",\"locations\":[{\"pageNumber\":2,\"top\":777.0,\"left\":15.0,\"width\":280.0,\"height\":43.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"\",\"fontSize\":-1.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNATURE_BLOCK\",\"defaultValue\":\"\",\"readOnly\":false,\"valueExpression\":\"\",\"calculated\":false,\"required\":true,\"minLength\":-1,\"maxLength\":-1,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0\",\"origin\":\"GENERATED\"},{\"backgroundColor\":\"\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"SIGNATURE\",\"locations\":[{\"pageNumber\":2,\"top\":777.0,\"left\":92.36842346191406,\"width\":202.63157653808594,\"height\":23.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"Source Sans Pro\",\"fontSize\":10.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNATURE\",\"defaultValue\":\"\",\"readOnly\":false,\"valueExpression\":\"\",\"calculated\":false,\"required\":true,\"minLength\":-1,\"maxLength\":40,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0_signature\",\"origin\":\"GENERATED\"},{\"backgroundColor\":\"\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"TEXT_FIELD\",\"locations\":[{\"pageNumber\":2,\"top\":754.0,\"left\":92.36842346191406,\"width\":202.63157653808594,\"height\":20.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"Source Sans Pro\",\"fontSize\":10.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNER_EMAIL\",\"defaultValue\":\"signer1+signer1@somedomain.com\",\"readOnly\":true,\"valueExpression\":\"\",\"calculated\":false,\"required\":false,\"minLength\":-1,\"maxLength\":255,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0_email\",\"origin\":\"GENERATED\"}]}"},{"id":"3bb2b998-15ca-443e-a2ee-06f9f6db2af7","name":"List Agreement Fields","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:51:13 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"8cec200d-1fe3-4ce4-981c-ae290404343f"},{"key":"ETag","value":"72CA7779B8E1198122BB72075C169.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"11934"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"fields\": [\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"#000000\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 348.9800109863281,\n                    \"left\": 120.81999969482422,\n                    \"width\": 149.9999771118164,\n                    \"height\": 15.193023681640625\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Times-Roman\",\n            \"fontSize\": 10,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"AccountName\",\n            \"origin\": \"AUTHORED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"#000000\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 348.9590148925781,\n                    \"left\": 369.6400146484375,\n                    \"width\": 150,\n                    \"height\": 15.120025634765625\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Times-Roman\",\n            \"fontSize\": 10,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"AccountNumber\",\n            \"origin\": \"AUTHORED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"#000000\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 326.0580139160156,\n                    \"left\": 120.09300231933594,\n                    \"width\": 410.7229766845703,\n                    \"height\": 15.120025634765625\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Times-Roman\",\n            \"fontSize\": 10,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Street\",\n            \"origin\": \"AUTHORED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"#000000\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 302.4960021972656,\n                    \"left\": 120.09300231933594,\n                    \"width\": 96.58900451660156,\n                    \"height\": 15.1199951171875\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Times-Roman\",\n            \"fontSize\": 10,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"City\",\n            \"origin\": \"AUTHORED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"#000000\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 302.4960021972656,\n                    \"left\": 268.3800048828125,\n                    \"width\": 24.1199951171875,\n                    \"height\": 15.1199951171875\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Times-Roman\",\n            \"fontSize\": 10,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"State\",\n            \"origin\": \"AUTHORED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"#000000\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 302.4960021972656,\n                    \"left\": 366.47698974609375,\n                    \"width\": 115.44000244140625,\n                    \"height\": 15.1199951171875\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Times-Roman\",\n            \"fontSize\": 10,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Zip\",\n            \"origin\": \"AUTHORED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"#000000\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"MULTILINE\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 278.17999267578125,\n                    \"left\": 120,\n                    \"width\": 319.52801513671875,\n                    \"height\": 180.36639404296875\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Times-Roman\",\n            \"fontSize\": 10,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Description\",\n            \"origin\": \"AUTHORED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"SIGNATURE\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 91.6500244140625,\n                    \"left\": 166.5,\n                    \"width\": 151.5,\n                    \"height\": 22.5\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNATURE\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Sig1\",\n            \"origin\": \"AUTHORED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"#000000\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 90.13348388671875,\n                    \"left\": 370.74700927734375,\n                    \"width\": 150,\n                    \"height\": 22\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Times-Roman\",\n            \"fontSize\": 12,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNER_EMAIL\",\n            \"defaultValue\": \"\",\n            \"readOnly\": true,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": 255,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"EMail\",\n            \"origin\": \"AUTHORED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 56.61700439453125,\n                    \"left\": 166.96499633789062,\n                    \"width\": 150,\n                    \"height\": 22\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Times-Roman\",\n            \"fontSize\": 12,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNER_TITLE\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": 255,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Title1\",\n            \"origin\": \"AUTHORED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"#000000\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 56.61700439453125,\n                    \"left\": 371.31500244140625,\n                    \"width\": 150,\n                    \"height\": 22\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Times-Roman\",\n            \"fontSize\": 12,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNATURE_DATE\",\n            \"defaultValue\": \"\",\n            \"readOnly\": true,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": 40,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Signer1Date\",\n            \"origin\": \"AUTHORED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 28.5,\n                    \"left\": 21.75,\n                    \"width\": 212.16000366210938,\n                    \"height\": 16\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNER_NAME\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"fn1\",\n            \"origin\": \"AUTHORED\"\n        },\n        {\n            \"backgroundColor\": \"#ffffff\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"BLOCK\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 2,\n                    \"top\": 777,\n                    \"left\": 15,\n                    \"width\": 280,\n                    \"height\": 43\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNATURE_BLOCK\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"echosign_signatureblock_1\",\n            \"origin\": \"GENERATED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"SIGNATURE\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 2,\n                    \"top\": 777,\n                    \"left\": 92.36842346191406,\n                    \"width\": 202.63157653808594,\n                    \"height\": 23\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Source Sans Pro\",\n            \"fontSize\": 10,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNATURE\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": 40,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"echosign_signatureblock_1_signature\",\n            \"origin\": \"GENERATED\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 2,\n                    \"top\": 754,\n                    \"left\": 92.36842346191406,\n                    \"width\": 202.63157653808594,\n                    \"height\": 20\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Source Sans Pro\",\n            \"fontSize\": 10,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNER_EMAIL\",\n            \"defaultValue\": \"signer2+postman2@somedomain.com\",\n            \"readOnly\": true,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": 255,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"echosign_signatureblock_1_email\",\n            \"origin\": \"GENERATED\"\n        }\n    ]\n}"}],"_postman_id":"ca23ce93-9429-486c-b779-9e1b54d4da65"},{"name":"Field Merge Info","id":"c67930e4-c5d7-40da-b64f-ec4a7299647c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields","mergeInfo"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"9f61f9f5-ba13-4b5f-be39-e80e6e948340","name":"Not in DRAFT","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"123","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"0fdf4649-5c02-41a1-9217-89e4e36735cd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"code\":\"AGREEMENT_NOT_IN_DRAFT_STATE\",\"message\":\"The specified action is not supported for agreements not in draft state\"}"},{"id":"da66af72-f123-4382-bf6e-d5c5491d5a03","name":"Field Merge Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:53:14 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"79797547-0296-4335-aa96-5d41b7397508"},{"key":"ETag","value":"99D7DF57C383463C0ED709C94C6BF72.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"2"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=198"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f41587d3-ba8a-4820-9fee-bbf41fbab837","name":"Field Merge Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:52:14 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"d090bb51-f7ec-44aa-84ac-ee6f4f75a9e8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"123"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"AGREEMENT_NOT_IN_DRAFT_STATE\",\n    \"message\": \"The specified action is not supported for agreements not in draft state\"\n}"}],"_postman_id":"c67930e4-c5d7-40da-b64f-ec4a7299647c"}],"id":"d17b93af-cdaf-4693-870d-f2e15e4b9a54","_postman_id":"d17b93af-cdaf-4693-870d-f2e15e4b9a54","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"POST to get VIEWS","item":[{"name":"ALL","event":[{"listen":"test","script":{"exec":["","","","","",""],"type":"text/javascript","id":"cc3384ba-e673-4aa9-aecd-8acb8ff7b1f9"}}],"id":"72822fe7-abad-459b-bcaa-2f99f9235412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": false\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"58f7cae5-5e74-46c1-8608-d479ccd7bc4a","name":"Get Agreement Views - ALL","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": false\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:29:18 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"0be453d7-c290-48c2-9457-78bd2cb7cf5d"},{"key":"ETag","value":"2C1E49436D2F24FC80F6DCA97AC876.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"1589"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=198"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"agreementViewList\": [\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAANTnfL3kxNlahqs1TFC_SmfNpA8jjTep9&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAANTnfL3kxNlahqs1TFC_SmfNpA8jjTep9\",\n            \"name\": \"MODIFY\",\n            \"isCurrent\": false\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAX8MugJDoRhYzs2vy9ZqDiE1RDVnqaCM0&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAX8MugJDoRhYzs2vy9ZqDiE1RDVnqaCM0\",\n            \"name\": \"POST_CREATE\",\n            \"isCurrent\": true\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAcp5zpGR9p5rhoezkuDmnOoanhQpXHpKq&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAcp5zpGR9p5rhoezkuDmnOoanhQpXHpKq\",\n            \"name\": \"DOCUMENT\",\n            \"isCurrent\": false\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAw5J-0U38Skdz2JvaUYdBVs2ADqmSf8Xx&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAw5J-0U38Skdz2JvaUYdBVs2ADqmSf8Xx\",\n            \"name\": \"MANAGE\",\n            \"isCurrent\": false\n        }\n    ]\n}"}],"_postman_id":"72822fe7-abad-459b-bcaa-2f99f9235412"},{"name":"COMPOSE","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"d89a1065-35c4-4b11-b1ce-2b25deabf9f5"}}],"id":"41ebec27-5696-479f-a3c9-09ca693c4450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:{{na2Admin}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"COMPOSE\",\n  \"commonViewConfiguration\": {\n    \"//1\":\"You will usually want to 'auto-login' as the user in the x-api-header param.\",\n    \"autoLoginUser\": true,\n    \"noChrome\": true\n  },\n   \"composeViewConfiguration\": {\n    \"fileUploadOptions\": {\n      \"//4\":\"Below is a new parameter added in 07-2020 to lock down file upload. default is 'true' so you can leave it off completely\",\n      \"canEditFiles\": false\n    },\n    \"isPreviewSelected\": true\n   }\n    \n  \n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"6eac9feb-39d8-47d4-b4f2-2b101bfaab32","name":"Get Agreement Views - ALL","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": false\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:29:18 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"0be453d7-c290-48c2-9457-78bd2cb7cf5d"},{"key":"ETag","value":"2C1E49436D2F24FC80F6DCA97AC876.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"1589"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=198"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"agreementViewList\": [\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAANTnfL3kxNlahqs1TFC_SmfNpA8jjTep9&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAANTnfL3kxNlahqs1TFC_SmfNpA8jjTep9\",\n            \"name\": \"MODIFY\",\n            \"isCurrent\": false\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAX8MugJDoRhYzs2vy9ZqDiE1RDVnqaCM0&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAX8MugJDoRhYzs2vy9ZqDiE1RDVnqaCM0\",\n            \"name\": \"POST_CREATE\",\n            \"isCurrent\": true\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAcp5zpGR9p5rhoezkuDmnOoanhQpXHpKq&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAcp5zpGR9p5rhoezkuDmnOoanhQpXHpKq\",\n            \"name\": \"DOCUMENT\",\n            \"isCurrent\": false\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAw5J-0U38Skdz2JvaUYdBVs2ADqmSf8Xx&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAw5J-0U38Skdz2JvaUYdBVs2ADqmSf8Xx\",\n            \"name\": \"MANAGE\",\n            \"isCurrent\": false\n        }\n    ]\n}"}],"_postman_id":"41ebec27-5696-479f-a3c9-09ca693c4450"},{"name":"DOCUMENT","event":[{"listen":"test","script":{"exec":["","","",""],"type":"text/javascript","id":"7825a570-a7a3-42a9-b258-9fcd2da057f2"}}],"id":"3b28f1ac-6bab-4d28-b46c-7308c1be6f9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"DOCUMENT\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": false\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"a986e825-9890-423c-8da0-0844f6e1c35a","name":"Get Agreement Views - DOCUMENT","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"DOCUMENT\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": false\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:38:03 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"c2f3d795-d652-4b3a-9873-965ae6f53a0b"},{"key":"ETag","value":"B66BF3B7AF668785342F6322458D1B22.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"415"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"agreementViewList\": [\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAtfUv_LNE-5mwK5bLorbjVKUpbl82kEo9&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:38:03Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAtfUv_LNE-5mwK5bLorbjVKUpbl82kEo9\",\n            \"name\": \"DOCUMENT\",\n            \"isCurrent\": false\n        }\n    ]\n}"}],"_postman_id":"3b28f1ac-6bab-4d28-b46c-7308c1be6f9e"}],"id":"c1e201a3-6d20-4cf8-8190-80f2c824c35e","description":"<p>Depending on what state the agreement is in you may need to get a \"view\" for it.</p>\n<p>Run this call to get a list of ALL available views for an agreement depending on the state.</p>\n<p>Type of views available:</p>\n<ul>\n<li>'ALL'  - All available views of agreement in current state</li>\n<li>'COMPOSE'  - \"send Page\" view of agreement in DRAFT</li>\n<li>'MODIFY'  - \"Modify agreement\" view for \"IN_PROCESS\" agreement where no recipients have yet acted</li>\n<li>'PREFILL'  - \"PREFILL\" stage view if agreement is waiting for a \"prefiller\" recipient</li>\n<li>'AUTHORING'  - </li>\n<li>'SEND_PROGRESS'</li>\n<li>'POST_CREATE'</li>\n<li>'DOCUMENT'</li>\n<li>'MANAGE'</li>\n<li>'SIGNING'</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"81e4bbba-114d-4d13-94c3-54f743fd05f0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9fcd3d6c-1217-451d-88ec-70aedeeca2b6"}}],"_postman_id":"c1e201a3-6d20-4cf8-8190-80f2c824c35e","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Share","item":[{"name":"Create and Send - basic 1 signer Copy","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"819b9f7e-0c68-4af7-b04a-48701126a3cf"}}],"id":"4209576c-5a28-433d-ad95-803073044439","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{MSA_noLineSend}}\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 717\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"75285e28-dd04-483e-b1fc-52369f89b308","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 940\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"4209576c-5a28-433d-ad95-803073044439"},{"name":"Get Agreement View - AUTHORING","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","",""],"type":"text/javascript","id":"569300cb-4e55-4d0c-8a2d-6507282479f6"}}],"id":"548eeb25-54a0-469b-a6d4-0ecf8ff58859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AUTHORING\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"548eeb25-54a0-469b-a6d4-0ecf8ff58859"}],"id":"745e1277-f646-43d2-b387-1658d4e1be65","_postman_id":"745e1277-f646-43d2-b387-1658d4e1be65","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Send-Transient-Docs","item":[{"name":"Upload","item":[{"name":"UploadTransient basic NDA","event":[{"listen":"test","script":{"exec":["","var transResponse = pm.response.json();","","pm.globals.set(\"lastTrans\", transResponse.transientDocumentId);","","pm.test(\"Got Transient ID\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.transientDocumentId);","});","",""],"type":"text/javascript","id":"af4c159f-028f-480d-8728-be1eef1efb81"}}],"id":"b6259bbf-78c9-4d88-83c0-9e0e5b3a045b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"formdata","formdata":[{"key":"File-Name","value":"Basic-NDA.pdf","type":"text"},{"key":"Mime-Type","value":".pdf","type":"text","disabled":true},{"key":"File","type":"file","src":"/Users/smusz/OneDrive - Adobe Systems Inc/___Public/SendDocs/PDF - NDA/Basic-NDA_1.pdf"}]},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/transientDocuments","description":"<h4 id=\"uploads-a-transient-file-that-can-then-be-used-to-create-an-agreement\">Uploads a \"transient\" file that can then be used to create an \"agreement\"</h4>\n<p>Creates transient as a multi-part binary upload.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","transientDocuments"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6259bbf-78c9-4d88-83c0-9e0e5b3a045b"}],"id":"0d796398-48a2-476c-a092-013e9d6bbe59","_postman_id":"0d796398-48a2-476c-a092-013e9d6bbe59","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Create and Send w Transient - basic 1 signer ","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"b22ca035-a691-4b29-b078-158a974edc83"}}],"id":"db55ad8f-8484-4213-aabe-8e69ea124fdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n   ],\n  \"name\": \"API Send Transient Test Agreement 943\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<h4 id=\"creates-and-immediately-initiates-an-agreement\">Creates and immediately initiates an agreement</h4>\n<p>Creates an agreement for signing using a \"transient\" file uploaded in previous call.  </p>\n<p>This is the call used for process where the document to become the agreement is from the integrated platform or other \"local\" file rather than using a \"library template\" from the Adobe Sign document library.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db55ad8f-8484-4213-aabe-8e69ea124fdc"},{"name":"Create -> \"AUTHORING\" w Transient - basic 1 signer  Copy","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"22f348cf-8272-4b65-98ba-5614e522b435"}}],"id":"2f3a123f-5162-4df5-aa78-f7f0aa862670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n   ],\n  \"name\": \"API Send Transient Test Agreement 87\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"AUTHORING\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<h4 id=\"creates-and-immediately-initiates-an-agreement\">Creates and immediately initiates an agreement</h4>\n<p>Creates an agreement for signing using a \"transient\" file uploaded in previous call.  </p>\n<p>This is the call used for process where the document to become the agreement is from the integrated platform or other \"local\" file rather than using a \"library template\" from the Adobe Sign document library.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f3a123f-5162-4df5-aa78-f7f0aa862670"},{"name":"Create and Initialize w Transient - basic 1 signer  - Suppress ALL emails","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"b34c4068-5a47-4d06-bcc6-4286e2963652"}}],"id":"52537c3b-3abe-4be5-addb-585ca57492d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n  ],\n  \"name\": \"API Send Transient Test Agreement 854\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n   \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"NONE\"\n    }\n  },\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<h4 id=\"creates-and-immediately-initiates-an-agreement---suppresses-all-emails\">Creates and immediately initiates an agreement - suppresses all emails</h4>\n<p>Creates an agreement for signing using a \"transient\" file uploaded in previous call.  </p>\n<p>This is the call used for process where the document to become the agreement is from the integrated platform or other \"local\" file rather than using a \"library template\" from the Adobe Sign document library.</p>\n<p>This call adds \"email suppression\".  There are 3 classes of emails from Adobe Sign, init (Please Sign/Approve etc), inFlight (\"was sent\", \"was signed\", etc.), and completion (\"signed and filed\", final approval, etc.). Each of these can be set to \"ALL\" or \"NONE\".</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"52537c3b-3abe-4be5-addb-585ca57492d3"},{"name":"Create and Send as non-admin w Transient - basic 1 signer","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"de9e7777-8255-4a10-99e5-e60ec8bf024f"}}],"id":"6cbd68aa-7a3a-46cc-bc60-350513a9b871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:signer1+MSsigner1@somedomain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n  ],\n  \"name\": \"API Send Transient Test Agreement 827\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<h4 id=\"creates-and-immediately-initiates-an-agreement\">Creates and immediately initiates an agreement</h4>\n<p>Creates an agreement for signing using a \"transient\" file uploaded in previous call.  </p>\n<p>This is the call used for process where the document to become the agreement is from the integrated platform or other \"local\" file rather than using a \"library template\" from the Adobe Sign document library.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6cbd68aa-7a3a-46cc-bc60-350513a9b871"},{"name":"Create DRAFT w Transient - basic 3 signer","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.json()).to.include(\"id\");","});","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","",""],"type":"text/javascript","id":"df351eaa-209b-4a89-a010-66a4b648f72e"}}],"id":"495fccbb-7d8f-459e-a6d6-b523f34f89e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n  ],\n  \"name\": \"API Send Transient Test Agreement 46\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    },\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp2}}\"\n        }\n      ],\n      \"order\": 2,\n      \"role\": \"SIGNER\"\n    },\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp3}}\"\n        }\n      ],\n      \"order\": 3,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<h4 id=\"new-draft-agreement-using-a-transient-document\">New DRAFT agreement using a \"transient\" document</h4>\n<p>Creates an agreement for signing using a \"transient\" file uploaded in previous call.  </p>\n<p>This is the call used for process where the document to become the agreement is from the integrated platform or other \"local\" file rather than using a \"library template\" from the Adobe Sign document library.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"495fccbb-7d8f-459e-a6d6-b523f34f89e6"},{"name":"Create DRAFT w Transient - basic 3 signer Copy","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.json()).to.include(\"id\");","});","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","",""],"type":"text/javascript","id":"e010a748-7ec8-4b50-b74a-a71058cdaef8"}}],"id":"7d51d61a-2009-48bf-9329-fc6bdf0ea910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fileInfos\": [\n        {\n            \"libraryDocumentId\": \"{{MSA_noLineSend}}\"\n        }\n    ],\n    \"name\": \"API Send Transient Test Agreement 959\",\n    \"participantSetsInfo\": [\n        {\n            \"memberInfos\": [\n                {\n                    \"email\": \"{{rcp1}}\"\n                }\n            ],\n            \"order\": 1,\n            \"role\": \"SIGNER\"\n        },\n        {\n            \"memberInfos\": [\n                {\n                    \"email\": \"{{rcp2}}\"\n                }\n            ],\n            \"order\": 1,\n            \"role\": \"SIGNER\"\n        },\n        {\n            \"memberInfos\": [\n                {\n                    \"email\": \"sender@somedomain.com\"\n                }\n            ],\n            \"order\": 1,\n            \"role\": \"SIGNER\"\n        }\n    ],\n    \"emailOption\": {\n        \"sendOptions\": {\n            \"completionEmails\": \"NONE\",\n            \"inFlightEmails\": \"NONE\",\n            \"initEmails\": \"NONE\"\n        }\n    },\n    \"signatureType\": \"ESIGN\",\n    \"externalId\": {\n        \"id\": \"NA2Account_1775247664\"\n    },\n    \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<h4 id=\"new-draft-agreement-using-a-transient-document\">New DRAFT agreement using a \"transient\" document</h4>\n<p>Creates an agreement for signing using a \"transient\" file uploaded in previous call.  </p>\n<p>This is the call used for process where the document to become the agreement is from the integrated platform or other \"local\" file rather than using a \"library template\" from the Adobe Sign document library.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d51d61a-2009-48bf-9329-fc6bdf0ea910"},{"name":"Create DRAFT w Transient - basic 1 signer","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.json()).to.include(\"id\");","});","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","",""],"type":"text/javascript","id":"a24cd240-faec-41c8-a260-7424ecb9f6b5"}}],"id":"482df0d6-130c-436a-894a-06db469224c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n  ],\n  \"name\": \"API Send Transient Test Agreement 846\",\n  \"message\": \"Please sign this contract from us.\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<h4 id=\"new-draft-agreement-using-a-transient-document\">New DRAFT agreement using a \"transient\" document</h4>\n<p>Creates an agreement for signing using a \"transient\" file uploaded in previous call.  </p>\n<p>This is the call used for process where the document to become the agreement is from the integrated platform or other \"local\" file rather than using a \"library template\" from the Adobe Sign document library.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"482df0d6-130c-436a-894a-06db469224c7"},{"name":"Create DRAFT w Transient - basic 1 signer With Phone Auth","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.json()).to.include(\"id\");","});","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","",""],"type":"text/javascript","id":"433a1370-5dc3-4458-a0b4-a1b1d5f93d35"}}],"id":"68eb5add-1585-435a-bdc0-cce20daedbff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n  ],\n  \"name\": \"API Send Transient Test Agreement 336\",\n  \"message\": \"Please sign this contract from us.\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\",\n          \"securityOption\": {\n            \t\"authenticationMethod\": \"PHONE\",\n            \t\"phoneInfo\": {\n            \t\"countryCode\": \"+1\",\n            \t\"phone\": \"5102957427\"\n            \t}\n            }\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<h4 id=\"new-draft-agreement-using-a-transient-document\">New DRAFT agreement using a \"transient\" document</h4>\n<p>Creates an agreement for signing using a \"transient\" file uploaded in previous call.  </p>\n<p>This is the call used for process where the document to become the agreement is from the integrated platform or other \"local\" file rather than using a \"library template\" from the Adobe Sign document library.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"68eb5add-1585-435a-bdc0-cce20daedbff"},{"name":"Create DRAFT w Transient - No signers - use with Views for COMPOSE Send","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.json()).to.include(\"id\");","});","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","",""],"type":"text/javascript","id":"f0da3750-b742-4622-9058-6218ff30c465"}}],"id":"e7593ad3-df43-49f7-b550-5cd66465aebb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n  ],\n  \"name\": \"API Send Transient Test Agreement 799\",\n  \"participantSetsInfo\": [],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<h4 id=\"new-draft-agreement-using-a-transient-document\">New DRAFT agreement using a \"transient\" document</h4>\n<p>Creates an agreement for signing using a \"transient\" file uploaded in previous call.  </p>\n<p>This is the call used for process where the document to become the agreement is from the integrated platform or other \"local\" file rather than using a \"library template\" from the Adobe Sign document library.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7593ad3-df43-49f7-b550-5cd66465aebb"},{"name":"Create DRAFT w Transient - 1 signer no email - use to upload signed to archive","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.json()).to.include(\"id\");","});","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","",""],"type":"text/javascript","id":"c49e41cf-4fdd-4151-a403-082adff29aed"}}],"id":"88564f88-9253-4ee0-aef0-62268b4fdf50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n  ],\n  \"name\": \"API Send Transient Test Agreement 18\",\n   \"participantSetsInfo\": [ ],\n   \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"NONE\"\n    }\n  },\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<h4 id=\"new-draft-agreement-using-a-transient-document\">New DRAFT agreement using a \"transient\" document</h4>\n<p>Creates an agreement for signing using a \"transient\" file uploaded in previous call.  </p>\n<p>This is the call used for process where the document to become the agreement is from the integrated platform or other \"local\" file rather than using a \"library template\" from the Adobe Sign document library.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"88564f88-9253-4ee0-aef0-62268b4fdf50"}],"id":"8b7872c0-e029-4ef4-b5db-60b342ecee24","description":"<p>A few example calls for using a \"transient document\" to create a new agreement.  </p>\n<p>\"Transient docs\" are basically \"temp\" files you upload using the <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#1ececc7a-1bf6-4a97-a1c3-7fa6b418c9e3\">POST UploadTransient</a> call.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4b568963-d46a-48b2-9ae0-cc67237fdcad"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"dcc77136-98ee-402e-996a-a07ecfb44c55"}}],"_postman_id":"8b7872c0-e029-4ef4-b5db-60b342ecee24","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Send-Url-Docs","item":[{"name":"Create and Send w URL doc - basic 1 signer","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"id":"5a3ef854-b41b-40e6-8813-300154ec9ca9"}}],"id":"b1b43c88-2731-4f90-abda-8536f416cb32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"urlFileInfo\": {\n          \"mimeType\": \"application/pdf\",\n            \"name\": \"MSA_Noline.pdf\",\n            \"url\": \"https://aaronsmusz.com/form2send/_MSA_noline.pdf\"\n      }\n    }\n  ],\n  \"name\": \"API Send URL Test Agreement 306\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1b43c88-2731-4f90-abda-8536f416cb32"},{"name":"Create DRAFT w URL doc - basic 1 signer","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"7474d018-195c-489d-aad4-0650fc7e2ab2"}}],"id":"0a3856bd-8e6e-4b04-b9c0-80b363e61436","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"urlFileInfo\": {\n          \"mimeType\": \"application/pdf\",\n            \"name\": \"MSA_Noline.pdf\",\n            \"url\": \"https://aaronsmusz.com/form2send/_MSA_noline.pdf\"\n      }\n    }\n  ],\n  \"name\": \"API Send URL Test DRAFT Agreement 871\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a3856bd-8e6e-4b04-b9c0-80b363e61436"}],"id":"e02ef675-3f00-49c3-ae57-d23c38124ed6","_postman_id":"e02ef675-3f00-49c3-ae57-d23c38124ed6","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Add to Draft or Authoring","item":[{"name":"Add Merge Data","item":[{"name":"Add Merge Data to agreement","event":[{"listen":"test","script":{"exec":["","pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"type":"text/javascript","id":"3ff90f06-f43f-4859-bbaa-6c96358092ae"}}],"id":"6d9c128d-69c6-410a-a742-184ce9f8d026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","value":"{{lastEtag}}","type":"text"}],"body":{"mode":"raw","raw":" {\n \"fieldMergeInfos\": [\n    {\n      \"defaultValue\": \"Sam's Garage\",\n      \"fieldName\": \"AccountName\"\n    },\n    {\n      \"defaultValue\": \"1775247664\",\n      \"fieldName\": \"AccountNumber\"\n    },\n    {\n      \"defaultValue\": \"123 South Main\",\n      \"fieldName\": \"Street\"\n    },\n    {\n      \"defaultValue\": \"Sammyville\",\n      \"fieldName\": \"City\"\n    },\n    {\n      \"defaultValue\": \"CA\",\n      \"fieldName\": \"State\"\n    },\n    {\n      \"defaultValue\": \"54941\",\n      \"fieldName\": \"Zip\"\n    }\n  ]\n }"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo","description":"<p>Adds values to form fields on your agreement before authoring or sending.</p>\n<p>Before you can use this PUT you will need to get the eTag for the agreemnt from the \n<a href=\"https://secure.na1.adobesign.com/public/docs/restapi/v6#!/agreements/getAgreementFormData\">GET /agreements/{agreementId}/formData</a> end point. This eTag is in the response header to the get. Example <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#d71edb4d-6157-45eb-bf8a-9ca2c9a858c5\">here</a>. You use this eTag vor the If-Match value in the header of this call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields","mergeInfo"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d9c128d-69c6-410a-a742-184ce9f8d026"}],"id":"a3a54469-3fd3-4bd1-92ea-0ac0d46240ab","description":"<p>To be able to add merge data to fields you must 1st <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#3db7ff67-d2ec-47d2-a692-9fa54e1faed3\">create an agreement in DRAFT state</a>.</p>\n<p>Next you will need to get the eTag for the agreemnt from the \n<a href=\"https://secure.na1.adobesign.com/public/docs/restapi/v6#!/agreements/getAgreementFormData\">GET /agreements/{agreementId}/formData</a> end point. This eTag is in the response header to the get. Example <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#d71edb4d-6157-45eb-bf8a-9ca2c9a858c5\">here</a>.</p>\n<p>Once you add the merge data for the fields on the agreement, you'll need to change the state of the agreement from DRAFT to AUTHORING or IN_PROCESS.  Before you can run that call you will need the latest eTag for the agreement from the <a href=\"https://secure.na1.adobesign.com/public/docs/restapi/v6#!/agreements/getAgreementInfo\">GET /agreements/{agreementId}</a> endpoint.  Add the eTag as the value for a header parameter called If-Match in the PUT to /agreements/{id}/state .</p>\n<p>The process is:</p>\n<ol>\n<li>Create DRAFT</li>\n<li>GET eTag from /agreements/formData endpoint</li>\n<li>PUT merge data to PUT /agreements/{agreementId}/formFields/mergeInfo using the last eTag</li>\n<li>GET eTag from /agreements/{ID}</li>\n<li>PUT to change state from DRAFT to AUTHORING or IN_PROCESS using the <a href=\"https://secure.na1.adobesign.com/public/docs/restapi/v6#!/agreements/updateAgreementState\">PUT /agreements/{agreementId}/state</a> endpoint.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"80b05b2b-ca9b-4024-8bd3-38c1e2f6acf2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"15e593fa-642e-490c-8d37-4fb6c8fd8887"}}],"_postman_id":"a3a54469-3fd3-4bd1-92ea-0ac0d46240ab","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Add Members","item":[{"name":"Members","event":[{"listen":"test","script":{"exec":["//pm.environment.set(\"memberID_0\", pm.response[0].id)","","","",""],"type":"text/javascript","id":"62573b64-2919-41b9-9191-69ffb3c33240"}}],"id":"8e79d588-7b45-476a-a153-1c8881d9e1a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"memberInfos\": [\n    {\n      \"email\": \"signer1+signer1@somedomain.com\",\n      \"securityOption\": {\n        \"authenticationMethod\": \"NONE\"\n      }\n    }\n  ],\n  \"order\": 1,\n  \"role\": \"SIGNER\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"3ad6f8ac-d6e8-4ad6-ae06-813704d9d2f3","name":"Members/participants","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jan 2019 15:44:38 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"fcb9ffaa-583a-41c6-9d6e-83317b9f3725"},{"key":"ETag","value":"F5D1B6B680D3E732F3BC1AF378239CE.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"802"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=199"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"participantSets\": [\n        {\n            \"memberInfos\": [\n                {\n                    \"id\": \"CBJCHBCAABAAKRv55TOpxh2sOvjKgT7-4mLe11rdgXsQ\",\n                    \"email\": \"signer2+postman2@somedomain.com\",\n                    \"self\": false,\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"id\": \"CBJCHBCAABAAoS0B27ZTllbwT3AM0Xbwr1DzLZggJ4WY\",\n            \"role\": \"SIGNER\",\n            \"status\": \"NOT_YET_VISIBLE\",\n            \"order\": 2\n        },\n        {\n            \"memberInfos\": [\n                {\n                    \"id\": \"CBJCHBCAABAAOoughvac4Nl2nmw14LBEJCT3fKmAe0jv\",\n                    \"email\": \"signer1+postman1@somedomain.com\",\n                    \"self\": false,\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"id\": \"CBJCHBCAABAASJEazwPLkhNzMoQTH2jCjaOol44CF1t2\",\n            \"role\": \"SIGNER\",\n            \"status\": \"WAITING_FOR_MY_SIGNATURE\",\n            \"order\": 1\n        }\n    ],\n    \"senderInfo\": {\n        \"participantId\": \"CBJCHBCAABAAU88R9cq0tNUirkKkPxK_I4BqpFQ0sRup\",\n        \"email\": \"sender@somedomain.com\",\n        \"company\": \"Test111 Company\",\n        \"name\": \"AdminJim Sender22\",\n        \"self\": true,\n        \"status\": \"WAITING_FOR_OTHERS\"\n    }\n}"}],"_postman_id":"8e79d588-7b45-476a-a153-1c8881d9e1a9"}],"id":"3fd0add0-809b-41bf-95ce-0705b4811dec","_postman_id":"3fd0add0-809b-41bf-95ce-0705b4811dec","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Add form Fields","event":[{"listen":"test","script":{"exec":["","",""],"type":"text/javascript","id":"c2c9087e-24e6-4346-b4f3-e8ccd9fd8267"}},{"listen":"prerequest","script":{"exec":["pm.environment.set(\"partSet1_Id\", \"CBJCHBCAABAARYutNvrZaXo3SL3DT-atBuaH6NtOXB1l\");","pm.environment.set(\"partSet2_Id\", \"CBJCHBCAABAARYutNvrZaXo3SL3DT-atBuaH6NtOXB1l\");","pm.environment.set(\"partSet3_Id\", \"CBJCHBCAABAARYutNvrZaXo3SL3DT-atBuaH6NtOXB1l\");",""],"type":"text/javascript","id":"94c4ae00-2ed2-43d2-8598-568307fcaa02"}}],"id":"7ea25ce0-8e48-4af4-95c5-3362b08aabc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","value":"{{lastEtag}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fields\": [\n        {\n            \"backgroundColor\": \"#FFFFFF\",\n            \"borderColor\": \"-16777216\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"RADIO\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 717.75,\n                    \"left\": 214.8800048828125,\n                    \"width\": 11,\n                    \"height\": 11\n                },\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 690.75,\n                    \"left\": 215.25999450683594,\n                    \"width\": 10.229995727539062,\n                    \"height\": 11.25\n                },\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 662.25,\n                    \"left\": 214.8800048828125,\n                    \"width\": 11,\n                    \"height\": 11\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"assignee\": \"{{partSet1_Id}}\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"hiddenOptions\": [\n                \"likes\",\n                \"hates\",\n                \"noneed\"\n            ],\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"disposition\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"SIGNATURE\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 723.75,\n                    \"left\": 264.3800048828125,\n                    \"width\": 42.5,\n                    \"height\": 23\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"assignee\": \"{{partSet1_Id}}\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"predicates\": [\n                    {\n                        \"fieldName\": \"disposition\",\n                        \"operator\": \"EQUALS\",\n                        \"value\": \"likes\",\n                        \"fieldLocationIndex\": 0\n                    }\n                ],\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNER_INITIALS\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Initials 1\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"SIGNATURE\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 699,\n                    \"left\": 263.6300048828125,\n                    \"width\": 42.5,\n                    \"height\": 23\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"assignee\": \"{{partSet1_Id}}\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"predicates\": [\n                    {\n                        \"fieldName\": \"disposition\",\n                        \"operator\": \"EQUALS\",\n                        \"value\": \"hates\",\n                        \"fieldLocationIndex\": 0\n                    }\n                ],\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNER_INITIALS\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Initials 2\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"SIGNATURE\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 668.25,\n                    \"left\": 262.8800048828125,\n                    \"width\": 42.5,\n                    \"height\": 23\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"assignee\": \"{{partSet1_Id}}\",            \n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"predicates\": [\n                    {\n                        \"fieldName\": \"disposition\",\n                        \"operator\": \"EQUALS\",\n                        \"value\": \"noneed\",\n                        \"fieldLocationIndex\": 0\n                    }\n                ],\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNER_INITIALS\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Initials 3\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"SIGNATURE\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 592.5,\n                    \"left\": 134.6300048828125,\n                    \"width\": 212.16000366210938,\n                    \"height\": 23\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"assignee\": \"{{partSet1_Id}}\",            \n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNATURE\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Signature 1\"\n        }\n    ]\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ea25ce0-8e48-4af4-95c5-3362b08aabc1"},{"name":"Add any (/agreements/{ID})","event":[{"listen":"test","script":{"exec":["","",""],"type":"text/javascript","id":"28ccb774-57ea-4f27-8cf8-19cf7361bdc2"}},{"listen":"prerequest","script":{"exec":["pm.environment.set(\"partSet1_Id\", \"CBJCHBCAABAARYutNvrZaXo3SL3DT-atBuaH6NtOXB1l\");","pm.environment.set(\"partSet2_Id\", \"CBJCHBCAABAARYutNvrZaXo3SL3DT-atBuaH6NtOXB1l\");","pm.environment.set(\"partSet3_Id\", \"CBJCHBCAABAARYutNvrZaXo3SL3DT-atBuaH6NtOXB1l\");",""],"type":"text/javascript","id":"4e0a98ee-dc6f-4510-a07f-491d358bcd2b"}}],"id":"3c626994-2d81-43b6-8aa2-069c0a75f3c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","type":"text","value":"{{lastEtag}}"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"Some new name\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"sender@somedomain.com\"\n          \n        }\n      ],\n      \n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    },\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"signer3+signer3@somedomain.com\"\n          \n        }\n      ],\n      \n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"status\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c626994-2d81-43b6-8aa2-069c0a75f3c0"}],"id":"3fd749b0-f58e-4130-8976-11a6b033d9ac","_postman_id":"3fd749b0-f58e-4130-8976-11a6b033d9ac","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Get Signed","item":[{"name":"Get Doc/s list","id":"152aa1f6-2686-4a3e-90ff-55e4236dab3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/documents","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","documents"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"152aa1f6-2686-4a3e-90ff-55e4236dab3f"},{"name":"Get OneDoc from Agreement","id":"63f8dc92-f36b-461d-9710-f61c2db68a35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/documents/{{document_ID}}","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","documents","{{document_ID}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"63f8dc92-f36b-461d-9710-f61c2db68a35"},{"name":"Get Combined + Audit","id":"60ce2514-10a1-40fd-9be0-3ac22de52afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/combinedDocument?attachAuditReport=true","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","combinedDocument"],"host":["api","{{env_shard}}","adobesign","com"],"query":[{"key":"attachAuditReport","value":"true"}],"variable":[]}},"response":[],"_postman_id":"60ce2514-10a1-40fd-9be0-3ac22de52afd"}],"id":"4e2d0884-6198-4a89-b42b-9e58f94fca3e","_postman_id":"4e2d0884-6198-4a89-b42b-9e58f94fca3e","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Change State","item":[{"name":"Draft or Authoring -> Send","id":"54396871-ee0b-4a5a-b094-a0c4b80c6cc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/state","description":"<h4 id=\"changes-the-state-of-agreement-from-draft-or-authoring-to-in_process\">Changes the \"state\" of agreement from DRAFT or AUTHORING to IN_PROCESS</h4>\n<p>To run this call you will need to run the <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#45f808e7-5098-43b0-94a0-251b2941666c\">GET Agreement_Info</a> call first to get the latest \"eTag\" in the response header.  </p>\n<p>This value needs to populate the \"If-Match\" param in the header forthis call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","state"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"54396871-ee0b-4a5a-b094-a0c4b80c6cc1"},{"name":"Draft or Authoring -> canceled","id":"061b1a0a-9e9e-4da9-a140-b6a7a2e72d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"CANCELLED\",\n  \"agreementCancellationInfo\": {\n    \"comment\": \"The terms here are alll WRONG!!\",\n    \"notifyOthers\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/state","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","state"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"061b1a0a-9e9e-4da9-a140-b6a7a2e72d0a"},{"name":"Draft  -> Authoring","id":"1c39a6eb-3c08-4948-9601-bda6477833b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"AUTHORING\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/state","description":"<h4 id=\"changes-the-state-of-agreement-from-draft-to-authoring\">Changes the \"state\" of agreement from DRAFT to AUTHORING</h4>\n<p>To run this call you will need to run the <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#45f808e7-5098-43b0-94a0-251b2941666c\">GET Agreement_Info</a> call first to get the latest \"eTag\" in the response header.  </p>\n<p>This value needs to populate the \"If-Match\" param in the header forthis call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","state"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c39a6eb-3c08-4948-9601-bda6477833b8"},{"name":"Draft  -> Archived","id":"b2e1ae74-62d1-49b3-9412-f415e22983e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"ARCHIVED\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/state","description":"<h4 id=\"changes-the-state-of-agreement-from-draft-to-authoring\">Changes the \"state\" of agreement from DRAFT to AUTHORING</h4>\n<p>To run this call you will need to run the <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#45f808e7-5098-43b0-94a0-251b2941666c\">GET Agreement_Info</a> call first to get the latest \"eTag\" in the response header.  </p>\n<p>This value needs to populate the \"If-Match\" param in the header forthis call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","state"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2e1ae74-62d1-49b3-9412-f415e22983e1"}],"id":"56e8c45f-478e-4bf3-a721-abb6efc3bb78","_postman_id":"56e8c45f-478e-4bf3-a721-abb6efc3bb78","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Replace Signer","item":[{"name":"Switch Signer","id":"2c30a235-b024-4a95-b986-79aa3cc6d3e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","value":"{{lastEtag}}"}],"body":{"mode":"raw","raw":"{\n  \"memberInfos\": [\n    {\n      \"email\": \"signer3+signer3@somedomain.com\",\n      \"securityOption\": {\n        \"authenticationMethod\": \"NONE\"\n      }\n    }\n  ],\n  \"order\": 1,\n  \"role\": \"SIGNER\",\n  \"status\":\"{{participantStatus}}\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members/participantSets/{{participantSetId}}","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members","participantSets","{{participantSetId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c30a235-b024-4a95-b986-79aa3cc6d3e4"},{"name":"Replace non-current signer","event":[{"listen":"prerequest","script":{"exec":["pm.environment.set(\"participantSetId\", \"CBJCHBCAABAAKm_CXjBzFPTBNXprpyM8PtMNuvyIixNZ\");"],"type":"text/javascript","id":"d94ef8f5-1227-4cb4-a5f0-a7248977f5db"}}],"id":"cc41ed8b-6300-44f1-b562-9e55d6a99ae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","value":"{{lastEtag}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"memberInfos\": [\n        {\n            \"email\": \"signer3+bgl_test@somedomain.com\",\n            \"securityOption\": {\n                \"authenticationMethod\": \"NONE\"\n            }\n        }\n    ],\n    \"order\": 1,\n    \"status\": \"\",\n    \"role\": \"SIGNER\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members/participantSets/{{participantSetId}}","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members","participantSets","{{participantSetId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc41ed8b-6300-44f1-b562-9e55d6a99ae1"},{"name":"Switch Signer Auth Method","id":"2aaaafbc-003d-46b3-9297-3f17749732bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","value":"{{lastEtag}}"}],"body":{"mode":"raw","raw":"{\n  \"authenticationMethod\": \"\",\n  \"password\": \"\",\n  \"phoneInfo\": {\n    \"countryCode\": \"\",\n    \"phone\": \"\"\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members/participantSets/{{partSet1_Id}}/participants/{{participantMemberID}}/securityOptions","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members","participantSets","{{partSet1_Id}}","participants","{{participantMemberID}}","securityOptions"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2aaaafbc-003d-46b3-9297-3f17749732bd"}],"id":"89748683-ec1a-4fff-973c-7e353bb148a1","_postman_id":"89748683-ec1a-4fff-973c-7e353bb148a1","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Reminders","item":[{"name":"SendReminderNow - Default","id":"9c8dee00-112e-4c2d-bc7e-9ee71da32495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:sender@somedomain.com","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"recipientParticipantIds\": [\n    \"CBJCHBCAABAArYIbXJlnqeGlwtqdblOhcOfz7PoQCFLL\"\n  ],\n  \"status\": \"ACTIVE\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/reminders","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","reminders"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c8dee00-112e-4c2d-bc7e-9ee71da32495"},{"name":"SendReminderNow - With Note","id":"a047d462-77e4-47d0-99f2-118ad136465e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:sender@somedomain.com","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"recipientParticipantIds\": [\n    \"CBJCHBCAABAArYIbXJlnqeGlwtqdblOhcOfz7PoQCFLL\"\n  ],\n  \"status\": \"ACTIVE\",\n   \"note\": \"Hey there ... just a friendly reminder. :-)\"\n  \n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/reminders","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","reminders"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a047d462-77e4-47d0-99f2-118ad136465e"}],"id":"d84537eb-e6c6-4d86-b497-81d8612bbe8e","_postman_id":"d84537eb-e6c6-4d86-b497-81d8612bbe8e","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}}],"id":"f2a3cb86-14e0-47b1-a1fa-fda05d4e492c","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"622bcb3b-5664-4259-bd7a-d2433d098b8e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"924723b6-ef43-41be-9ccc-5efb7acd026b"}}],"_postman_id":"f2a3cb86-14e0-47b1-a1fa-fda05d4e492c","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Users","item":[{"name":"UsersList","event":[{"listen":"test","script":{"exec":["","","","","","tests[\"Body matches string\"] = responseBody.has('\"userId\":');"],"type":"text/javascript","id":"c49359c9-1142-4774-b52c-028fc7e43bad"}}],"id":"adc721b2-46bb-46fa-bed2-b66dd374a172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/users/me","description":"<h4 id=\"gets-a-list-of-users-in-account-or-group\">Gets a list of users in account or group</h4>\n<p>This call will return a list of the users in the group if run by a group admin, or in the entire account if run by an account admin.  </p>\n<p>It returns:</p>\n<ul>\n<li>email</li>\n<li>company</li>\n<li>id</li>\n<li>firstName</li>\n<li>lastName</li>\n<li>isAccountAdmin \"true/false\"</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","users","me"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"1003f9d1-3aaf-4a15-adfa-673d43edbbf7","name":"getUsers","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1552","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 01:50:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"ac00cd91-cc66-4ae7-8822-d1760ebd34ec","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"userInfoList\":[{\"email\":\"sender@somedomain.com\",\"company\":\"Test111 Company\",\"id\":\"CBJCHBCAABAAl_oWL8WK5EKx95iT8UtOoSs9KIcRY3f5\",\"firstName\":\"AdminBob\",\"lastName\":\"Sender22\",\"isAccountAdmin\":true},{\"email\":\"signer1+npsSender2@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAAeLHrZ4FQqxB-RwsE-1LvPZfnrb2m1AdW\",\"firstName\":\"Jack\",\"lastName\":\"Johnsen\",\"isAccountAdmin\":false},{\"email\":\"signer1+MSsigner1@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAAI5cdtmwjoFUzzLFUi9Ak1HCP8kgHHUDf\",\"firstName\":\"Mel\",\"lastName\":\"Johannson\",\"isAccountAdmin\":false},{\"email\":\"signer2+MSsigner2@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAAQwP0uG2RO29hr19NREqajQxvMi4aMX5h\",\"firstName\":\"Phil\",\"lastName\":\"Hutchins\",\"isAccountAdmin\":false},{\"email\":\"signer1+pssender1@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAAvcID56skJSNVoBppfn1qBrCgiYa9IBlp\",\"firstName\":\"Sam\",\"lastName\":\"PsNewUser1\",\"isAccountAdmin\":false},{\"email\":\"signer2+senderGp2@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAAn1G8CineD4IZYZ5iZmv1pUf3VX5mpfJz\",\"firstName\":\"Sammy\",\"lastName\":\"Sender\",\"isAccountAdmin\":false},{\"email\":\"signer1+scdev1@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAAfr3NCDUJ7LCtkimiqslmv-lcmNUzCB0y\",\"firstName\":\"Sammy\",\"lastName\":\"Spader\",\"isAccountAdmin\":true},{\"email\":\"scottbfrost+webhook@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAA7Ezo4xPwjvuEiJXVT6V47W4GnX1Pm8WD\",\"firstName\":\"Scott\",\"lastName\":\"Frost\",\"isAccountAdmin\":false}],\"page\":{}}"}],"_postman_id":"adc721b2-46bb-46fa-bed2-b66dd374a172"},{"name":"\"ME\" User  /me","event":[{"listen":"test","script":{"exec":["","","","","","tests[\"Body matches string\"] = responseBody.has('\"userId\":');"],"type":"text/javascript","id":"ecff1a43-52b3-4227-9538-8cdbd70ed638"}}],"id":"c1e66a12-f5ba-4dda-a67d-7519651fd7c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/users/me","description":"<h4 id=\"gets-a-list-of-users-in-account-or-group\">Gets a list of users in account or group</h4>\n<p>This call will return a list of the users in the group if run by a group admin, or in the entire account if run by an account admin.  </p>\n<p>It returns:</p>\n<ul>\n<li>email</li>\n<li>company</li>\n<li>id</li>\n<li>firstName</li>\n<li>lastName</li>\n<li>isAccountAdmin \"true/false\"</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","users","me"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"41c2343d-9c8b-4ab4-8283-c071409f3390","name":"getUsers","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1552","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 01:50:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"ac00cd91-cc66-4ae7-8822-d1760ebd34ec","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"userInfoList\":[{\"email\":\"sender@somedomain.com\",\"company\":\"Test111 Company\",\"id\":\"CBJCHBCAABAAl_oWL8WK5EKx95iT8UtOoSs9KIcRY3f5\",\"firstName\":\"AdminBob\",\"lastName\":\"Sender22\",\"isAccountAdmin\":true},{\"email\":\"signer1+npsSender2@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAAeLHrZ4FQqxB-RwsE-1LvPZfnrb2m1AdW\",\"firstName\":\"Jack\",\"lastName\":\"Johnsen\",\"isAccountAdmin\":false},{\"email\":\"signer1+MSsigner1@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAAI5cdtmwjoFUzzLFUi9Ak1HCP8kgHHUDf\",\"firstName\":\"Mel\",\"lastName\":\"Johannson\",\"isAccountAdmin\":false},{\"email\":\"signer2+MSsigner2@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAAQwP0uG2RO29hr19NREqajQxvMi4aMX5h\",\"firstName\":\"Phil\",\"lastName\":\"Hutchins\",\"isAccountAdmin\":false},{\"email\":\"signer1+pssender1@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAAvcID56skJSNVoBppfn1qBrCgiYa9IBlp\",\"firstName\":\"Sam\",\"lastName\":\"PsNewUser1\",\"isAccountAdmin\":false},{\"email\":\"signer2+senderGp2@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAAn1G8CineD4IZYZ5iZmv1pUf3VX5mpfJz\",\"firstName\":\"Sammy\",\"lastName\":\"Sender\",\"isAccountAdmin\":false},{\"email\":\"signer1+scdev1@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAAfr3NCDUJ7LCtkimiqslmv-lcmNUzCB0y\",\"firstName\":\"Sammy\",\"lastName\":\"Spader\",\"isAccountAdmin\":true},{\"email\":\"scottbfrost+webhook@somedomain.com\",\"company\":\"Test Company for NA2\",\"id\":\"CBJCHBCAABAA7Ezo4xPwjvuEiJXVT6V47W4GnX1Pm8WD\",\"firstName\":\"Scott\",\"lastName\":\"Frost\",\"isAccountAdmin\":false}],\"page\":{}}"}],"_postman_id":"c1e66a12-f5ba-4dda-a67d-7519651fd7c4"},{"name":"UserInfo","event":[{"listen":"test","script":{"exec":["","","","","","tests[\"Body matches string\"] = responseBody.has('\"userId\":');"],"type":"text/javascript","id":"aff69adb-f621-4518-9d84-cd9ce752e943"}},{"listen":"prerequest","script":{"exec":["pm.globals.set(\"queryUserID\", \"CBJCHBCAABAAl_oWL8WK5EKx95iT8UtOoSs9KIcRY3f5\");"],"type":"text/javascript","id":"ee4f066e-96bf-4e64-8cf1-c1cfc1f740ca"}}],"id":"5ba151c3-0628-4549-bd0a-660b74d38ab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/users/{{queryUserID}}","description":"<h4 id=\"gets-single-user-details\">Gets single user details</h4>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","users","{{queryUserID}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"082ccfc9-2342-423c-b3e1-bc3e58408603","name":"getUserInfo","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/users/{{queryUserID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"248","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:02:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"8055e764-0050-4877-b050-216f994bed47","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAI5cdtmwjoFUzzLFUi9Ak1HCP8kgHHUDf\",\"accountType\":\"GLOBAL\",\"company\":\"Test Company for NA2\",\"email\":\"signer1+mssigner1@somedomain.com\",\"initials\":\"MJ\",\"firstName\":\"Mel\",\"lastName\":\"Johannson\",\"isAccountAdmin\":false,\"status\":\"ACTIVE\"}"}],"_postman_id":"5ba151c3-0628-4549-bd0a-660b74d38ab8"},{"name":"user_groups_list","event":[{"listen":"test","script":{"exec":["","","","","","tests[\"Body matches string\"] = responseBody.has('\"userId\":');"],"type":"text/javascript","id":"5f057d34-d527-4d16-89af-de7e3ff1e8e1"}},{"listen":"prerequest","script":{"exec":["pm.globals.set(\"queryUserID\", \"CBJCHBCAABAAl_oWL8WK5EKx95iT8UtOoSs9KIcRY3f5\");"],"type":"text/javascript","id":"282af05d-3990-4108-b925-262e91484342"}}],"id":"65c9db0e-4bb8-49b4-96b1-eeea9aee4695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/users/{{queryUserID}}","description":"<h4 id=\"gets-single-user-group-or-list-of-groups---future-support-of-user-in-multiple-groups\">Gets single user group or list of groups - (future support of user in multiple groups)</h4>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","users","{{queryUserID}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"4a1b667a-86a3-4782-a4e2-8e4d11c0c315","name":"user_groups","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/users/{{queryUserID}}/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 06 Jan 2019 17:02:25 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"89d68476-0576-49bc-96a5-abd49e32d903"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"116"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"groupInfoList\": [\n        {\n            \"id\": \"CBJCHBCAABAAjafDHZwhDQqnSPKz5EOM7wmOLG6ScMPe\",\n            \"isGroupAdmin\": true,\n            \"name\": \"Default Group\"\n        }\n    ]\n}"},{"id":"d2692c08-d093-4b68-9dd7-35057a3e9237","name":"getUserInfo","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/users/{{queryUserID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"248","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:02:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"8055e764-0050-4877-b050-216f994bed47","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAI5cdtmwjoFUzzLFUi9Ak1HCP8kgHHUDf\",\"accountType\":\"GLOBAL\",\"company\":\"Test Company for NA2\",\"email\":\"signer1+mssigner1@somedomain.com\",\"initials\":\"MJ\",\"firstName\":\"Mel\",\"lastName\":\"Johannson\",\"isAccountAdmin\":false,\"status\":\"ACTIVE\"}"}],"_postman_id":"65c9db0e-4bb8-49b4-96b1-eeea9aee4695"},{"name":"AgreementsList For User","id":"ea144dd2-aeff-4502-8771-c6e1b3fa1e04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"e60c4beb-b83f-450b-9057-b5470c96ebb3","name":"AgreementsList For User","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Dec 2018 05:28:57 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"9ffaa075-470c-4cfd-a171-e1b88dfe5c23"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"35224"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"userAgreementList\": [\n        {\n            \"id\": \"CBJCHBCAABAABzptDbHEdMl31y6dCw_hxMt4oNGwn1-3\",\n            \"displayDate\": \"2018-12-10T22:59:24Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        },\n                        {\n                            \"email\": \"signer2+postman2@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhB-Xm3C1K-Ft5OEI8JKUdxFgdU2L6JlvouIWdG_rawey-YX1eOkJ3TTv00WZPTFQNIa27Tjg3KujSTuBlkE8r2m\",\n            \"name\": \"API Send Library Test Agreement 825\",\n            \"status\": \"OUT_FOR_SIGNATURE\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAPM6o8oq0fL9Ua0ZVVWCqNBIEtRBLtBbu\",\n            \"displayDate\": \"2018-12-10T22:54:36Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBoJKMyb_es-rM8WngBIf2eTjkUCLhnmCYaKpNqLSPkSyjTlbwkMkW3PTw5syyhJacDEpswzto_IkfFhcoOVrsM\",\n            \"name\": \"API Send Library Test Agreement 51\",\n            \"status\": \"OUT_FOR_SIGNATURE\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAABWNVyHfCFTWDsAoh5JmwM_73TvOdce6r\",\n            \"displayDate\": \"2018-12-10T22:52:51Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCnuKeP0qzsudT0lcKhmAQCijC_3JUp0yFMdtFQUcJBLZ4dblUtpbZMMKDg55s-QPRy2FzTTgY7NIuNxFzW_5na\",\n            \"name\": \"API Send Library Test Agreement 161\",\n            \"status\": \"OUT_FOR_SIGNATURE\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAzYGeijkB4Y37YiiiqK_KWVs11vEFavti\",\n            \"displayDate\": \"2018-12-10T18:28:18Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"James F Porter\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAlIP3YPqKWkaEPtuam77sx6C5trJ9oZ0AZoa3upRs4VmKaLvqKhyV6lIvlkAVDvOxtPsrS0235hktZgH6SigY5\",\n            \"name\": \"Customs Forms Agreement for Porter_ 205\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAd77A7kVg4q8dltyrppT2jJ8FU-hYA075\",\n            \"displayDate\": \"2018-12-10T17:32:30Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"James F Porter\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhA5WcsSdhxotq7O_RAelGiOOU9u7-efkUIpn8W0IOt5XnTWW2P5rsaMHImZDdy2n_AbwneHrIis1xOnMbY8-zRT\",\n            \"name\": \"Customs Forms Agreement for Porter_ 570\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAO-_K3utpUy6nov4LdZsBLF-CN1-VA7k2\",\n            \"displayDate\": \"2018-12-08T01:15:00Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhA0BJdI_VfM9TTcDItTvkjL1dWgFCfj5viz7K2LF1qzQ9VPMgTk2MDSbcdMLH2Fr5XBBW5-DYzSmKvWzzjo1txB\",\n            \"name\": \"VerySmallCheckbox\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAqJ6-HtOLfdx9Xk80zv4PrgWLJNZlpLLa\",\n            \"displayDate\": \"2018-12-08T01:12:45Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhACJlkm5QR2mQS_bXMAC4thqmLyFIsHR5M1py9xyeosPAS6fjqkxMRTA-Vs5tvZ-ZNeAblN0gqf7sPbJg3L___z\",\n            \"name\": \"VerySmallCheckbox\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAASTaA508gFFoPnSOUDKpjmb8SMsjyGZFv\",\n            \"displayDate\": \"2018-12-07T23:36:48Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDQW8HstoR6xMcv0gDEYtVRTca9ST8H7IUIco3J9PBf4zIHicuttctp75YqoZ6WsFK3x1yyZqq_zxEBgolLIEFb\",\n            \"name\": \"Hold hostage based on calc field_2\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAvdxUxgFIFCGfGjAgUjFIWJtquvK_jxSk\",\n            \"displayDate\": \"2018-12-07T19:43:17Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhB9QgoTNi-qhGn16aVn0QX6OxYLpB3BDAyIdYBRpx5_z4Vy1r0dbyhxMm9w9dotChAUbiilLSjw6CMIAxxwNJ6E\",\n            \"name\": \"Customs Forms Agreement 590\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAOp2u3fHGpA5VkwFQTRA9quwJIBeZC-yu\",\n            \"displayDate\": \"2018-12-07T19:42:35Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDsNVLIuIbjjd0qWGOGXPAfOsUDf-aZIK1lVw5-i7JiPUZYHHzz_fdB61xsxEhLnM7puMonm1s2Dxifqxf043mq\",\n            \"name\": \"Customs Forms Agreement 207\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAKNFbvl6J0PtCBKBHczJforvrVfSaPH3m\",\n            \"displayDate\": \"2018-12-06T20:42:50Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDD1K18pbRDzKtzf_aBhdAnobsqcrf0pc8r4BHvVoSMkftT-8E2LgnqNTn6X5C9s61NhUHn3U58BRkrC6iaD3ZQ\",\n            \"name\": \"Customs Forms Agreement for Porter_ 738\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAcDIVhhC_6ZxBeqTV43i9BYZg_M-pnSLf\",\n            \"displayDate\": \"2018-12-06T20:27:31Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"AdminJim Sender22\",\n                            \"email\": \"sender@somedomain.com\",\n                            \"company\": \"Test111 Company\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBc_-j1mf5smTmrl689FJZTgUiRQDr89LlluBbSOSv3Gm2UD778YcjBzlveWr84yHAqIHZw2w2AjXD3PC8XYN41\",\n            \"name\": \"API Send Library Test Agreement 393\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAS2JpCMF8IqhgJs7DPgQUt_uFUlGV71_F\",\n            \"displayDate\": \"2018-12-06T19:32:04Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"AdminJim Sender22\",\n                            \"email\": \"sender@somedomain.com\",\n                            \"company\": \"Test111 Company\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhC70EdwaxtcJlCF8kaocQxnwqqNPKsh8qzg_bsTl6xTQEPe3SSOMAvHy4z1OWW0AjLtJdgen63MDbP4oKHP5dF6\",\n            \"name\": \"API Send Library Test Agreement 102\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAv5wk48HApO90UhxcvqXKP_gd7BwRkauS\",\n            \"displayDate\": \"2018-12-06T17:19:50Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"James F Porter\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBlB1R1h-mpx5pXBntJGJ9UskkRmw1KTZC1prC-3_a9HVEGMuEz7JN7ojFlj4dp2GEAVfSoQvStHqz10tr5Jfk4\",\n            \"name\": \"Customs Forms Agreement for Porter_ 932\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAhWX1mPmsljNlGwQL4OZ9bwrkbiLwMmCk\",\n            \"displayDate\": \"2018-12-06T17:01:31Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAAg3pf-m-_eG9GlBaMLaCYfhrXiN8PYhhpXscm3RshNfQXmIXIwAN872BOUiSSUqugeUvlQxpiMTvjdtWFq-oh\",\n            \"name\": \"Customs Forms Agreement for Porter_ 407\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAjPtdS2CtGY9zKNt2s41iwJKfiZ_1K_mh\",\n            \"displayDate\": \"2018-12-05T19:15:23Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBQav9x5JBNdisIzNbEJ9Psb18Zyw3pkuQgPhp7NHWL6Yar4h91sXAjiTvqRuAdvPTh1ov_XrBVyoleAt-7HNTp\",\n            \"name\": \"Customs Forms Agreement for Porter_ 335\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA2Hdr0cXVbVG0mSVVuQRUA4-XKX4Gc3qu\",\n            \"displayDate\": \"2018-12-05T17:58:29Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBuxzW-GqWYSb8GitUSfGHlRdIMBynuXXROr0_TIlYs6aLY8aOZLZETorezbN3jlQ57Vt2aoW2v4TUi08_DGhw4\",\n            \"name\": \"Customs Forms Agreement for Porter_ 230\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAo2fYVSp4xs9ohlyPyekDrx9Q2Q4ggt4j\",\n            \"displayDate\": \"2018-12-05T01:13:30Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCe0zlVe2SqXsLoNGvHidEn1G6Y4VWLSMGPbB3YKmM3nfbf8eCI4QpwV0NRI3OTBM9ID5svoyqKdviJm4y3Uiio\",\n            \"name\": \"Customs Forms Agreement for Porter_ 294\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA5X25DmyIbJYojJLNdwX42qDhke3sl3Sc\",\n            \"displayDate\": \"2018-12-05T00:52:30Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhD5mrsqykKIgj-MYvQKnr91Kgt62_Zy-WkCi9Fk20l6pJI7CuZVm4l-964QIMHfWCBpGOxtmB-gTm4nYluCIJzO\",\n            \"name\": \"Customs Forms Agreement for Porter_ 781\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA5Jtq0MwJZtQv_zgsEAw8TyCAay_dk6r3\",\n            \"displayDate\": \"2018-12-05T00:38:45Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDggImh3iLZtFtRl_q52rqswAcXnRP-2qOgwbVynTUdmEStiE-qWuQlIs9NdTMWyfs5ocN4dYKB-KElu7_3f0vj\",\n            \"name\": \"Customs Forms Agreement for Candleston_ 789\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAJawoGhT3X2_cOLilgZ3n3pXDomUp6U87\",\n            \"displayDate\": \"2018-12-05T00:37:18Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCbe0u_rXet-neiTbOcdpaBX6qE93Rzg_NK5UU6sXMqqrLk6Eo-1LU8-8wC2V2VuIVQKYARRKXku_haCZGk4sBp\",\n            \"name\": \"Customs Forms Agreement for Candleston_ 132\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA2y27deGLWhgnBAv2u77kOYp8h0GPJ1h9\",\n            \"displayDate\": \"2018-12-05T00:22:49Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"R H Candelston\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAmMSw8zSvzx-pih4FmN0icjR_NEnrsGG1qFXhUHwaMrHNCYYajW5ZAxyU4JvccrtqVTOY5lsw6V9Pw6qk2VqEu\",\n            \"name\": \"Customs Forms Agreement for Candleston_ 72\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAArXQZZkyAwPUPTfStVu5AAUPBES-xiUg7\",\n            \"displayDate\": \"2018-12-04T23:53:16Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBt9j9dIsG8ZOatNiSVxIneWgdr3Mvr-LDmTKMa7GAIXg1CHCSWYVfRMeC_IcKua2ZRxjUoeDDqSQpHw23M-sHv\",\n            \"name\": \"Customs Forms Agreement 622\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA1W-NXauvxUqZROXvrsy7zumMLCO5PaeV\",\n            \"displayDate\": \"2018-12-04T23:41:44Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBDEaZHOOreWPjw4omtA7M_cRiAVZlyYwPbhZqCXU3WobVzM0JuQUuZbYDAtIcBp4D_Flh8F7KdEDKJMcDiP5Xe\",\n            \"name\": \"Customs Forms Agreement 516\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAqE9pfAncuOWsWb7F2xJcxyBOjMOe24z4\",\n            \"displayDate\": \"2018-12-04T23:02:43Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhA1JHd8XDsPG4_xP4Q1DtOjWSS-x1jJIwiWfdEntvHr2xygAVpLXtmtkefA6nKG-STs35nUPW9oKCws1OAv1B2j\",\n            \"name\": \"Customs Forms Agreement 723\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAFRLKiqGYfkqc06aUwEsTh45A9dIZO-kA\",\n            \"displayDate\": \"2018-12-04T22:55:12Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDxpFZtbySDcxQFZvwxhx5R2FsoLQt2huRL_4FciikZp-bDOCl6sYS3h4SJKg2kfI_hseVMQcbhWDymNswvM-5E\",\n            \"name\": \"Customs Forms Agreement 35\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAANRZkxViPrbf5dSI64c_x3YGGDH1udFtr\",\n            \"displayDate\": \"2018-12-04T22:49:45Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhB4hTrJ6cIyAXQxr0uKoS3bAeiGkO6moRyf8u1LD3mdZ-kYcBodw-SeSgr2wPFuOwfsiUTeqb0p-gNIqwJwfvXV\",\n            \"name\": \"Customs Forms Agreement 210\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAtouDccX1okUvQd6Essr4XllLliVxX_OK\",\n            \"displayDate\": \"2018-12-04T22:23:52Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBhlaHiH5fiYV8HxyVRsGQqbdHXMMb_ORqzPnhFIJDWzqxfWvumJg5KeTpyX-Ls1IIw7zAcoXe5ByTJCy8lDxiK\",\n            \"name\": \"Customs Forms Agreement 111\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAIjUYfxMnpLK4t0i5-0AJ5hwYUIjL4Xmn\",\n            \"displayDate\": \"2018-12-04T21:40:49Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDB2vP4dIiBlhM5CJnqCMuZhSM7J1I5TzToU-wpsTzaBVdB0Jt-VT2VDeZMvHE3nC2x0cmz5Iow72B_SZf4KK0B\",\n            \"name\": \"API Send Transient Test Agreement 428\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAABLAxfMG2V0JY-AsxuTEc54kAs5ZyZk11\",\n            \"displayDate\": \"2018-12-04T19:41:35Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 996\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA3_mTYmGkpqZ1avJe6yOBEP_xdMOdBcAY\",\n            \"displayDate\": \"2018-12-04T19:33:36Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 465\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAa0cXYGpxl0k9q-Th7xUqSiI2WlK6caGt\",\n            \"displayDate\": \"2018-12-04T19:26:22Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 497\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAhRn4WAtP45GLwOq7pHeVZNPkTHrRoXOF\",\n            \"displayDate\": \"2018-12-04T19:00:31Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 240\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA52qphj-TKWLSqIlHmlgyThmgWRbYm584\",\n            \"displayDate\": \"2018-12-04T17:33:57Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 805\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAaepfzzQId8a9kyJ6fhTFmGx4w2gly_EN\",\n            \"displayDate\": \"2018-12-04T16:47:05Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 40\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAArUFguTTVzTey7vCz-8G5cNpPm8QOpP4j\",\n            \"displayDate\": \"2018-12-04T16:35:37Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 648\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAY0VEDGme9CRIv7FdpXemQ3TxESPKJoUB\",\n            \"displayDate\": \"2018-11-29T23:29:09Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer2\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBqkQpFkcfQCOsmDNztfpWSaHSlAQly4ZWl3IKF50kUXuprMSUd_RDnkGjmbswEfw8_I9p3Jc6KcWbq_uu-Pepd\",\n            \"name\": \"_MSA_3_signers_w_prefill\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAL1mzDOeL-yhBBQ4UWydRuzsdJOoK4-Pq\",\n            \"displayDate\": \"2018-11-16T18:00:19Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com;signer2+signer2@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"MSA for - xxxxxxx\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAydTRH0Ht6poRZ-juqG92LVCDuOE3UYsl\",\n            \"displayDate\": \"2018-11-16T17:59:10Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com signer2+signer2@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"MSA for - xxxxxxx\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA5bJ6dUxGL6YW5-H-_ngAPK_IeqIV_NzD\",\n            \"displayDate\": \"2018-11-16T17:58:09Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"MSA for - xxxxxxx\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA-FWyNPaEjRsNiE6OvsxuL8y7Q76WtVsL\",\n            \"displayDate\": \"2018-11-15T00:18:34Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBEnJ2JywAncdD6ZcbMe8RtkszrGINWIwRcM8GekhtYCDDYyuYkFKl_3fkEWDWZGjqW5QCB5Wx3SgXltlt_5l3p\",\n            \"name\": \"API Send URL Test DRAFT Agreement 121\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAASp4IyxloJXJypm5AaoLqiYpvcps_Hyag\",\n            \"displayDate\": \"2018-11-15T00:02:54Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCth3Yv8tMYngkA4Xh03cuhYg-cqTrPdIFgVSQOBDQ8FBTW_YJtkR7L-KMty38Ld8O4Aku9uC9xd3G2ay-jHILh\",\n            \"name\": \"API Send URL Test DRAFT Agreement 185\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA-xExh2FW9Uqc-2Fxs0M_R8de2oHjDDsz\",\n            \"displayDate\": \"2018-11-14T21:45:33Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAWd6UBDMR-rH_M-VYvV8ZVr_-YRjW0Fc1TmRMnFUsiVamkAiXjisENty5jY4mLndt3ZejC_6oc9QlJKaMZDu_8\",\n            \"name\": \"Date_format_test1 - new 02\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAfYSGCP2l6Cya2yVkf_o6lXllrOrdN5Yp\",\n            \"displayDate\": \"2018-11-14T21:44:22Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAx1mzltXh760gIye0wT0AWgj7f250SvHgG3ks4I77kL8mRPgfcoMAJRS8SiDAuq4H61fjXCYEKNP4RkhEN7twW\",\n            \"name\": \"Date_format_test1-new01\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAa_GBdJDZlAZo_h0Q58sPmknrYLn9ilE7\",\n            \"displayDate\": \"2018-11-14T17:44:25Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBrwbeht2pAqseUKZ4XmVIxUPTcEpA9cUAe-IcguzyLAy3ZmkRMUra0YrjbmUngIbONWS5_mQVsw0v83cW54byb\",\n            \"name\": \"DateFormat1\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA3vkeshTsYTmiY2GuF2hluG9h52UOrOZC\",\n            \"displayDate\": \"2018-11-13T19:30:18Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBlFSf34uJjMwGrWIn_TOjbxNvc1kyt27ckOULnFl-g2LWvWx3wIvzuEl2XwEd8-h6glfTa0r5kXgeYjKqCW5zi\",\n            \"name\": \"API Send Transient Test Agreement 190\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAyqJvQDi08x5wcMe0R26r5vYKRkt8UMwe\",\n            \"displayDate\": \"2018-11-13T00:58:43Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBvVmAuN6B1PvWLG1MrEKzW30q0oekj8yCn4Sa4ff_udgcTkvZH2k-HvK_EmJ1s5vKsgS1YjXvtojH-YLwHsjat\",\n            \"name\": \"API Send Library Test Agreement 389\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAsfTkyqC3wqgaAyWGvivaHcD71CVke4tg\",\n            \"displayDate\": \"2018-11-13T00:44:04Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 417\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAFp4nVxyhA9AyNQMj6Eygvn95pB8BxrO8\",\n            \"displayDate\": \"2018-11-13T00:41:28Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"sam Signer\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDVxiiUzGuKaYHoigQ3MV59JfjV9tyyiNBQsi3HT2JpUNDdhJygKeLH3F0qL65JO3WCSPw3s4FmRF7nf7sDTasw\",\n            \"name\": \"API Send URL Test DRAFT Agreement 303\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA9lWoGOMyJbzCCcPikCJjfoFQGlUV772-\",\n            \"displayDate\": \"2018-11-13T00:15:29Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhA6NPCvBTPGTZnEDo-3oE3RokhCFvZaqjD6P1eoGRJjSyefrn3vVZOQ-WytqBqWYGzZuIDY6_h4A4xdeMwXq32X\",\n            \"name\": \"API Send Library Test Agreement Draft 1st 559\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA2Ez0UlYc9aC3S9TbOkg5TlEkCPHUOpKH\",\n            \"displayDate\": \"2018-11-12T19:49:38Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Transient Test Agreement 399\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAIAiDc89DLsO3xV8Gu5-AQhvbXQUCuwtp\",\n            \"displayDate\": \"2018-11-12T19:47:59Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Transient Test Agreement 939\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAGSb-5jC2a2DEyV4otZSonxBjse9YeuYb\",\n            \"displayDate\": \"2018-11-12T19:47:19Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 123\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA93wxDKUPCzSY7jylbvW_Grr5x4uvA3ON\",\n            \"displayDate\": \"2018-11-12T19:32:59Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 593\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAgIqlHnQL-rAbmd06aBF_wkbyCsTNXXQN\",\n            \"displayDate\": \"2018-11-12T18:08:23Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDTvgHRm7j56T4T3GGEq7j9Q1cmxHXRp30llazqFbaqJpe_gNu0coEiLlt4GXwUgLqD8qTMACdh4gIpXmKLizID\",\n            \"name\": \"API Send URL Test DRAFT Agreement 694\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAC6lgwDgqyolmZfuoqh5HMDGR-EknGURO\",\n            \"displayDate\": \"2018-11-08T20:17:56Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                }\n            ],\n            \"name\": \"MCIO Domestic Contract\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAcJ2CnOh2E9JxM3jWuQJ06khW9U_5caYQ\",\n            \"displayDate\": \"2018-11-01T18:17:05Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                }\n            ],\n            \"name\": \"MCIO Domestic Contract\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAARdFhhZ4i9BgJPywns1-h8oKcNQGQqu3F\",\n            \"displayDate\": \"2018-10-31T20:49:17Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 20\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAwbhh7qA4-ZsDXMvi-hM7_bcRROdGg8e8\",\n            \"displayDate\": \"2018-10-17T16:11:16Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                }\n            ],\n            \"name\": \"MCIO Domestic Contract\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAvvvaVJlu05PjtvbI41o1vaomRXVoZeSq\",\n            \"displayDate\": \"2018-10-02T19:56:27Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                }\n            ],\n            \"name\": \"MCIO Domestic Contract\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAASKfx8gWzLSRK6j_Ykj_wPbElmAsYplxZ\",\n            \"displayDate\": \"2018-09-08T00:38:40Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"AAAARON asd\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhD6zWtCXHZfJJHLdHZK8GBWwAkY8LhgABt_5ISwqZDdThfQ4MoNJDjf4En1yRNKFgeq_2nDV_qWt70k_kUbMcCm\",\n            \"name\": \"MSA With PO\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAWm_M3ZlWDzm8nWGNiJtWpKrCCPxcqwzq\",\n            \"displayDate\": \"2018-09-08T00:38:13Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"AAAARON asdasdfasdf\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBBBz55L-M8TkdLWE2_thAsjY3yf3Dnbh6rnoz2l94FbB9ZxKhoLadagMd9GjXnKKAUamABhFdTrSES9dkgewRY\",\n            \"name\": \"MSA With PO\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA6SMUpSQRrwP-pLfQ__yCU3lntkmJC2UC\",\n            \"displayDate\": \"2018-09-08T00:37:49Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhB3u4C-ktfK8O4K_uMcSZAQ7pUF187KUvkPYd0pl5zfb7z3djHFpZDk0qfnxfTIQlUMwekv7k2wpXyR4m4VeL9i\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAK3W642O08qnhCtvJz7nQLXgW0KwQZ1h7\",\n            \"displayDate\": \"2018-09-08T00:37:27Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAVZ4VEjDF-UYiOLtmv2UOmzhRcdYpFyNZT0wc0ebkuEuAa9QORXnhvgKXc2fBEJZbcbqwQcIRLfeIaB55chFVR\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAZEji4mSdnjl9oUm_f9FEh5czrSy_zJSa\",\n            \"displayDate\": \"2018-09-08T00:37:07Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBcYfXXAzn84Q_16OMp8Ny0t-RTkVaEGwdo6ata7I-A7rI7emCREF-wEq02pUcZnkFGKBMVFW6ogIwvkgwYHLN1\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAkRaNw7kUm67AFyvzaxBatj9U70wtgxzY\",\n            \"displayDate\": \"2018-09-08T00:36:50Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCE771QGRdAJifE_9M7knQuLgNJmr2LKIPs3i85M5bseIWZSRhRIEqwro-479RdKnVMjAVYPBuiFEzHKSzZsh58\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAbb6FDh48t_bmycWwag1-EEEurTH-IE3f\",\n            \"displayDate\": \"2018-09-08T00:36:28Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAnYOuZ-ykWLLvwm9_DHr1d8GtrMJ93cuW4MbkQf98ZoovynMEEwe1GcayYWlcfdgK6Tie-T4l1FT_VUXau1PEH\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA94XFIHmWW4IMt9qhR76QlXFAXl5F9Phh\",\n            \"displayDate\": \"2018-09-08T00:35:59Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCPDUj8lGHMFv0GCHQGs3G1YfNrRzNrS3-JYP79dKsTL7L5GpIOdYkcArJ93gLdogJrjIWTNYlNUpP9ESelozIL\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAqBZCJLxe-AI4N2sqCFxV2szLhjpNktV2\",\n            \"displayDate\": \"2018-09-08T00:35:30Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCAvqJw51YaCVK-C0HJUTR23XVgpbWdQgSDm_jeCUYeTupJfKBhWedSXVXRaksFiy07KcRrYe0Qy9kbNS2w1Lpc\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAnGLUSocwzeH1qsW-abdQ5N9SI_Df_p9j\",\n            \"displayDate\": \"2018-09-08T00:21:34Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \".\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDLrH2GiBJ5vnXATDNmatEDkiHMAIrAfFwhFL04qpCUb780lYKr_2XRE4NtR2tMoTeS6cZnTXqQdrNUM_zYYtiO\",\n            \"name\": \"MSA With PO-docID:7777\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAACM1n_yvZFq0BsqFg8K6xxhljEVq88iwA\",\n            \"displayDate\": \"2018-09-07T23:42:30Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Roman Klinkovich\",\n                            \"email\": \"tromank@somedomain.com\",\n                            \"company\": \"Adobe Systems\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDc88SGS3WlqpuVCMCdp2ntUOaVeGW-5TRumAxLiWUVob0uKgVSCSpxDWouKwueQfRzWBkUZ89PBcQ2GsQE1CVw\",\n            \"name\": \"MSA With PO\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA8JJA6G4CvtwHHLB8l3xL0jj0O-0BG8za\",\n            \"displayDate\": \"2018-09-06T22:14:49Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Phil Hutchins\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCRroVIwNCPmvX9gMGOGsoSPi8PQNhWg4WatE-uBuj4jo315WXHCQJnV0dCMYcROUK5-pA1D1P-nyvHY60yMEzS\",\n            \"name\": \"_MSA_1signer\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAF1eKvVjILtIvyw1kX7aM4qdbnGdlvseE\",\n            \"displayDate\": \"2018-08-29T17:39:29Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Test rk1\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA517iuD-WX6uARdBvWifWElfyTsXs-1We\",\n            \"displayDate\": \"2018-07-09T20:40:22Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 27\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA41wDfvZgp7LRsr17H-tg7EBPEJWvdWyq\",\n            \"displayDate\": \"2018-07-09T17:44:35Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Johnson\",\n                            \"email\": \"signer1+na2mainsigner@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhA1yCa_tPrr8mIGocGVmpFZYlLxWODtL-pzWzFFxdseGu1Wv6b576zITf5wm3B9-SBkryKAE23evee7lVjvozVV\",\n            \"name\": \"test for DCAT\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAspKgvF6d309VOO3ZzM8kLh2i3Ehk2z9E\",\n            \"displayDate\": \"2018-06-29T15:35:49Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 419\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA4cA3H_6wh7UfYFmp7yxRlv3IN6XMD0GP\",\n            \"displayDate\": \"2018-06-28T20:22:58Z\",\n            \"name\": \"_MSA_noline\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAmPRSa9xUcN5gIxxmUzgjnpC5PKkKpQcO\",\n            \"displayDate\": \"2018-06-28T20:20:22Z\",\n            \"name\": \"_MSA_noline\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAyyBhtVTGtL6qUu2uYN_kdaKEPDldCGoR\",\n            \"displayDate\": \"2018-06-28T20:19:08Z\",\n            \"name\": \"_MSA_noline\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAATdtzWGdMIuMcQMesgn12nd2e99TFXZ0m\",\n            \"displayDate\": \"2018-06-28T20:15:34Z\",\n            \"name\": \"_MSA_noline\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAJXwrE-B2n9ePviyfmSooUiIbACy74lCk\",\n            \"displayDate\": \"2018-06-28T02:39:50Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 956\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA60HqRGkWmwZq6CQQmWoJ6WjRrLVU30jU\",\n            \"displayDate\": \"2018-06-25T22:12:36Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Transient Test Agreement 822\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAApdVsKRkxWn1ABbVQdXOPmZ9Xh1wiI85T\",\n            \"displayDate\": \"2018-06-20T17:53:42Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Girish\",\n                            \"email\": \"girishpoojari+na2@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCaVscS5MdoKtOHiK2y1e_cg667KX2QjMlqMZFzWMmXxE6GXOoUWxZeu6ju5mbixqSaASVWJUaaK0c402ZZbqCR\",\n            \"name\": \"test\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAiD3xl3JQTfmW6JGnsq5aUBkpm35OsTb-\",\n            \"displayDate\": \"2018-06-17T19:51:31Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer3\",\n                            \"email\": \"signer3+signer3@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDcX8h35KPFcRwKT9KfJ81KX2UIZ5EWJNriFUso0qXS2nXLv_uKMGbPNIDCUiIAfJkasIWBAph7MWfaS_7fuPuG\",\n            \"name\": \"MSA_noline\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAJBDY7FmODE_JFQyGiDdsZ3uPhBK6D2ly\",\n            \"displayDate\": \"2018-06-17T15:40:16Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer3+signer3@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDnp2F7MWc4lWc4ddLK3gNdpBq1FiNSzzQM2Cv_4npfL9U5kyvMAw17qYwi7clt7ckcQ0jMlnYZHhPfX2B-spJj\",\n            \"name\": \"Test webhook\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAhXvJBWNTRFAnKd_q7iwB0cohnwTI3AsE\",\n            \"displayDate\": \"2018-06-11T23:29:58Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer2+signer2@somedomain.com\"\n                        }\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer3+signer3@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"MCIO Domestic Contract\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAOOhBtvM15PPrlEwnmuZDVPCPPrCU5zb4\",\n            \"displayDate\": \"2018-06-11T23:21:51Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                }\n            ],\n            \"name\": \"MCIO Domestic Contract\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAyjz40blRzntfvwjY9gFEGU6NummMfIlz\",\n            \"displayDate\": \"2018-05-03T22:11:59Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCbWKrgltKdSGbyWdDYF_Zgp2SqC9Yb_mllLmJuuIofNK3oCK4VCE5gOagpk_GwDWC7gfRkiYIyWvCMoNr1v1ry\",\n            \"name\": \"Test Biopharm1\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAMinoaLSijOvJw3aXaaUDbH-QLTTr-SEB\",\n            \"displayDate\": \"2017-12-19T12:54:00Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"haseeb\",\n                            \"email\": \"haseebmukhtar@hotmail.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCNaE4mw-qJu_0iBr5eP18XiYzAZ_WbyqniwjbndzA9mASJ5VIqQhAaoQ3b9HpHqlGJOqbDh3o8EaYdk5nnJXAl\",\n            \"name\": \"Property Information Form - Adobe Sign haseeb test pdf 2\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAMEQcBzIFm2rHNJcJ3o2bx6scDz0_zl5Q\",\n            \"displayDate\": \"2017-12-18T17:49:50Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"haseeb\",\n                            \"email\": \"haseebmukhtar@hotmail.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDGwvUufKdAIbqRnAK6cI3ZQGT9CM9lDnQNYPrNuW-7pJpGyFKFT4fFmvqxbPwu7rbOV_msGdWfdWiLOwylN80Z\",\n            \"name\": \"Property Information Form - Adobe Sign haseeb test pdf 2\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAFmPAlL2R4E4NYK8qTeIi9J1Vep5POA4M\",\n            \"displayDate\": \"2017-12-11T17:05:19Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer12334\",\n                            \"email\": \"signer2+wrong1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBYyKgqzVY2RmhoVDh-UlzdlwwbRNPEO67bN-zVf4V2s47kxB_gwz9YG6gs3PzAk0n7wxg_TcvAdi-Y1cDiTU9M\",\n            \"name\": \"PTO Request\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAJvUd3S08lx676OMsQo10Iihh1QTs6C5c\",\n            \"displayDate\": \"2017-12-11T17:03:06Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer\",\n                            \"email\": \"signer2+wrong1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDDWmXh9EdnTKWQG__eRxw07Ok1L1MULGtHcdiuApl7uOhL94BD4RCt5SJOhQYzkuwb0TYNrFzyILdcm-kap7WV\",\n            \"name\": \"PTO Request\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAlto_MCbTX96um6eJ7ppRBDJZS88YYAho\",\n            \"displayDate\": \"2017-12-08T18:57:36Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sammy Signer1\",\n                            \"email\": \"signer1+signer1na2main@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDTmpiN7xhNZNGiZQDQMdy185xEacYeEZw1EKVJQo5-z3dQmpLvO3W9kqGaiSdX0rLe0drbA3znI2P2SinuVOx0\",\n            \"name\": \"_MSA_edited_w_PO copy\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        }\n    ],\n    \"page\": {}\n}"}],"_postman_id":"ea144dd2-aeff-4502-8771-c6e1b3fa1e04"},{"name":"AgreementsList For User Test-signed agreements","id":"88147dfa-e98d-4eb6-82eb-5d6ab7d8acdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[{"key":"x-api-user","value":"email:signer1+eu1testuser1@somedomain.com"}],"url":"https://api.eu1.adobesign.com/api/rest/v6/agreements","urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","eu1","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"16740edf-8729-491a-ac4e-d6354bd999f3","name":"AgreementsList For User","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Dec 2018 05:28:57 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"9ffaa075-470c-4cfd-a171-e1b88dfe5c23"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"35224"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"userAgreementList\": [\n        {\n            \"id\": \"CBJCHBCAABAABzptDbHEdMl31y6dCw_hxMt4oNGwn1-3\",\n            \"displayDate\": \"2018-12-10T22:59:24Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        },\n                        {\n                            \"email\": \"signer2+postman2@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhB-Xm3C1K-Ft5OEI8JKUdxFgdU2L6JlvouIWdG_rawey-YX1eOkJ3TTv00WZPTFQNIa27Tjg3KujSTuBlkE8r2m\",\n            \"name\": \"API Send Library Test Agreement 825\",\n            \"status\": \"OUT_FOR_SIGNATURE\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAPM6o8oq0fL9Ua0ZVVWCqNBIEtRBLtBbu\",\n            \"displayDate\": \"2018-12-10T22:54:36Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBoJKMyb_es-rM8WngBIf2eTjkUCLhnmCYaKpNqLSPkSyjTlbwkMkW3PTw5syyhJacDEpswzto_IkfFhcoOVrsM\",\n            \"name\": \"API Send Library Test Agreement 51\",\n            \"status\": \"OUT_FOR_SIGNATURE\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAABWNVyHfCFTWDsAoh5JmwM_73TvOdce6r\",\n            \"displayDate\": \"2018-12-10T22:52:51Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCnuKeP0qzsudT0lcKhmAQCijC_3JUp0yFMdtFQUcJBLZ4dblUtpbZMMKDg55s-QPRy2FzTTgY7NIuNxFzW_5na\",\n            \"name\": \"API Send Library Test Agreement 161\",\n            \"status\": \"OUT_FOR_SIGNATURE\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAzYGeijkB4Y37YiiiqK_KWVs11vEFavti\",\n            \"displayDate\": \"2018-12-10T18:28:18Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"James F Porter\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAlIP3YPqKWkaEPtuam77sx6C5trJ9oZ0AZoa3upRs4VmKaLvqKhyV6lIvlkAVDvOxtPsrS0235hktZgH6SigY5\",\n            \"name\": \"Customs Forms Agreement for Porter_ 205\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAd77A7kVg4q8dltyrppT2jJ8FU-hYA075\",\n            \"displayDate\": \"2018-12-10T17:32:30Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"James F Porter\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhA5WcsSdhxotq7O_RAelGiOOU9u7-efkUIpn8W0IOt5XnTWW2P5rsaMHImZDdy2n_AbwneHrIis1xOnMbY8-zRT\",\n            \"name\": \"Customs Forms Agreement for Porter_ 570\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAO-_K3utpUy6nov4LdZsBLF-CN1-VA7k2\",\n            \"displayDate\": \"2018-12-08T01:15:00Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhA0BJdI_VfM9TTcDItTvkjL1dWgFCfj5viz7K2LF1qzQ9VPMgTk2MDSbcdMLH2Fr5XBBW5-DYzSmKvWzzjo1txB\",\n            \"name\": \"VerySmallCheckbox\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAqJ6-HtOLfdx9Xk80zv4PrgWLJNZlpLLa\",\n            \"displayDate\": \"2018-12-08T01:12:45Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhACJlkm5QR2mQS_bXMAC4thqmLyFIsHR5M1py9xyeosPAS6fjqkxMRTA-Vs5tvZ-ZNeAblN0gqf7sPbJg3L___z\",\n            \"name\": \"VerySmallCheckbox\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAASTaA508gFFoPnSOUDKpjmb8SMsjyGZFv\",\n            \"displayDate\": \"2018-12-07T23:36:48Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDQW8HstoR6xMcv0gDEYtVRTca9ST8H7IUIco3J9PBf4zIHicuttctp75YqoZ6WsFK3x1yyZqq_zxEBgolLIEFb\",\n            \"name\": \"Hold hostage based on calc field_2\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAvdxUxgFIFCGfGjAgUjFIWJtquvK_jxSk\",\n            \"displayDate\": \"2018-12-07T19:43:17Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhB9QgoTNi-qhGn16aVn0QX6OxYLpB3BDAyIdYBRpx5_z4Vy1r0dbyhxMm9w9dotChAUbiilLSjw6CMIAxxwNJ6E\",\n            \"name\": \"Customs Forms Agreement 590\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAOp2u3fHGpA5VkwFQTRA9quwJIBeZC-yu\",\n            \"displayDate\": \"2018-12-07T19:42:35Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDsNVLIuIbjjd0qWGOGXPAfOsUDf-aZIK1lVw5-i7JiPUZYHHzz_fdB61xsxEhLnM7puMonm1s2Dxifqxf043mq\",\n            \"name\": \"Customs Forms Agreement 207\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAKNFbvl6J0PtCBKBHczJforvrVfSaPH3m\",\n            \"displayDate\": \"2018-12-06T20:42:50Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDD1K18pbRDzKtzf_aBhdAnobsqcrf0pc8r4BHvVoSMkftT-8E2LgnqNTn6X5C9s61NhUHn3U58BRkrC6iaD3ZQ\",\n            \"name\": \"Customs Forms Agreement for Porter_ 738\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAcDIVhhC_6ZxBeqTV43i9BYZg_M-pnSLf\",\n            \"displayDate\": \"2018-12-06T20:27:31Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"AdminJim Sender22\",\n                            \"email\": \"sender@somedomain.com\",\n                            \"company\": \"Test111 Company\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBc_-j1mf5smTmrl689FJZTgUiRQDr89LlluBbSOSv3Gm2UD778YcjBzlveWr84yHAqIHZw2w2AjXD3PC8XYN41\",\n            \"name\": \"API Send Library Test Agreement 393\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAS2JpCMF8IqhgJs7DPgQUt_uFUlGV71_F\",\n            \"displayDate\": \"2018-12-06T19:32:04Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"AdminJim Sender22\",\n                            \"email\": \"sender@somedomain.com\",\n                            \"company\": \"Test111 Company\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhC70EdwaxtcJlCF8kaocQxnwqqNPKsh8qzg_bsTl6xTQEPe3SSOMAvHy4z1OWW0AjLtJdgen63MDbP4oKHP5dF6\",\n            \"name\": \"API Send Library Test Agreement 102\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAv5wk48HApO90UhxcvqXKP_gd7BwRkauS\",\n            \"displayDate\": \"2018-12-06T17:19:50Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"James F Porter\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBlB1R1h-mpx5pXBntJGJ9UskkRmw1KTZC1prC-3_a9HVEGMuEz7JN7ojFlj4dp2GEAVfSoQvStHqz10tr5Jfk4\",\n            \"name\": \"Customs Forms Agreement for Porter_ 932\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAhWX1mPmsljNlGwQL4OZ9bwrkbiLwMmCk\",\n            \"displayDate\": \"2018-12-06T17:01:31Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAAg3pf-m-_eG9GlBaMLaCYfhrXiN8PYhhpXscm3RshNfQXmIXIwAN872BOUiSSUqugeUvlQxpiMTvjdtWFq-oh\",\n            \"name\": \"Customs Forms Agreement for Porter_ 407\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAjPtdS2CtGY9zKNt2s41iwJKfiZ_1K_mh\",\n            \"displayDate\": \"2018-12-05T19:15:23Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBQav9x5JBNdisIzNbEJ9Psb18Zyw3pkuQgPhp7NHWL6Yar4h91sXAjiTvqRuAdvPTh1ov_XrBVyoleAt-7HNTp\",\n            \"name\": \"Customs Forms Agreement for Porter_ 335\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA2Hdr0cXVbVG0mSVVuQRUA4-XKX4Gc3qu\",\n            \"displayDate\": \"2018-12-05T17:58:29Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBuxzW-GqWYSb8GitUSfGHlRdIMBynuXXROr0_TIlYs6aLY8aOZLZETorezbN3jlQ57Vt2aoW2v4TUi08_DGhw4\",\n            \"name\": \"Customs Forms Agreement for Porter_ 230\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAo2fYVSp4xs9ohlyPyekDrx9Q2Q4ggt4j\",\n            \"displayDate\": \"2018-12-05T01:13:30Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCe0zlVe2SqXsLoNGvHidEn1G6Y4VWLSMGPbB3YKmM3nfbf8eCI4QpwV0NRI3OTBM9ID5svoyqKdviJm4y3Uiio\",\n            \"name\": \"Customs Forms Agreement for Porter_ 294\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA5X25DmyIbJYojJLNdwX42qDhke3sl3Sc\",\n            \"displayDate\": \"2018-12-05T00:52:30Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhD5mrsqykKIgj-MYvQKnr91Kgt62_Zy-WkCi9Fk20l6pJI7CuZVm4l-964QIMHfWCBpGOxtmB-gTm4nYluCIJzO\",\n            \"name\": \"Customs Forms Agreement for Porter_ 781\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA5Jtq0MwJZtQv_zgsEAw8TyCAay_dk6r3\",\n            \"displayDate\": \"2018-12-05T00:38:45Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDggImh3iLZtFtRl_q52rqswAcXnRP-2qOgwbVynTUdmEStiE-qWuQlIs9NdTMWyfs5ocN4dYKB-KElu7_3f0vj\",\n            \"name\": \"Customs Forms Agreement for Candleston_ 789\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAJawoGhT3X2_cOLilgZ3n3pXDomUp6U87\",\n            \"displayDate\": \"2018-12-05T00:37:18Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCbe0u_rXet-neiTbOcdpaBX6qE93Rzg_NK5UU6sXMqqrLk6Eo-1LU8-8wC2V2VuIVQKYARRKXku_haCZGk4sBp\",\n            \"name\": \"Customs Forms Agreement for Candleston_ 132\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA2y27deGLWhgnBAv2u77kOYp8h0GPJ1h9\",\n            \"displayDate\": \"2018-12-05T00:22:49Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"R H Candelston\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAmMSw8zSvzx-pih4FmN0icjR_NEnrsGG1qFXhUHwaMrHNCYYajW5ZAxyU4JvccrtqVTOY5lsw6V9Pw6qk2VqEu\",\n            \"name\": \"Customs Forms Agreement for Candleston_ 72\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAArXQZZkyAwPUPTfStVu5AAUPBES-xiUg7\",\n            \"displayDate\": \"2018-12-04T23:53:16Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBt9j9dIsG8ZOatNiSVxIneWgdr3Mvr-LDmTKMa7GAIXg1CHCSWYVfRMeC_IcKua2ZRxjUoeDDqSQpHw23M-sHv\",\n            \"name\": \"Customs Forms Agreement 622\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA1W-NXauvxUqZROXvrsy7zumMLCO5PaeV\",\n            \"displayDate\": \"2018-12-04T23:41:44Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBDEaZHOOreWPjw4omtA7M_cRiAVZlyYwPbhZqCXU3WobVzM0JuQUuZbYDAtIcBp4D_Flh8F7KdEDKJMcDiP5Xe\",\n            \"name\": \"Customs Forms Agreement 516\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAqE9pfAncuOWsWb7F2xJcxyBOjMOe24z4\",\n            \"displayDate\": \"2018-12-04T23:02:43Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhA1JHd8XDsPG4_xP4Q1DtOjWSS-x1jJIwiWfdEntvHr2xygAVpLXtmtkefA6nKG-STs35nUPW9oKCws1OAv1B2j\",\n            \"name\": \"Customs Forms Agreement 723\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAFRLKiqGYfkqc06aUwEsTh45A9dIZO-kA\",\n            \"displayDate\": \"2018-12-04T22:55:12Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDxpFZtbySDcxQFZvwxhx5R2FsoLQt2huRL_4FciikZp-bDOCl6sYS3h4SJKg2kfI_hseVMQcbhWDymNswvM-5E\",\n            \"name\": \"Customs Forms Agreement 35\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAANRZkxViPrbf5dSI64c_x3YGGDH1udFtr\",\n            \"displayDate\": \"2018-12-04T22:49:45Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhB4hTrJ6cIyAXQxr0uKoS3bAeiGkO6moRyf8u1LD3mdZ-kYcBodw-SeSgr2wPFuOwfsiUTeqb0p-gNIqwJwfvXV\",\n            \"name\": \"Customs Forms Agreement 210\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAtouDccX1okUvQd6Essr4XllLliVxX_OK\",\n            \"displayDate\": \"2018-12-04T22:23:52Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBhlaHiH5fiYV8HxyVRsGQqbdHXMMb_ORqzPnhFIJDWzqxfWvumJg5KeTpyX-Ls1IIw7zAcoXe5ByTJCy8lDxiK\",\n            \"name\": \"Customs Forms Agreement 111\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAIjUYfxMnpLK4t0i5-0AJ5hwYUIjL4Xmn\",\n            \"displayDate\": \"2018-12-04T21:40:49Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDB2vP4dIiBlhM5CJnqCMuZhSM7J1I5TzToU-wpsTzaBVdB0Jt-VT2VDeZMvHE3nC2x0cmz5Iow72B_SZf4KK0B\",\n            \"name\": \"API Send Transient Test Agreement 428\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAABLAxfMG2V0JY-AsxuTEc54kAs5ZyZk11\",\n            \"displayDate\": \"2018-12-04T19:41:35Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 996\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA3_mTYmGkpqZ1avJe6yOBEP_xdMOdBcAY\",\n            \"displayDate\": \"2018-12-04T19:33:36Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 465\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAa0cXYGpxl0k9q-Th7xUqSiI2WlK6caGt\",\n            \"displayDate\": \"2018-12-04T19:26:22Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 497\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAhRn4WAtP45GLwOq7pHeVZNPkTHrRoXOF\",\n            \"displayDate\": \"2018-12-04T19:00:31Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 240\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA52qphj-TKWLSqIlHmlgyThmgWRbYm584\",\n            \"displayDate\": \"2018-12-04T17:33:57Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 805\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAaepfzzQId8a9kyJ6fhTFmGx4w2gly_EN\",\n            \"displayDate\": \"2018-12-04T16:47:05Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 40\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAArUFguTTVzTey7vCz-8G5cNpPm8QOpP4j\",\n            \"displayDate\": \"2018-12-04T16:35:37Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Customs Forms Agreement 648\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAY0VEDGme9CRIv7FdpXemQ3TxESPKJoUB\",\n            \"displayDate\": \"2018-11-29T23:29:09Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer2\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBqkQpFkcfQCOsmDNztfpWSaHSlAQly4ZWl3IKF50kUXuprMSUd_RDnkGjmbswEfw8_I9p3Jc6KcWbq_uu-Pepd\",\n            \"name\": \"_MSA_3_signers_w_prefill\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAL1mzDOeL-yhBBQ4UWydRuzsdJOoK4-Pq\",\n            \"displayDate\": \"2018-11-16T18:00:19Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com;signer2+signer2@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"MSA for - xxxxxxx\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAydTRH0Ht6poRZ-juqG92LVCDuOE3UYsl\",\n            \"displayDate\": \"2018-11-16T17:59:10Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com signer2+signer2@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"MSA for - xxxxxxx\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA5bJ6dUxGL6YW5-H-_ngAPK_IeqIV_NzD\",\n            \"displayDate\": \"2018-11-16T17:58:09Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"MSA for - xxxxxxx\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA-FWyNPaEjRsNiE6OvsxuL8y7Q76WtVsL\",\n            \"displayDate\": \"2018-11-15T00:18:34Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBEnJ2JywAncdD6ZcbMe8RtkszrGINWIwRcM8GekhtYCDDYyuYkFKl_3fkEWDWZGjqW5QCB5Wx3SgXltlt_5l3p\",\n            \"name\": \"API Send URL Test DRAFT Agreement 121\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAASp4IyxloJXJypm5AaoLqiYpvcps_Hyag\",\n            \"displayDate\": \"2018-11-15T00:02:54Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCth3Yv8tMYngkA4Xh03cuhYg-cqTrPdIFgVSQOBDQ8FBTW_YJtkR7L-KMty38Ld8O4Aku9uC9xd3G2ay-jHILh\",\n            \"name\": \"API Send URL Test DRAFT Agreement 185\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA-xExh2FW9Uqc-2Fxs0M_R8de2oHjDDsz\",\n            \"displayDate\": \"2018-11-14T21:45:33Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAWd6UBDMR-rH_M-VYvV8ZVr_-YRjW0Fc1TmRMnFUsiVamkAiXjisENty5jY4mLndt3ZejC_6oc9QlJKaMZDu_8\",\n            \"name\": \"Date_format_test1 - new 02\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAfYSGCP2l6Cya2yVkf_o6lXllrOrdN5Yp\",\n            \"displayDate\": \"2018-11-14T21:44:22Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAx1mzltXh760gIye0wT0AWgj7f250SvHgG3ks4I77kL8mRPgfcoMAJRS8SiDAuq4H61fjXCYEKNP4RkhEN7twW\",\n            \"name\": \"Date_format_test1-new01\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAa_GBdJDZlAZo_h0Q58sPmknrYLn9ilE7\",\n            \"displayDate\": \"2018-11-14T17:44:25Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBrwbeht2pAqseUKZ4XmVIxUPTcEpA9cUAe-IcguzyLAy3ZmkRMUra0YrjbmUngIbONWS5_mQVsw0v83cW54byb\",\n            \"name\": \"DateFormat1\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA3vkeshTsYTmiY2GuF2hluG9h52UOrOZC\",\n            \"displayDate\": \"2018-11-13T19:30:18Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBlFSf34uJjMwGrWIn_TOjbxNvc1kyt27ckOULnFl-g2LWvWx3wIvzuEl2XwEd8-h6glfTa0r5kXgeYjKqCW5zi\",\n            \"name\": \"API Send Transient Test Agreement 190\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAyqJvQDi08x5wcMe0R26r5vYKRkt8UMwe\",\n            \"displayDate\": \"2018-11-13T00:58:43Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBvVmAuN6B1PvWLG1MrEKzW30q0oekj8yCn4Sa4ff_udgcTkvZH2k-HvK_EmJ1s5vKsgS1YjXvtojH-YLwHsjat\",\n            \"name\": \"API Send Library Test Agreement 389\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAsfTkyqC3wqgaAyWGvivaHcD71CVke4tg\",\n            \"displayDate\": \"2018-11-13T00:44:04Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 417\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAFp4nVxyhA9AyNQMj6Eygvn95pB8BxrO8\",\n            \"displayDate\": \"2018-11-13T00:41:28Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"sam Signer\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDVxiiUzGuKaYHoigQ3MV59JfjV9tyyiNBQsi3HT2JpUNDdhJygKeLH3F0qL65JO3WCSPw3s4FmRF7nf7sDTasw\",\n            \"name\": \"API Send URL Test DRAFT Agreement 303\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA9lWoGOMyJbzCCcPikCJjfoFQGlUV772-\",\n            \"displayDate\": \"2018-11-13T00:15:29Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhA6NPCvBTPGTZnEDo-3oE3RokhCFvZaqjD6P1eoGRJjSyefrn3vVZOQ-WytqBqWYGzZuIDY6_h4A4xdeMwXq32X\",\n            \"name\": \"API Send Library Test Agreement Draft 1st 559\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA2Ez0UlYc9aC3S9TbOkg5TlEkCPHUOpKH\",\n            \"displayDate\": \"2018-11-12T19:49:38Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Transient Test Agreement 399\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAIAiDc89DLsO3xV8Gu5-AQhvbXQUCuwtp\",\n            \"displayDate\": \"2018-11-12T19:47:59Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Transient Test Agreement 939\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAGSb-5jC2a2DEyV4otZSonxBjse9YeuYb\",\n            \"displayDate\": \"2018-11-12T19:47:19Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 123\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA93wxDKUPCzSY7jylbvW_Grr5x4uvA3ON\",\n            \"displayDate\": \"2018-11-12T19:32:59Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 593\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAgIqlHnQL-rAbmd06aBF_wkbyCsTNXXQN\",\n            \"displayDate\": \"2018-11-12T18:08:23Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDTvgHRm7j56T4T3GGEq7j9Q1cmxHXRp30llazqFbaqJpe_gNu0coEiLlt4GXwUgLqD8qTMACdh4gIpXmKLizID\",\n            \"name\": \"API Send URL Test DRAFT Agreement 694\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAC6lgwDgqyolmZfuoqh5HMDGR-EknGURO\",\n            \"displayDate\": \"2018-11-08T20:17:56Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                }\n            ],\n            \"name\": \"MCIO Domestic Contract\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAcJ2CnOh2E9JxM3jWuQJ06khW9U_5caYQ\",\n            \"displayDate\": \"2018-11-01T18:17:05Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                }\n            ],\n            \"name\": \"MCIO Domestic Contract\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAARdFhhZ4i9BgJPywns1-h8oKcNQGQqu3F\",\n            \"displayDate\": \"2018-10-31T20:49:17Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 20\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAwbhh7qA4-ZsDXMvi-hM7_bcRROdGg8e8\",\n            \"displayDate\": \"2018-10-17T16:11:16Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                }\n            ],\n            \"name\": \"MCIO Domestic Contract\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAvvvaVJlu05PjtvbI41o1vaomRXVoZeSq\",\n            \"displayDate\": \"2018-10-02T19:56:27Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                }\n            ],\n            \"name\": \"MCIO Domestic Contract\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAASKfx8gWzLSRK6j_Ykj_wPbElmAsYplxZ\",\n            \"displayDate\": \"2018-09-08T00:38:40Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"AAAARON asd\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhD6zWtCXHZfJJHLdHZK8GBWwAkY8LhgABt_5ISwqZDdThfQ4MoNJDjf4En1yRNKFgeq_2nDV_qWt70k_kUbMcCm\",\n            \"name\": \"MSA With PO\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAWm_M3ZlWDzm8nWGNiJtWpKrCCPxcqwzq\",\n            \"displayDate\": \"2018-09-08T00:38:13Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"AAAARON asdasdfasdf\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBBBz55L-M8TkdLWE2_thAsjY3yf3Dnbh6rnoz2l94FbB9ZxKhoLadagMd9GjXnKKAUamABhFdTrSES9dkgewRY\",\n            \"name\": \"MSA With PO\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA6SMUpSQRrwP-pLfQ__yCU3lntkmJC2UC\",\n            \"displayDate\": \"2018-09-08T00:37:49Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhB3u4C-ktfK8O4K_uMcSZAQ7pUF187KUvkPYd0pl5zfb7z3djHFpZDk0qfnxfTIQlUMwekv7k2wpXyR4m4VeL9i\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAK3W642O08qnhCtvJz7nQLXgW0KwQZ1h7\",\n            \"displayDate\": \"2018-09-08T00:37:27Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAVZ4VEjDF-UYiOLtmv2UOmzhRcdYpFyNZT0wc0ebkuEuAa9QORXnhvgKXc2fBEJZbcbqwQcIRLfeIaB55chFVR\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAZEji4mSdnjl9oUm_f9FEh5czrSy_zJSa\",\n            \"displayDate\": \"2018-09-08T00:37:07Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBcYfXXAzn84Q_16OMp8Ny0t-RTkVaEGwdo6ata7I-A7rI7emCREF-wEq02pUcZnkFGKBMVFW6ogIwvkgwYHLN1\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAkRaNw7kUm67AFyvzaxBatj9U70wtgxzY\",\n            \"displayDate\": \"2018-09-08T00:36:50Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCE771QGRdAJifE_9M7knQuLgNJmr2LKIPs3i85M5bseIWZSRhRIEqwro-479RdKnVMjAVYPBuiFEzHKSzZsh58\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAbb6FDh48t_bmycWwag1-EEEurTH-IE3f\",\n            \"displayDate\": \"2018-09-08T00:36:28Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhAnYOuZ-ykWLLvwm9_DHr1d8GtrMJ93cuW4MbkQf98ZoovynMEEwe1GcayYWlcfdgK6Tie-T4l1FT_VUXau1PEH\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA94XFIHmWW4IMt9qhR76QlXFAXl5F9Phh\",\n            \"displayDate\": \"2018-09-08T00:35:59Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCPDUj8lGHMFv0GCHQGs3G1YfNrRzNrS3-JYP79dKsTL7L5GpIOdYkcArJ93gLdogJrjIWTNYlNUpP9ESelozIL\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAqBZCJLxe-AI4N2sqCFxV2szLhjpNktV2\",\n            \"displayDate\": \"2018-09-08T00:35:30Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCAvqJw51YaCVK-C0HJUTR23XVgpbWdQgSDm_jeCUYeTupJfKBhWedSXVXRaksFiy07KcRrYe0Qy9kbNS2w1Lpc\",\n            \"name\": \"MSA With PO-docID:28376482736438\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAnGLUSocwzeH1qsW-abdQ5N9SI_Df_p9j\",\n            \"displayDate\": \"2018-09-08T00:21:34Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Jimmy Johnson\",\n                            \"email\": \".\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDLrH2GiBJ5vnXATDNmatEDkiHMAIrAfFwhFL04qpCUb780lYKr_2XRE4NtR2tMoTeS6cZnTXqQdrNUM_zYYtiO\",\n            \"name\": \"MSA With PO-docID:7777\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAACM1n_yvZFq0BsqFg8K6xxhljEVq88iwA\",\n            \"displayDate\": \"2018-09-07T23:42:30Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Roman Klinkovich\",\n                            \"email\": \"tromank@somedomain.com\",\n                            \"company\": \"Adobe Systems\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDc88SGS3WlqpuVCMCdp2ntUOaVeGW-5TRumAxLiWUVob0uKgVSCSpxDWouKwueQfRzWBkUZ89PBcQ2GsQE1CVw\",\n            \"name\": \"MSA With PO\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA8JJA6G4CvtwHHLB8l3xL0jj0O-0BG8za\",\n            \"displayDate\": \"2018-09-06T22:14:49Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Phil Hutchins\",\n                            \"email\": \"signer2+MSsigner2@somedomain.com\",\n                            \"company\": \"Test Company for NA2\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCRroVIwNCPmvX9gMGOGsoSPi8PQNhWg4WatE-uBuj4jo315WXHCQJnV0dCMYcROUK5-pA1D1P-nyvHY60yMEzS\",\n            \"name\": \"_MSA_1signer\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAF1eKvVjILtIvyw1kX7aM4qdbnGdlvseE\",\n            \"displayDate\": \"2018-08-29T17:39:29Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"Test rk1\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA517iuD-WX6uARdBvWifWElfyTsXs-1We\",\n            \"displayDate\": \"2018-07-09T20:40:22Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 27\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA41wDfvZgp7LRsr17H-tg7EBPEJWvdWyq\",\n            \"displayDate\": \"2018-07-09T17:44:35Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Johnson\",\n                            \"email\": \"signer1+na2mainsigner@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhA1yCa_tPrr8mIGocGVmpFZYlLxWODtL-pzWzFFxdseGu1Wv6b576zITf5wm3B9-SBkryKAE23evee7lVjvozVV\",\n            \"name\": \"test for DCAT\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAspKgvF6d309VOO3ZzM8kLh2i3Ehk2z9E\",\n            \"displayDate\": \"2018-06-29T15:35:49Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 419\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA4cA3H_6wh7UfYFmp7yxRlv3IN6XMD0GP\",\n            \"displayDate\": \"2018-06-28T20:22:58Z\",\n            \"name\": \"_MSA_noline\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAmPRSa9xUcN5gIxxmUzgjnpC5PKkKpQcO\",\n            \"displayDate\": \"2018-06-28T20:20:22Z\",\n            \"name\": \"_MSA_noline\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAyyBhtVTGtL6qUu2uYN_kdaKEPDldCGoR\",\n            \"displayDate\": \"2018-06-28T20:19:08Z\",\n            \"name\": \"_MSA_noline\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAATdtzWGdMIuMcQMesgn12nd2e99TFXZ0m\",\n            \"displayDate\": \"2018-06-28T20:15:34Z\",\n            \"name\": \"_MSA_noline\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAJXwrE-B2n9ePviyfmSooUiIbACy74lCk\",\n            \"displayDate\": \"2018-06-28T02:39:50Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Library Test Agreement Draft 1st 956\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA60HqRGkWmwZq6CQQmWoJ6WjRrLVU30jU\",\n            \"displayDate\": \"2018-06-25T22:12:36Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+postman1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"API Send Transient Test Agreement 822\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAApdVsKRkxWn1ABbVQdXOPmZ9Xh1wiI85T\",\n            \"displayDate\": \"2018-06-20T17:53:42Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Girish\",\n                            \"email\": \"girishpoojari+na2@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCaVscS5MdoKtOHiK2y1e_cg667KX2QjMlqMZFzWMmXxE6GXOoUWxZeu6ju5mbixqSaASVWJUaaK0c402ZZbqCR\",\n            \"name\": \"test\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAiD3xl3JQTfmW6JGnsq5aUBkpm35OsTb-\",\n            \"displayDate\": \"2018-06-17T19:51:31Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer3\",\n                            \"email\": \"signer3+signer3@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDcX8h35KPFcRwKT9KfJ81KX2UIZ5EWJNriFUso0qXS2nXLv_uKMGbPNIDCUiIAfJkasIWBAph7MWfaS_7fuPuG\",\n            \"name\": \"MSA_noline\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAJBDY7FmODE_JFQyGiDdsZ3uPhBK6D2ly\",\n            \"displayDate\": \"2018-06-17T15:40:16Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer3+signer3@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDnp2F7MWc4lWc4ddLK3gNdpBq1FiNSzzQM2Cv_4npfL9U5kyvMAw17qYwi7clt7ckcQ0jMlnYZHhPfX2B-spJj\",\n            \"name\": \"Test webhook\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAhXvJBWNTRFAnKd_q7iwB0cohnwTI3AsE\",\n            \"displayDate\": \"2018-06-11T23:29:58Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer2+signer2@somedomain.com\"\n                        }\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"email\": \"signer3+signer3@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"name\": \"MCIO Domestic Contract\",\n            \"status\": \"DRAFT\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAOOhBtvM15PPrlEwnmuZDVPCPPrCU5zb4\",\n            \"displayDate\": \"2018-06-11T23:21:51Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                },\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {}\n                    ]\n                }\n            ],\n            \"name\": \"MCIO Domestic Contract\",\n            \"status\": \"DRAFT\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAyjz40blRzntfvwjY9gFEGU6NummMfIlz\",\n            \"displayDate\": \"2018-05-03T22:11:59Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signerone\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCbWKrgltKdSGbyWdDYF_Zgp2SqC9Yb_mllLmJuuIofNK3oCK4VCE5gOagpk_GwDWC7gfRkiYIyWvCMoNr1v1ry\",\n            \"name\": \"Test Biopharm1\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAMinoaLSijOvJw3aXaaUDbH-QLTTr-SEB\",\n            \"displayDate\": \"2017-12-19T12:54:00Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"haseeb\",\n                            \"email\": \"haseebmukhtar@hotmail.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhCNaE4mw-qJu_0iBr5eP18XiYzAZ_WbyqniwjbndzA9mASJ5VIqQhAaoQ3b9HpHqlGJOqbDh3o8EaYdk5nnJXAl\",\n            \"name\": \"Property Information Form - Adobe Sign haseeb test pdf 2\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAMEQcBzIFm2rHNJcJ3o2bx6scDz0_zl5Q\",\n            \"displayDate\": \"2017-12-18T17:49:50Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"haseeb\",\n                            \"email\": \"haseebmukhtar@hotmail.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDGwvUufKdAIbqRnAK6cI3ZQGT9CM9lDnQNYPrNuW-7pJpGyFKFT4fFmvqxbPwu7rbOV_msGdWfdWiLOwylN80Z\",\n            \"name\": \"Property Information Form - Adobe Sign haseeb test pdf 2\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAFmPAlL2R4E4NYK8qTeIi9J1Vep5POA4M\",\n            \"displayDate\": \"2017-12-11T17:05:19Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer12334\",\n                            \"email\": \"signer2+wrong1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhBYyKgqzVY2RmhoVDh-UlzdlwwbRNPEO67bN-zVf4V2s47kxB_gwz9YG6gs3PzAk0n7wxg_TcvAdi-Y1cDiTU9M\",\n            \"name\": \"PTO Request\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAJvUd3S08lx676OMsQo10Iihh1QTs6C5c\",\n            \"displayDate\": \"2017-12-11T17:03:06Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Signer\",\n                            \"email\": \"signer2+wrong1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDDWmXh9EdnTKWQG__eRxw07Ok1L1MULGtHcdiuApl7uOhL94BD4RCt5SJOhQYzkuwb0TYNrFzyILdcm-kap7WV\",\n            \"name\": \"PTO Request\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAlto_MCbTX96um6eJ7ppRBDJZS88YYAho\",\n            \"displayDate\": \"2017-12-08T18:57:36Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sammy Signer1\",\n                            \"email\": \"signer1+signer1na2main@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDTmpiN7xhNZNGiZQDQMdy185xEacYeEZw1EKVJQo5-z3dQmpLvO3W9kqGaiSdX0rLe0drbA3znI2P2SinuVOx0\",\n            \"name\": \"_MSA_edited_w_PO copy\",\n            \"status\": \"SIGNED\",\n            \"esign\": true,\n            \"hidden\": false\n        }\n    ],\n    \"page\": {}\n}"}],"_postman_id":"88147dfa-e98d-4eb6-82eb-5d6ab7d8acdf"},{"name":"User \"Views\" ALL","id":"a1f3da64-c69c-476a-b086-fd247eece795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:{{na2Admin}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/users/CBJCHBCAABAA3LtYzge2yWcUF6-kSiXL0LjlQmOt2luT/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","users","CBJCHBCAABAA3LtYzge2yWcUF6-kSiXL0LjlQmOt2luT","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1f3da64-c69c-476a-b086-fd247eece795"}],"id":"0be23b4c-3575-45a0-84eb-77e51eea233d","_postman_id":"0be23b4c-3575-45a0-84eb-77e51eea233d","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Lib Docs","item":[{"name":"CreateLibDoc","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"ae1b6316-e42f-4039-9444-89acba09f489"}},{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.json()).to.include(\"id\");","});","","","pm.environment.set(\"libDocID\", pm.response.json().id);"],"type":"text/javascript","id":"d796d4c3-68b0-47d1-be17-a0ec37e82546"}}],"id":"a183168d-00d8-4aca-9403-c15ea1209eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n  ],\n  \"name\": \"Test {{$random}}\",\n  \"sharingMode\": \"ACCOUNT\",\n  \"state\": \"AUTHORING\",\n  \"templateTypes\": [\n    \"DOCUMENT\"\n  ]\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments","description":"<h4 id=\"gets-views-available-for-a-specific-library-document\">Gets \"views\" available for a specific library document</h4>\n<p>Possible view names can be:</p>\n<ul>\n<li>ALL</li>\n<li>EDIT</li>\n<li>DOCUMENT</li>\n<li>MANAGE</li>\n<li>SEND</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"cc30f4c9-4675-46d4-92dd-ace1396e04b6","name":"LibDocViews","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1618","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:43:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"b3d43313-21fc-4012-aa1c-3e27ac561dc9","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"libraryViewList\":[{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true\",\"name\":\"EDIT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true\",\"name\":\"DOCUMENT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true\",\"name\":\"MANAGE\",\"isCurrent\":true},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true\",\"name\":\"SEND\",\"isCurrent\":false}]}"}],"_postman_id":"a183168d-00d8-4aca-9403-c15ea1209eb7"},{"name":"LibDoc List for user","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Got Agreement List\", function () {","    pm.expect(pm.response.text()).to.include(\"libraryDocumentList\");","});","","","","pm.test(\"Got Some Templates\", function () {","    pm.expect(pm.response.text()).to.include(\"templateTypes\");","});","",""],"id":"348298ca-0310-42dc-96ac-40b8e3b53db7"}}],"id":"e1dda81d-47da-4152-8103-50b873eb3c57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"d9e0454e-fe8c-4109-948e-b91089825f5b","name":"Get Lib Doc List for user","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1616","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:12:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d99acf03-a275-426a-a16f-56f28dc12b57","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"libraryDocumentList\":[{\"id\":\"CBJCHBCAABAABpg_3I3YS_cJIUy3xlq9Yajx6yizZ36B\",\"name\":\"I-9 (Employment Eligibility Verification) ver. 07/17/17 N\",\"creatorEmail\":\"forms+na2@adobesign.com\",\"modifiedDate\":\"2017-10-25T01:11:45Z\",\"templateTypes\":[\"DOCUMENT\"],\"sharingMode\":\"GLOBAL\",\"status\":\"ACTIVE\",\"hidden\":false},{\"id\":\"CBJCHBCAABAAa4aPRtUCH5qhAtV4RWi-eImHJI0oNVjI\",\"name\":\"MS MCIO 1010 Test\",\"creatorEmail\":\"sender@somedomain.com\",\"modifiedDate\":\"2018-06-13T01:51:05Z\",\"templateTypes\":[\"DOCUMENT\"],\"sharingMode\":\"ACCOUNT\",\"status\":\"ACTIVE\",\"hidden\":false},{\"id\":\"CBJCHBCAABAATIs14j5e0p0mA4MlWQKJy91NpqK-2hA1\",\"name\":\"MSA\",\"creatorEmail\":\"sender@somedomain.com\",\"modifiedDate\":\"2018-06-13T03:04:44Z\",\"templateTypes\":[\"DOCUMENT\"],\"sharingMode\":\"ACCOUNT\",\"status\":\"ACTIVE\",\"hidden\":false},{\"id\":\"CBJCHBCAABAA6uZzm-mGRa1GEAo9TpfaXFeGX4e8v7wl\",\"name\":\"MSA_noline\",\"creatorEmail\":\"sender@somedomain.com\",\"modifiedDate\":\"2018-04-30T23:24:45Z\",\"templateTypes\":[\"DOCUMENT\"],\"sharingMode\":\"USER\",\"status\":\"ACTIVE\",\"hidden\":false},{\"id\":\"CBJCHBCAABAADfpNn3CE0EGt_lVgwhe-xS1eTo5cIGkY\",\"name\":\"W-4 2018 (Employee's Withholding Allowance Certificate)\",\"creatorEmail\":\"forms+na2@adobesign.com\",\"modifiedDate\":\"2018-03-13T01:15:56Z\",\"templateTypes\":[\"DOCUMENT\"],\"sharingMode\":\"GLOBAL\",\"status\":\"ACTIVE\",\"hidden\":false},{\"id\":\"CBJCHBCAABAAMx9srG-NMF_OycAZCKh_CHOFCfnvy9xA\",\"name\":\"W-9 (Request for Taxpayer Identification Number) ver. 11/17\",\"creatorEmail\":\"forms+na2@adobesign.com\",\"modifiedDate\":\"2018-02-14T03:38:15Z\",\"templateTypes\":[\"DOCUMENT\"],\"sharingMode\":\"GLOBAL\",\"status\":\"ACTIVE\",\"hidden\":false}],\"page\":{}}"}],"_postman_id":"e1dda81d-47da-4152-8103-50b873eb3c57"},{"name":"LibDoc List for non-admin","event":[{"listen":"test","script":{"exec":["pm.test(\"Got Agreement List\", function () {","    pm.expect(pm.response.text()).to.include(\"libraryDocumentList\");","});","","","","pm.test(\"Got Some Templates\", function () {","    pm.expect(pm.response.text()).to.include(\"templateTypes\");","});","",""],"type":"text/javascript","id":"fc1678be-0c5e-45f8-bfe0-e2add7f40086"}}],"id":"cf911e72-f403-4df3-b491-e78513b38a17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:{{non-admin-sender}}"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"c89e40c0-6efb-4404-acea-1a4422141460","name":"Get Lib Doc List for user","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1616","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:12:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d99acf03-a275-426a-a16f-56f28dc12b57","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"libraryDocumentList\":[{\"id\":\"CBJCHBCAABAABpg_3I3YS_cJIUy3xlq9Yajx6yizZ36B\",\"name\":\"I-9 (Employment Eligibility Verification) ver. 07/17/17 N\",\"creatorEmail\":\"forms+na2@adobesign.com\",\"modifiedDate\":\"2017-10-25T01:11:45Z\",\"templateTypes\":[\"DOCUMENT\"],\"sharingMode\":\"GLOBAL\",\"status\":\"ACTIVE\",\"hidden\":false},{\"id\":\"CBJCHBCAABAAa4aPRtUCH5qhAtV4RWi-eImHJI0oNVjI\",\"name\":\"MS MCIO 1010 Test\",\"creatorEmail\":\"sender@somedomain.com\",\"modifiedDate\":\"2018-06-13T01:51:05Z\",\"templateTypes\":[\"DOCUMENT\"],\"sharingMode\":\"ACCOUNT\",\"status\":\"ACTIVE\",\"hidden\":false},{\"id\":\"CBJCHBCAABAATIs14j5e0p0mA4MlWQKJy91NpqK-2hA1\",\"name\":\"MSA\",\"creatorEmail\":\"sender@somedomain.com\",\"modifiedDate\":\"2018-06-13T03:04:44Z\",\"templateTypes\":[\"DOCUMENT\"],\"sharingMode\":\"ACCOUNT\",\"status\":\"ACTIVE\",\"hidden\":false},{\"id\":\"CBJCHBCAABAA6uZzm-mGRa1GEAo9TpfaXFeGX4e8v7wl\",\"name\":\"MSA_noline\",\"creatorEmail\":\"sender@somedomain.com\",\"modifiedDate\":\"2018-04-30T23:24:45Z\",\"templateTypes\":[\"DOCUMENT\"],\"sharingMode\":\"USER\",\"status\":\"ACTIVE\",\"hidden\":false},{\"id\":\"CBJCHBCAABAADfpNn3CE0EGt_lVgwhe-xS1eTo5cIGkY\",\"name\":\"W-4 2018 (Employee's Withholding Allowance Certificate)\",\"creatorEmail\":\"forms+na2@adobesign.com\",\"modifiedDate\":\"2018-03-13T01:15:56Z\",\"templateTypes\":[\"DOCUMENT\"],\"sharingMode\":\"GLOBAL\",\"status\":\"ACTIVE\",\"hidden\":false},{\"id\":\"CBJCHBCAABAAMx9srG-NMF_OycAZCKh_CHOFCfnvy9xA\",\"name\":\"W-9 (Request for Taxpayer Identification Number) ver. 11/17\",\"creatorEmail\":\"forms+na2@adobesign.com\",\"modifiedDate\":\"2018-02-14T03:38:15Z\",\"templateTypes\":[\"DOCUMENT\"],\"sharingMode\":\"GLOBAL\",\"status\":\"ACTIVE\",\"hidden\":false}],\"page\":{}}"}],"_postman_id":"cf911e72-f403-4df3-b491-e78513b38a17"},{"name":"LibDoc Events","event":[{"listen":"test","script":{"exec":["pm.test(\"Got Agreement List\", function () {","    pm.expect(pm.response.text()).to.include(\"libraryDocumentList\");","});","",""],"type":"text/javascript","id":"6d55118b-859c-4050-8ba2-df763cb4ba5c"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"37e0a518-03b1-4eb4-a08c-186611ca021e"}}],"id":"6067a297-e195-4b45-abf5-f09055253bbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/events","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","events"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"782755ba-c6bc-4270-8680-261c1b67061c","name":"LibDoc Events","originalRequest":{"method":"GET","header":[{"key":"x-user-email","value":"skaboy71@somedomain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"537","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:18:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"CBJCHBCAABAA-Sp6Iy2Zx8a9nfQXmifvTCSqIor1FzhQ","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=199","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"0f2cedb6-e7a6-4b50-a7c5-9eadc52a0a06","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"type\":\"CREATED\",\"actingUserEmail\":\"sender@somedomain.com\",\"actingUserIpAddress\":\"192.150.10.200\",\"actingUserName\":\"AdminBob Sender22\",\"date\":\"2018-04-30T23:24:23Z\",\"description\":\"The library document has been created by Bob User44 (sender@somedomain.com)\",\"participantEmail\":\"sender@somedomain.com\",\"participantId\":\"CBJCHBCAABAA3viR4t8d2KmhMOVamTVXYdf3WyMdijkz\",\"participantRole\":\"SENDER\",\"versionId\":\"3AAABLblqZhBCQkgRe7RWYLTHRV3yCXW7WmdWCEwYi173tCSD4mp1wQnMgQp4LguM_kSpT11T6fX5drbxfiaXMEWsJcvAyrP_\"}]}"},{"id":"b1100777-50a6-4316-86ef-ee7c17d25160","name":"LibDoc Events","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jun 2021 22:58:44 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"none"},{"key":"x-request-id","value":"87dcc798-befe-4890-9836-20f722312e84"},{"key":"ETag","value":"F6AE5944E3E9909330266F236467521.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"1132"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"events\": [\n        {\n            \"id\": \"CBJCHBCAABAALFhtz1v1bVI-DVO532K-fOiYqRnWnd5F\",\n            \"type\": \"CREATED\",\n            \"actingUserEmail\": \"sender@somedomain.com\",\n            \"actingUserIpAddress\": \"192.150.10.211\",\n            \"actingUserName\": \"Admin Stapleton\",\n            \"date\": \"2018-06-11T23:08:33Z\",\n            \"description\": \"The library document has been created by AdminBob Sender22 (sender@somedomain.com)\",\n            \"participantEmail\": \"sender@somedomain.com\",\n            \"participantId\": \"CBJCHBCAABAA-2PVCPukHVDoc72HWOHjz6K_-ftETWlf\",\n            \"participantRole\": \"SENDER\",\n            \"versionId\": \"3AAABLblqZhBveQDU0wpPRa3tklWyDT4ifInij6jj6nbHFPf8L79CZfZlYn6zgjVs7l-bzu-vePa8TQmAhZOc5vETD-q4caYq\"\n        },\n        {\n            \"id\": \"CBJCHBCAABAAHNbGsK7UhsJeU0PAsW8qfYAhL6tOaZQi\",\n            \"type\": \"MODIFIED\",\n            \"actingUserEmail\": \"sender@somedomain.com\",\n            \"actingUserIpAddress\": \"70.252.16.170\",\n            \"actingUserName\": \"Admin Stapleton\",\n            \"date\": \"2021-02-09T01:07:18Z\",\n            \"description\": \"The library document has been modified by AdminBob Sender22 (sender@somedomain.com)\",\n            \"participantEmail\": \"sender@somedomain.com\",\n            \"participantId\": \"CBJCHBCAABAA-2PVCPukHVDoc72HWOHjz6K_-ftETWlf\",\n            \"participantRole\": \"SENDER\",\n            \"comment\": \"Library document state changed from ACTIVE to REMOVED.\"\n        }\n    ]\n}"},{"id":"a0790e9b-e2d8-441a-a6b0-98607cee7126","name":"LibDoc Events","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jun 2021 22:58:44 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"none"},{"key":"x-request-id","value":"87dcc798-befe-4890-9836-20f722312e84"},{"key":"ETag","value":"F6AE5944E3E9909330266F236467521.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"1132"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"events\": [\n        {\n            \"id\": \"CBJCHBCAABAALFhtz1v1bVI-DVO532K-fOiYqRnWnd5F\",\n            \"type\": \"CREATED\",\n            \"actingUserEmail\": \"sender@somedomain.com\",\n            \"actingUserIpAddress\": \"192.150.10.211\",\n            \"actingUserName\": \"Admin Stapleton\",\n            \"date\": \"2018-06-11T23:08:33Z\",\n            \"description\": \"The library document has been created by AdminBob Sender22 (sender@somedomain.com)\",\n            \"participantEmail\": \"sender@somedomain.com\",\n            \"participantId\": \"CBJCHBCAABAA-2PVCPukHVDoc72HWOHjz6K_-ftETWlf\",\n            \"participantRole\": \"SENDER\",\n            \"versionId\": \"3AAABLblqZhBveQDU0wpPRa3tklWyDT4ifInij6jj6nbHFPf8L79CZfZlYn6zgjVs7l-bzu-vePa8TQmAhZOc5vETD-q4caYq\"\n        },\n        {\n            \"id\": \"CBJCHBCAABAAHNbGsK7UhsJeU0PAsW8qfYAhL6tOaZQi\",\n            \"type\": \"MODIFIED\",\n            \"actingUserEmail\": \"sender@somedomain.com\",\n            \"actingUserIpAddress\": \"70.252.16.170\",\n            \"actingUserName\": \"Admin Stapleton\",\n            \"date\": \"2021-02-09T01:07:18Z\",\n            \"description\": \"The library document has been modified by AdminBob Sender22 (sender@somedomain.com)\",\n            \"participantEmail\": \"sender@somedomain.com\",\n            \"participantId\": \"CBJCHBCAABAA-2PVCPukHVDoc72HWOHjz6K_-ftETWlf\",\n            \"participantRole\": \"SENDER\",\n            \"comment\": \"Library document state changed from ACTIVE to REMOVED.\"\n        }\n    ]\n}"}],"_postman_id":"6067a297-e195-4b45-abf5-f09055253bbb"},{"name":"LibDoc - Info","event":[{"listen":"test","script":{"exec":["pm.test(\"Got Agreement List\", function () {","    pm.expect(pm.response.text()).to.include(\"libraryDocumentList\");","});","",""],"type":"text/javascript","id":"dc21ebb2-00f5-4a60-a5c0-664c765452c0"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"722a317f-6744-4e71-ba50-0f617a286d53"}}],"id":"a440e887-b287-4f2a-bd9d-5bd6f12f5464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/events","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","events"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"fa188186-f30c-44ce-bad9-0c83a9124a64","name":"LibDoc Events","originalRequest":{"method":"GET","header":[{"key":"x-user-email","value":"skaboy71@somedomain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"537","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:18:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"CBJCHBCAABAA-Sp6Iy2Zx8a9nfQXmifvTCSqIor1FzhQ","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=199","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"0f2cedb6-e7a6-4b50-a7c5-9eadc52a0a06","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"type\":\"CREATED\",\"actingUserEmail\":\"sender@somedomain.com\",\"actingUserIpAddress\":\"192.150.10.200\",\"actingUserName\":\"AdminBob Sender22\",\"date\":\"2018-04-30T23:24:23Z\",\"description\":\"The library document has been created by Bob User44 (sender@somedomain.com)\",\"participantEmail\":\"sender@somedomain.com\",\"participantId\":\"CBJCHBCAABAA3viR4t8d2KmhMOVamTVXYdf3WyMdijkz\",\"participantRole\":\"SENDER\",\"versionId\":\"3AAABLblqZhBCQkgRe7RWYLTHRV3yCXW7WmdWCEwYi173tCSD4mp1wQnMgQp4LguM_kSpT11T6fX5drbxfiaXMEWsJcvAyrP_\"}]}"}],"_postman_id":"a440e887-b287-4f2a-bd9d-5bd6f12f5464"},{"name":"LibDoc Details-formFields Copy","event":[{"listen":"test","script":{"exec":["pm.test(\"Got Agreement List\", function () {","    pm.expect(pm.response.text()).to.include(\"libraryDocumentList\");","});","",""],"type":"text/javascript","id":"2764d1b4-c1cc-41f4-9ca8-7108d824aa67"}},{"listen":"prerequest","script":{"exec":["pm.environment.set(\"libDocID\", \"CBJCHBCAABAAa4aPRtUCH5qhAtV4RWi-eImHJI0oNVjI\");"],"type":"text/javascript","id":"dbb4230a-e151-4b1a-917f-11c138073555"}}],"id":"549f7158-a2b0-4267-af61-a1f455f5430b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/formFields","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","formFields"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"1aa3ba05-a7a0-449e-a7a1-c6167ece474b","name":"LibDoc Details","originalRequest":{"method":"GET","header":[{"key":"x-user-email","value":"skaboy71@somedomain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"544","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:17:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"79097c08-88f9-485e-8231-f3ed571f0a14","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"type\":\"CREATED\",\"actingUserEmail\":\"sender@somedomain.com\",\"actingUserIpAddress\":\"192.150.10.211\",\"actingUserName\":\"AdminBob Sender22\",\"date\":\"2018-06-11T23:08:33Z\",\"description\":\"The library document has been created by AdminBob Sender22 (sender@somedomain.com)\",\"participantEmail\":\"sender@somedomain.com\",\"participantId\":\"CBJCHBCAABAA-2PVCPukHVDoc72HWOHjz6K_-ftETWlf\",\"participantRole\":\"SENDER\",\"versionId\":\"3AAABLblqZhBveQDU0wpPRa3tklWyDT4ifInij6jj6nbHFPf8L79CZfZlYn6zgjVs7l-bzu-vePa8TQmAhZOc5vETD-q4caYq\"}]}"},{"id":"2e7850a0-14ba-4c66-9feb-d6c44f336b24","name":"LibDoc Details-formFields Copy","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/formFields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jun 2021 15:47:13 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"none"},{"key":"x-request-id","value":"e27bacc5-e143-414f-86bf-d06404244050"},{"key":"ETag","value":"82FD57E202F5A7F6F4E19C1AE448D7C.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"7569"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"fields\": [\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"tooltip\": \"Project Title\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Helvetica\",\n            \"fontSize\": 12,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": true,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"origin\": \"IMPORTED\",\n            \"name\": \"ProjectTitle\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 105.28302001953125,\n                    \"left\": 168.75100708007812,\n                    \"width\": 174.90399169921875,\n                    \"height\": 12.66094970703125\n                }\n            ],\n            \"assignee\": \"recipient0\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"tooltip\": \"Supplier\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Helvetica\",\n            \"fontSize\": 12,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": true,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"origin\": \"IMPORTED\",\n            \"name\": \"Supplier\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 119.1209716796875,\n                    \"left\": 169.06300354003906,\n                    \"width\": 174.9029998779297,\n                    \"height\": 12.6610107421875\n                }\n            ],\n            \"assignee\": \"recipient0\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"tooltip\": \"Company Code\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Helvetica\",\n            \"fontSize\": 12,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": true,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"origin\": \"IMPORTED\",\n            \"name\": \"CompanyCode\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 132.5059814453125,\n                    \"left\": 168.75100708007812,\n                    \"width\": 174.90399169921875,\n                    \"height\": 12.6610107421875\n                }\n            ],\n            \"assignee\": \"recipient0\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"tooltip\": \"Project Owner\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Helvetica\",\n            \"fontSize\": 12,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": true,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"origin\": \"IMPORTED\",\n            \"name\": \"ProjectOwner\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 145.93902587890625,\n                    \"left\": 168.75100708007812,\n                    \"width\": 174.90399169921875,\n                    \"height\": 12.66094970703125\n                }\n            ],\n            \"assignee\": \"recipient0\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"tooltip\": \"Contract Value\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Helvetica\",\n            \"fontSize\": 12,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": true,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"origin\": \"IMPORTED\",\n            \"name\": \"ContractValue\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 158.3909912109375,\n                    \"left\": 168.75100708007812,\n                    \"width\": 174.90399169921875,\n                    \"height\": 12.6610107421875\n                }\n            ],\n            \"assignee\": \"recipient0\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"MULTILINE\",\n            \"tooltip\": \"description\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Helvetica\",\n            \"fontSize\": 12,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"origin\": \"IMPORTED\",\n            \"name\": \"Description\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 173.0789794921875,\n                    \"left\": 175.25799560546875,\n                    \"width\": 299.1100158691406,\n                    \"height\": 42.5460205078125\n                }\n            ],\n            \"assignee\": \"PREFILL\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"MULTILINE\",\n            \"tooltip\": \"Approver Name_Finance Approver\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Helvetica\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"origin\": \"IMPORTED\",\n            \"name\": \"FinApName\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 285.29901123046875,\n                    \"left\": 173.27999877929688,\n                    \"width\": 114.239990234375,\n                    \"height\": 14.83697509765625\n                }\n            ],\n            \"assignee\": \"PREFILL\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"SIGNATURE\",\n            \"tooltip\": \"Approver Name_Finance Approver\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Helvetica\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNATURE\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": 40,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"origin\": \"IMPORTED\",\n            \"name\": \"sig1\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 282.8080139160156,\n                    \"left\": 362.3479919433594,\n                    \"width\": 101.166015625,\n                    \"height\": 20.44097900390625\n                }\n            ],\n            \"assignee\": \"recipient0\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"TEXT_FIELD\",\n            \"tooltip\": \"Date Signed_1\",\n            \"fontColor\": \"\",\n            \"fontName\": \"Helvetica\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNATURE_DATE\",\n            \"defaultValue\": \"\",\n            \"readOnly\": true,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": 40,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"origin\": \"IMPORTED\",\n            \"name\": \"dt1\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 285.29901123046875,\n                    \"left\": 465.7200012207031,\n                    \"width\": 95.04000854492188,\n                    \"height\": 14.83697509765625\n                }\n            ],\n            \"assignee\": \"recipient0\"\n        }\n    ]\n}"}],"_postman_id":"549f7158-a2b0-4267-af61-a1f455f5430b"},{"name":"LibDoc - Documents","event":[{"listen":"test","script":{"exec":["pm.test(\"Got Agreement List\", function () {","    pm.expect(pm.response.text()).to.include(\"libraryDocumentList\");","});","",""],"type":"text/javascript","id":"59b3603a-363c-48aa-a483-5e77cd07d752"}},{"listen":"prerequest","script":{"exec":["//pm.environment.set(\"libDocID\", \"\");"],"type":"text/javascript","id":"3b17cff9-10f6-47af-9b7b-4d6f9d6c1a1d"}}],"id":"e637de98-8756-4953-b581-b12d7a1c397b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/documents","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","documents"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"02ab97f0-6e79-4138-857f-6755b4896314","name":"LibDoc Details","originalRequest":{"method":"GET","header":[{"key":"x-user-email","value":"skaboy71@somedomain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"544","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:17:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"79097c08-88f9-485e-8231-f3ed571f0a14","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"type\":\"CREATED\",\"actingUserEmail\":\"sender@somedomain.com\",\"actingUserIpAddress\":\"192.150.10.211\",\"actingUserName\":\"AdminBob Sender22\",\"date\":\"2018-06-11T23:08:33Z\",\"description\":\"The library document has been created by AdminBob Sender22 (sender@somedomain.com)\",\"participantEmail\":\"sender@somedomain.com\",\"participantId\":\"CBJCHBCAABAA-2PVCPukHVDoc72HWOHjz6K_-ftETWlf\",\"participantRole\":\"SENDER\",\"versionId\":\"3AAABLblqZhBveQDU0wpPRa3tklWyDT4ifInij6jj6nbHFPf8L79CZfZlYn6zgjVs7l-bzu-vePa8TQmAhZOc5vETD-q4caYq\"}]}"}],"_postman_id":"e637de98-8756-4953-b581-b12d7a1c397b"},{"name":"LibDoc - Historical formData","event":[{"listen":"test","script":{"exec":["pm.test(\"Got Agreement List\", function () {","    pm.expect(pm.response.text()).to.include(\"libraryDocumentList\");","});","",""],"type":"text/javascript","id":"5638c040-cbc5-4eb0-88bc-c21627f9059a"}},{"listen":"prerequest","script":{"exec":["pm.environment.set(\"libDocID\", \"CBJCHBCAABAATIs14j5e0p0mA4MlWQKJy91NpqK-2hA1\");"],"type":"text/javascript","id":"f8c7bd41-050f-4f2e-96b3-2ead830916a3"}}],"id":"9c7ee2f9-d692-412a-b934-d3d307228348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/formData","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","formData"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"d2114a9d-7b0b-424e-ad2c-48c4d90051dc","name":"LibDoc Details","originalRequest":{"method":"GET","header":[{"key":"x-user-email","value":"skaboy71@somedomain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"544","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:17:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"79097c08-88f9-485e-8231-f3ed571f0a14","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"type\":\"CREATED\",\"actingUserEmail\":\"sender@somedomain.com\",\"actingUserIpAddress\":\"192.150.10.211\",\"actingUserName\":\"AdminBob Sender22\",\"date\":\"2018-06-11T23:08:33Z\",\"description\":\"The library document has been created by AdminBob Sender22 (sender@somedomain.com)\",\"participantEmail\":\"sender@somedomain.com\",\"participantId\":\"CBJCHBCAABAA-2PVCPukHVDoc72HWOHjz6K_-ftETWlf\",\"participantRole\":\"SENDER\",\"versionId\":\"3AAABLblqZhBveQDU0wpPRa3tklWyDT4ifInij6jj6nbHFPf8L79CZfZlYn6zgjVs7l-bzu-vePa8TQmAhZOc5vETD-q4caYq\"}]}"}],"_postman_id":"9c7ee2f9-d692-412a-b934-d3d307228348"},{"name":"LibDoc Note","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Got Agreement List\", function () {","    pm.expect(pm.response.text()).to.include(\"libraryDocumentList\");","});","",""],"id":"1889c3e6-844d-4a65-a96e-6f2f9528d066"}},{"listen":"prerequest","script":{"type":"text/javascript","exec":["pm.environment.set(\"libDocID\", \"CBJCHBCAABAAa4aPRtUCH5qhAtV4RWi-eImHJI0oNVjI\");"],"id":"24be33dc-16ff-4e1e-9722-aaf7680675bd"}}],"id":"6b266bb8-8b89-4d47-a5ab-72d4bfd673ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/events","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","events"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"7b4348f2-de9e-4eae-820d-71cf0e556de3","name":"LibDoc Details","originalRequest":{"method":"GET","header":[{"key":"x-user-email","value":"skaboy71@somedomain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"544","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:17:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"79097c08-88f9-485e-8231-f3ed571f0a14","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"type\":\"CREATED\",\"actingUserEmail\":\"sender@somedomain.com\",\"actingUserIpAddress\":\"192.150.10.211\",\"actingUserName\":\"AdminBob Sender22\",\"date\":\"2018-06-11T23:08:33Z\",\"description\":\"The library document has been created by AdminBob Sender22 (sender@somedomain.com)\",\"participantEmail\":\"sender@somedomain.com\",\"participantId\":\"CBJCHBCAABAA-2PVCPukHVDoc72HWOHjz6K_-ftETWlf\",\"participantRole\":\"SENDER\",\"versionId\":\"3AAABLblqZhBveQDU0wpPRa3tklWyDT4ifInij6jj6nbHFPf8L79CZfZlYn6zgjVs7l-bzu-vePa8TQmAhZOc5vETD-q4caYq\"}]}"}],"_postman_id":"6b266bb8-8b89-4d47-a5ab-72d4bfd673ab"},{"name":"LibDocAllViews","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["pm.environment.set(\"libDocID\", \"CBJCHBCAABAAa4aPRtUCH5qhAtV4RWi-eImHJI0oNVjI\");"],"id":"b59119bb-a119-468c-a821-5ece72cd1f11"}}],"id":"1a093590-4203-45cf-9340-c470d9c02dec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views","description":"<h4 id=\"gets-views-available-for-a-specific-library-document\">Gets \"views\" available for a specific library document</h4>\n<p>Possible view names can be:</p>\n<ul>\n<li>ALL</li>\n<li>EDIT</li>\n<li>DOCUMENT</li>\n<li>MANAGE</li>\n<li>SEND</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"53aada11-432e-4cfd-ae3d-3d1a4f70697c","name":"LibDocViews","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1618","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:43:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"b3d43313-21fc-4012-aa1c-3e27ac561dc9","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"libraryViewList\":[{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true\",\"name\":\"EDIT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true\",\"name\":\"DOCUMENT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true\",\"name\":\"MANAGE\",\"isCurrent\":true},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true\",\"name\":\"SEND\",\"isCurrent\":false}]}"}],"_postman_id":"1a093590-4203-45cf-9340-c470d9c02dec"},{"name":"LibDocAllViews Copy","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["pm.environment.set(\"libDocID\", \"CBJCHBCAABAAa4aPRtUCH5qhAtV4RWi-eImHJI0oNVjI\");"],"id":"4c2b5b03-8772-4a08-a40e-765e97cbac19"}}],"id":"8c3afd96-5fc8-4c69-bcb1-1a6acdafc252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views","description":"<h4 id=\"gets-views-available-for-a-specific-library-document\">Gets \"views\" available for a specific library document</h4>\n<p>Possible view names can be:</p>\n<ul>\n<li>ALL</li>\n<li>EDIT</li>\n<li>DOCUMENT</li>\n<li>MANAGE</li>\n<li>SEND</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"e9604148-879b-42cd-830a-f2f620679724","name":"LibDocViews","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1618","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:43:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"b3d43313-21fc-4012-aa1c-3e27ac561dc9","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"libraryViewList\":[{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true\",\"name\":\"EDIT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true\",\"name\":\"DOCUMENT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true\",\"name\":\"MANAGE\",\"isCurrent\":true},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true\",\"name\":\"SEND\",\"isCurrent\":false}]}"}],"_postman_id":"8c3afd96-5fc8-4c69-bcb1-1a6acdafc252"},{"name":"LibDoc Authoring View","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c80fdd24-0483-48dc-8730-cf4f94b929e5"}}],"id":"c16fdd9f-8aad-4a1c-a1c2-c9b59c21bb54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"EDIT\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views","description":"<h4 id=\"gets-views-available-for-a-specific-library-document\">Gets \"views\" available for a specific library document</h4>\n<p>Possible view names can be:</p>\n<ul>\n<li>ALL</li>\n<li>EDIT</li>\n<li>DOCUMENT</li>\n<li>MANAGE</li>\n<li>SEND</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"21fb063b-63a3-48c0-be04-f317b852de82","name":"LibDocViews","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1618","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:43:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"b3d43313-21fc-4012-aa1c-3e27ac561dc9","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"libraryViewList\":[{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true\",\"name\":\"EDIT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true\",\"name\":\"DOCUMENT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true\",\"name\":\"MANAGE\",\"isCurrent\":true},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true\",\"name\":\"SEND\",\"isCurrent\":false}]}"}],"_postman_id":"c16fdd9f-8aad-4a1c-a1c2-c9b59c21bb54"},{"name":"LibDoc - DOCUMENT - view","event":[{"listen":"prerequest","script":{"exec":["pm.environment.set(\"libDocID\", \"CBJCHBCAABAAa4aPRtUCH5qhAtV4RWi-eImHJI0oNVjI\");"],"type":"text/javascript","id":"41551baf-739c-4c95-aa35-c8fbdde3f7ee"}}],"id":"107860f4-37af-4512-85c3-30dfcfcad966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:signer1+yyyy@somedomain.com","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"DOCUMENT\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views","description":"<h4 id=\"gets-views-available-for-a-specific-library-document\">Gets \"views\" available for a specific library document</h4>\n<p>Possible view names can be:</p>\n<ul>\n<li>ALL</li>\n<li>EDIT</li>\n<li>DOCUMENT</li>\n<li>MANAGE</li>\n<li>SEND</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"badf28a7-e20b-4bf0-bace-1a99b6afefe0","name":"LibDocViews","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1618","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:43:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"b3d43313-21fc-4012-aa1c-3e27ac561dc9","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"libraryViewList\":[{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true\",\"name\":\"EDIT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true\",\"name\":\"DOCUMENT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true\",\"name\":\"MANAGE\",\"isCurrent\":true},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true\",\"name\":\"SEND\",\"isCurrent\":false}]}"}],"_postman_id":"107860f4-37af-4512-85c3-30dfcfcad966"},{"name":"LibDocEditView","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["pm.environment.set(\"libDocID\", \"CBJCHBCAABAAa4aPRtUCH5qhAtV4RWi-eImHJI0oNVjI\");"],"id":"5a91c931-eb7a-4651-818a-8b8c65551772"}}],"id":"a7398be7-1106-48f7-9653-4d45e27bfc76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"EDIT\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views","description":"<h4 id=\"gets-edit-view-available-for-a-specific-library-document\">Gets EDIT \"view\" available for a specific library document</h4>\n<p>This allows embedding the Adobe Sign template \"authoring\" UI for a spceific library template for interaction in your platform UI.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"ea9823a1-5a5c-4aff-bd53-930bfb79cc18","name":"LibDocViews","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1618","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:43:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"b3d43313-21fc-4012-aa1c-3e27ac561dc9","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"libraryViewList\":[{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true\",\"name\":\"EDIT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true\",\"name\":\"DOCUMENT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true\",\"name\":\"MANAGE\",\"isCurrent\":true},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true\",\"name\":\"SEND\",\"isCurrent\":false}]}"},{"id":"f5286c0e-2c47-4df9-9c70-4a7b5207cdaf","name":"LibDocEditView","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"EDIT\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"419","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 16:40:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=198","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"ed780a0a-be88-4fff-9029-b6287acb2ca6","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"libraryViewList\":[{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAACypGOOzCM13-q7p7hrfNYk3jCaUjZFCy&noChrome=true'></script>\",\"expiration\":\"2018-07-10T17:40:40Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAACypGOOzCM13-q7p7hrfNYk3jCaUjZFCy&noChrome=true\",\"name\":\"EDIT\",\"isCurrent\":false}]}"}],"_postman_id":"a7398be7-1106-48f7-9653-4d45e27bfc76"},{"name":"LibDocViews -NoOptions","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["pm.environment.set(\"libDocID\", \"CBJCHBCAABAA6uZzm-mGRa1GEAo9TpfaXFeGX4e8v7wl\");"],"id":"4401b7aa-ac31-46c7-a5f5-3af195c7a213"}}],"id":"fea41d3b-082d-46d0-81db-88bf93832665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"1336f652-fef8-4eb3-8664-f27607f0510d","name":"LibDocViews -NoOptions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2338","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:18:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"CBJCHBCAABAA-Sp6Iy2Zx8a9nfQXmifvTCSqIor1FzhQ","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=199","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"ba9022d6-f0c9-4245-add4-e3fc72eafd07","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"libraryViewList\":[{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/account/reusableDocument?aid=CBJCHBCAABAAjstENEtyJeV5HoDeRnAp6hmfj_YYdEpR&pid=CBJCHBCAABAA3viR4t8d2KmhMOVamTVXYdf3WyMdijkz&locale=en&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2&noChrome=true'></script>\",\"url\":\"https://secure.na2.adobesign.com/account/reusableDocument?aid=CBJCHBCAABAAjstENEtyJeV5HoDeRnAp6hmfj_YYdEpR&pid=CBJCHBCAABAA3viR4t8d2KmhMOVamTVXYdf3WyMdijkz&locale=en&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2\",\"name\":\"EDIT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/viewAgreement?aid=CBJCHBCAABAAjstENEtyJeV5HoDeRnAp6hmfj_YYdEpR&pid=CBJCHBCAABAA3viR4t8d2KmhMOVamTVXYdf3WyMdijkz&locale=en&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2&noChrome=true'></script>\",\"url\":\"https://secure.na2.adobesign.com/public/viewAgreement?aid=CBJCHBCAABAAjstENEtyJeV5HoDeRnAp6hmfj_YYdEpR&pid=CBJCHBCAABAA3viR4t8d2KmhMOVamTVXYdf3WyMdijkz&locale=en&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2\",\"name\":\"DOCUMENT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/account/agreements?aid=CBJCHBCAABAAjstENEtyJeV5HoDeRnAp6hmfj_YYdEpR&pid=CBJCHBCAABAA3viR4t8d2KmhMOVamTVXYdf3WyMdijkz&locale=en&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2&noChrome=true'></script>\",\"url\":\"https://secure.na2.adobesign.com/account/agreements?aid=CBJCHBCAABAAjstENEtyJeV5HoDeRnAp6hmfj_YYdEpR&pid=CBJCHBCAABAA3viR4t8d2KmhMOVamTVXYdf3WyMdijkz&locale=en&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2\",\"name\":\"MANAGE\",\"isCurrent\":true},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/compose?aid=CBJCHBCAABAAjstENEtyJeV5HoDeRnAp6hmfj_YYdEpR&pid=CBJCHBCAABAA3viR4t8d2KmhMOVamTVXYdf3WyMdijkz&locale=en&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2&noChrome=true'></script>\",\"url\":\"https://secure.na2.adobesign.com/public/compose?aid=CBJCHBCAABAAjstENEtyJeV5HoDeRnAp6hmfj_YYdEpR&pid=CBJCHBCAABAA3viR4t8d2KmhMOVamTVXYdf3WyMdijkz&locale=en&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2\",\"name\":\"SEND\",\"isCurrent\":false}]}"}],"_postman_id":"fea41d3b-082d-46d0-81db-88bf93832665"},{"name":"Removed-State","event":[{"listen":"prerequest","script":{"exec":["pm.environment.set(\"libDocID\", \"CBJCHBCAABAAa4aPRtUCH5qhAtV4RWi-eImHJI0oNVjI\");"],"type":"text/javascript","id":"5cffd07c-ce77-4e7d-b0e2-0afddfd35e00"}}],"id":"dd19304c-31df-4dd8-b993-cd6f0b29af59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":""},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/CBJCHBCAABAAa4aPRtUCH5qhAtV4RWi-eImHJI0oNVjI/state","description":"<h4 id=\"gets-edit-view-available-for-a-specific-library-document\">Gets EDIT \"view\" available for a specific library document</h4>\n<p>This allows embedding the Adobe Sign template \"authoring\" UI for a spceific library template for interaction in your platform UI.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","CBJCHBCAABAAa4aPRtUCH5qhAtV4RWi-eImHJI0oNVjI","state"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"7c8bbb46-5b3c-4208-8a4d-2d38e18f22a5","name":"LibDocEditView","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"EDIT\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"419","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 16:40:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=198","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"ed780a0a-be88-4fff-9029-b6287acb2ca6","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"libraryViewList\":[{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAACypGOOzCM13-q7p7hrfNYk3jCaUjZFCy&noChrome=true'></script>\",\"expiration\":\"2018-07-10T17:40:40Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAACypGOOzCM13-q7p7hrfNYk3jCaUjZFCy&noChrome=true\",\"name\":\"EDIT\",\"isCurrent\":false}]}"},{"id":"b58d7f71-632d-40b2-b79b-339223368af7","name":"LibDocViews","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1618","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 02:43:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"D68a621e87aed3142d63e24ba67b10cb2fd29a765","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"b3d43313-21fc-4012-aa1c-3e27ac561dc9","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"libraryViewList\":[{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAA1zci-xgmvxJApuXlBJYrAZZuJDf5l36_&noChrome=true\",\"name\":\"EDIT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAhf4aK_IEO1yi3WHi8pCUeAf0hf_qRn5O&noChrome=true\",\"name\":\"DOCUMENT\",\"isCurrent\":false},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAwBKDPvTjnfRSBvRcIaHoup8_XouYs-Pd&noChrome=true\",\"name\":\"MANAGE\",\"isCurrent\":true},{\"embeddedCode\":\"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true'></script>\",\"expiration\":\"2018-07-10T03:43:53Z\",\"url\":\"https://secure.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAfiuU30J1Xq29cPtB3boEyJIOzwoEIZD-&noChrome=true\",\"name\":\"SEND\",\"isCurrent\":false}]}"}],"_postman_id":"dd19304c-31df-4dd8-b993-cd6f0b29af59"}],"id":"91015ad5-6d5b-46da-b624-7defb8a638ad","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"2073a01d-93a6-438d-91d6-53a7ed7cf358"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1c1c6d2f-1456-4e40-942a-8ed0df166d62"}}],"_postman_id":"91015ad5-6d5b-46da-b624-7defb8a638ad","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Webhooks","item":[{"name":"WebhooksList","id":"f3b318c6-b463-4454-a889-3b63208cf18c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/webhooks","description":"<h4 id=\"get-webhooks\">GET /webhooks</h4>\n<p>Gets list of webhooks created by/for the current token owner or the user specied in the x-api-user param.</p>\n<p>If the token is account wide and the user is an admin, this list will return all webhooks at the account level as well.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v6","webhooks"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"5e86d6d6-5d1e-4194-95cd-c4f64078483c","name":"WebhooksList","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Dec 2018 05:29:54 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"88b4f2a3-842a-49df-8de9-92bea81d332a"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"1376"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWebhookList\": [\n        {\n            \"applicationName\": \"EchoSignWebClient\",\n            \"applicationDisplayName\": \"EchoSignWebClient\",\n            \"id\": \"CBJCHBCAABAAlQZlm4Igi-R6nXpPlZweIymzw181_OU0\",\n            \"lastModified\": \"2018-10-31T01:55:17Z\",\n            \"name\": \"from NA2 dupe\",\n            \"scope\": \"ACCOUNT\",\n            \"webhookSubscriptionEvents\": [\n                \"AGREEMENT_ALL\"\n            ],\n            \"webhookUrlInfo\": {\n                \"url\": \"https://aaronsmusz.com/webhook/***********2.aspx?testapp=fromNa2Account\"\n            },\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"applicationName\": \"Microsoft Flow and PowerApps\",\n            \"applicationDisplayName\": \"Microsoft Flow and PowerApps\",\n            \"id\": \"CBJCHBCAABAAxKWJygOnR-0UqAn1gQZoqLhXHD5vtrvO\",\n            \"lastModified\": \"2018-09-25T21:29:38Z\",\n            \"name\": \"Flow 45\",\n            \"scope\": \"ACCOUNT\",\n            \"webhookSubscriptionEvents\": [\n                \"AGREEMENT_CREATED\"\n            ],\n            \"webhookUrlInfo\": {\n                \"url\": \"https://flow-apim-msmanaged-na-northcentralus-01.azure-apim.net/apim/AdobeSign/whr?uri=aHR0cHM6Ly********************dpYy5henVyZS5jb20vd29ya2Zsb3dzLzkxOGQ3ZWJlYzc5NzRmYzdhNDkyYzAzNzhlZTE3NjY1L3RyaWdnZXJzL1doZW5fYV9uZXdfYWdyZWVtZW50X2lzX2NyZWF0ZWQvdmVyc2lvbnMvMDg1ODY2MzY5NTkwODE3NTg5ODMvcnVuP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDEmc3A9JTJGdHJpZ2dlcnMlMkZXaGVuX2FfbmV3X2FncmVlbWVudF9pc19jcmVhdGVkJTJGdmVyc2lvbnMlMkYwODU4NjYzNjk1OTA4MTc1ODk4MyUyRnJ1biUyQyUyRnRyaWdnZXJzJTJGV2hlbl9hX25ld19hZ3JlZW1lbnRfaXNfY3JlYXRlZCUyRnZlcnNpb25zJTJGMDg1ODY2MzY5NTkwODE3NTg5ODMlMkZyZWFkJnN2PTEuMCZzaWc9WjZVd09YYWE0Sy1HaHY2OWxiUGpoSTZMWGtnaGhTUU5aaHBmdlEtcUdZYw==\"\n            },\n            \"status\": \"ACTIVE\"\n        }\n    ],\n    \"page\": {}\n}"}],"_postman_id":"f3b318c6-b463-4454-a889-3b63208cf18c"},{"name":"Create Webhook - Account - AGREEMENT_ALL","id":"9628caa2-2b7d-4ed9-92a1-2b54ada894fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Webform Resource Webhook TESTING-1\",\n  \"scope\": \"RESOURCE\",\n  \"state\": \"ACTIVE\",\n  \"resourceType\": \"WORKFLOW\",\n  \"resourceId\":\"CBJCHBCAABAApu5pVqdYuLmY0trUmlhBJhBRUoYiPYtN\",\n  \"webhookSubscriptionEvents\": [\n    \"AGREEMENT_WORKFLOW_COMPLETED\",\"AGREEMENT_SHARED\"\n  ],\n  \"webhookUrlInfo\": {\n    \"url\": \"https://aaronsmusz.com/webhook/webhook1_na2.php\"\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/webhooks","description":"<h5 id=\"this-creates-a-webhook-at-the-account-level-for-all-agreement-events\">This creates a webhook at the account level for all agreement events.</h5>\n<p>The list of \"possible\" webhook EVENT values is:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"webhookSubscriptionEvents\": [\n      \"AGREEMENT_ALL\",\n      \"AGREEMENT_CREATED\",\n      \"AGREEMENT_ACTION_REQUESTED\",\n      \"AGREEMENT_ACTION_COMPLETED\",\n      \"AGREEMENT_WORKFLOW_COMPLETED\",\n      \"AGREEMENT_EXPIRED\",\n      \"AGREEMENT_DOCUMENTS_DELETED\",\n      \"AGREEMENT_RECALLED\",\n      \"AGREEMENT_REJECTED\",\n      \"AGREEMENT_SHARED\",\n      \"AGREEMENT_ACTION_DELEGATED\",\n      \"AGREEMENT_ACTION_REPLACED_SIGNER\",\n      \"AGREEMENT_MODIFIED\",\n      \"AGREEMENT_USER_ACK_AGREEMENT_MODIFIED\",\n      \"AGREEMENT_EMAIL_VIEWED\",\n      \"AGREEMENT_EMAIL_BOUNCED\",\n      \"AGREEMENT_AUTO_CANCELLED_CONVERSION_PROBLEM\",\n      \"AGREEMENT_OFFLINE_SYNC\",\n      \"AGREEMENT_UPLOADED_BY_SENDER\",\n      \"AGREEMENT_VAULTED\",\n      \"AGREEMENT_WEB_IDENTITY_AUTHENTICATED\",\n      \"AGREEMENT_KBA_AUTHENTICATED\"\n ],\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","rest","v6","webhooks"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9628caa2-2b7d-4ed9-92a1-2b54ada894fc"},{"name":"Account - AGREEMENT_CREATED","id":"998cd43a-c49f-43c1-a55a-2976d3ea3733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Webform Resource Webhook TESTING-1\",\n  \"scope\": \"ACCOUNT\",\n  \"state\": \"ACTIVE\",\n  \"webhookSubscriptionEvents\": [\n    \"AGREEMENT_CREATED\"\n  ],\n  \"webhookUrlInfo\": {\n    \"url\": \"https://aaronsmusz.com/webhook/webhook1_na2.php\"\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/webhooks","description":"<h5 id=\"this-creates-a-webhook-at-the-account-level-for-all-agreement-events\">This creates a webhook at the account level for all agreement events.</h5>\n<p>The list of \"possible\" webhook EVENT values is:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"webhookSubscriptionEvents\": [\n      \"AGREEMENT_ALL\",\n      \"AGREEMENT_CREATED\",\n      \"AGREEMENT_ACTION_REQUESTED\",\n      \"AGREEMENT_ACTION_COMPLETED\",\n      \"AGREEMENT_WORKFLOW_COMPLETED\",\n      \"AGREEMENT_EXPIRED\",\n      \"AGREEMENT_DOCUMENTS_DELETED\",\n      \"AGREEMENT_RECALLED\",\n      \"AGREEMENT_REJECTED\",\n      \"AGREEMENT_SHARED\",\n      \"AGREEMENT_ACTION_DELEGATED\",\n      \"AGREEMENT_ACTION_REPLACED_SIGNER\",\n      \"AGREEMENT_MODIFIED\",\n      \"AGREEMENT_USER_ACK_AGREEMENT_MODIFIED\",\n      \"AGREEMENT_EMAIL_VIEWED\",\n      \"AGREEMENT_EMAIL_BOUNCED\",\n      \"AGREEMENT_AUTO_CANCELLED_CONVERSION_PROBLEM\",\n      \"AGREEMENT_OFFLINE_SYNC\",\n      \"AGREEMENT_UPLOADED_BY_SENDER\",\n      \"AGREEMENT_VAULTED\",\n      \"AGREEMENT_WEB_IDENTITY_AUTHENTICATED\",\n      \"AGREEMENT_KBA_AUTHENTICATED\"\n ],\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","rest","v6","webhooks"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"998cd43a-c49f-43c1-a55a-2976d3ea3733"},{"name":"Create Webhook -  Single Agreement-ALL events","id":"0aaba0cf-e895-4c89-b5f8-e3e2055e1e3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"webhook-for-agreement-ID\",\n  \"scope\": \"RESOURCE\",\n  \"state\": \"ACTIVE\",\n  \"webhookSubscriptionEvents\": [\n    \"AGREEMENT_ALL\"\n  ],\n  \"webhookUrlInfo\": {\n    \"url\": \"https://aaronsmusz.com/webhook/webhook1_na2.php\"\n  },\n  \"resourceType\": \"AGREEMENT\",\n  \"resourceId\": \"{{na2LastSentAgId}}\",\n  \"webhookConditionalParams\": {\n    \"webhookAgreementEvents\": {\n      \"includeDetailedInfo\": true,\n      \"includeDocumentsInfo\": true,\n      \"includeParticipantsInfo\": true,\n      \"includeSignedDocuments\": false\n    }\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/webhooks","description":"<h5 id=\"creates-a-webhook-for-a-single-agreement\">Creates a webhook for a single agreement</h5>\n<p>Possible \"events\" for webhooks are:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"webhookSubscriptionEvents\": [\n      \"AGREEMENT_ALL\",\n      \"AGREEMENT_CREATED\",\n      \"AGREEMENT_ACTION_REQUESTED\",\n      \"AGREEMENT_ACTION_COMPLETED\",\n      \"AGREEMENT_WORKFLOW_COMPLETED\",\n      \"AGREEMENT_EXPIRED\",\n      \"AGREEMENT_DOCUMENTS_DELETED\",\n      \"AGREEMENT_RECALLED\",\n      \"AGREEMENT_REJECTED\",\n      \"AGREEMENT_SHARED\",\n      \"AGREEMENT_ACTION_DELEGATED\",\n      \"AGREEMENT_ACTION_REPLACED_SIGNER\",\n      \"AGREEMENT_MODIFIED\",\n      \"AGREEMENT_USER_ACK_AGREEMENT_MODIFIED\",\n      \"AGREEMENT_EMAIL_VIEWED\",\n      \"AGREEMENT_EMAIL_BOUNCED\",\n      \"AGREEMENT_AUTO_CANCELLED_CONVERSION_PROBLEM\",\n      \"AGREEMENT_OFFLINE_SYNC\",\n      \"AGREEMENT_UPLOADED_BY_SENDER\",\n      \"AGREEMENT_VAULTED\",\n      \"AGREEMENT_WEB_IDENTITY_AUTHENTICATED\",\n      \"AGREEMENT_KBA_AUTHENTICATED\"\n ],\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","rest","v6","webhooks"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0aaba0cf-e895-4c89-b5f8-e3e2055e1e3b"},{"name":"Create Webhook -  Single Agreement-ALL events Copy","id":"f51143a6-04d9-4b52-9177-8fc2342036e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"webhook-for-agreement-ID\",\n  \"scope\": \"RESOURCE\",\n  \"state\": \"ACTIVE\",\n  \"webhookSubscriptionEvents\": [\n    \"AGREEMENT_ALL\"\n  ],\n  \"webhookUrlInfo\": {\n    \"url\": \"https://aaronsmusz.com/webhook/webhook1_na2.php\"\n  },\n  \"resourceType\": \"AGREEMENT\",\n  \"resourceId\": \"{{na2LastSentAgId}}\",\n  \"webhookConditionalParams\": {\n    \"webhookAgreementEvents\": {\n      \"includeDetailedInfo\": true,\n      \"includeDocumentsInfo\": true,\n      \"includeParticipantsInfo\": true,\n      \"includeSignedDocuments\": false\n    }\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/webhooks","description":"<h5 id=\"creates-a-webhook-for-a-single-agreement\">Creates a webhook for a single agreement</h5>\n<p>Possible \"events\" for webhooks are:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"webhookSubscriptionEvents\": [\n      \"AGREEMENT_ALL\",\n      \"AGREEMENT_CREATED\",\n      \"AGREEMENT_ACTION_REQUESTED\",\n      \"AGREEMENT_ACTION_COMPLETED\",\n      \"AGREEMENT_WORKFLOW_COMPLETED\",\n      \"AGREEMENT_EXPIRED\",\n      \"AGREEMENT_DOCUMENTS_DELETED\",\n      \"AGREEMENT_RECALLED\",\n      \"AGREEMENT_REJECTED\",\n      \"AGREEMENT_SHARED\",\n      \"AGREEMENT_ACTION_DELEGATED\",\n      \"AGREEMENT_ACTION_REPLACED_SIGNER\",\n      \"AGREEMENT_MODIFIED\",\n      \"AGREEMENT_USER_ACK_AGREEMENT_MODIFIED\",\n      \"AGREEMENT_EMAIL_VIEWED\",\n      \"AGREEMENT_EMAIL_BOUNCED\",\n      \"AGREEMENT_AUTO_CANCELLED_CONVERSION_PROBLEM\",\n      \"AGREEMENT_OFFLINE_SYNC\",\n      \"AGREEMENT_UPLOADED_BY_SENDER\",\n      \"AGREEMENT_VAULTED\",\n      \"AGREEMENT_WEB_IDENTITY_AUTHENTICATED\",\n      \"AGREEMENT_KBA_AUTHENTICATED\"\n ],\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","rest","v6","webhooks"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f51143a6-04d9-4b52-9177-8fc2342036e3"}],"id":"9c2e78cd-6840-4319-8c0c-3cdcd786d840","description":"<h3 id=\"webhooks---new-for-v6\">Webhooks - New for V6!</h3>\n<h4 id=\"adobe-sign-now-supporting-webhooks-which-post-many-agreement-details-to-a-webhook-reciever\">Adobe Sign now supporting webhooks which POST many agreement details to a \"webhook reciever\"</h4>\n<p>See to official webhooks documentation on our helpx here:</p>\n<p><a href=\"https://helpx.adobe.com/sign/help/adobesign_api_webhooks.html\">https://helpx.adobe.com/sign/help/adobesign_api_webhooks.html</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"285232b4-599d-4835-a883-9b17d4f986eb"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f98849f9-8571-4894-b0a1-910ad5d29d58"}}],"_postman_id":"9c2e78cd-6840-4319-8c0c-3cdcd786d840","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Widgets","item":[{"name":"Widget list for user","id":"9e2e285b-5a6c-4b00-8167-51fa71d4f75a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets","description":"<p>Run this call to see all widgets created by the \"x-api-user\" from your account.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","widgets"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"73ebe1ba-8c57-4142-8e5e-3e8eaa775ea4","name":"Widget list for user - example response","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Dec 2018 05:27:27 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"ee41852f-f531-45b5-8ea6-926af7823d45"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"4765"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=199"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWidgetList\": [\n        {\n            \"id\": \"CBJCHBCAABAAmlklPb8wBAWWIIYLwOeokjxj5emcLGDb\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhAMYvtApJpf7DMljHuEQ9UizOljjiI6JpEo098dv0Dh24f7gD_FUVqus7jiaMdblnw*'></script>\",\n            \"modifiedDate\": \"2018-09-06T04:34:16Z\",\n            \"name\": \"_MSA_edited_w_PO copy\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhAMYvtApJpf7DMljHuEQ9UizOljjiI6JpEo098dv0Dh24f7gD_FUVqus7jiaMdblnw*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAFyHZmLnVMrg6jfJxI7i4zDD7kO1ufrpM\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhB6ed4oVmX7vKmSN2ZTG-Px5iE6K1twCox4prawnfm05cWASdB8gvlxoGM2Y3ZLmZg*'></script>\",\n            \"modifiedDate\": \"2018-08-27T19:42:01Z\",\n            \"name\": \"TestURLparams\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhB6ed4oVmX7vKmSN2ZTG-Px5iE6K1twCox4prawnfm05cWASdB8gvlxoGM2Y3ZLmZg*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAtLfb5B4sGu1nJTAiPGwk43AVdJ6mzk_y\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhD1n7YFxvn078XtLZg33U4jAPufKCon__InwHNW9s2r5_Hxwqr5HtBV52sXaivQ0MQ*'></script>\",\n            \"modifiedDate\": \"2018-08-20T20:48:05Z\",\n            \"name\": \"Form 1\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhD1n7YFxvn078XtLZg33U4jAPufKCon__InwHNW9s2r5_Hxwqr5HtBV52sXaivQ0MQ*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA8pwOzZaCDu05RryLq0NeNPHc4aWuUSDG\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDy-cuhKTTHviSGz1GamQyS4vUxMQgybVSnDgjqzlzFoP9FS3oY-kprauS42fr2sYA*'></script>\",\n            \"modifiedDate\": \"2018-05-16T01:08:35Z\",\n            \"name\": \"Test Flow 23\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDy-cuhKTTHviSGz1GamQyS4vUxMQgybVSnDgjqzlzFoP9FS3oY-kprauS42fr2sYA*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAABHUFjkHPwdwYI2B6UxUUdBPPH3L_Ggnw\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhCD-QKKAmGJCpUsSS7Ecg2vvRHgkTKiDua1GbAZDY1FJmLwoBjMOUTGbwxn2gQs7lw*'></script>\",\n            \"modifiedDate\": \"2018-05-01T16:18:31Z\",\n            \"name\": \"TestFullNameCalc\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhCD-QKKAmGJCpUsSS7Ecg2vvRHgkTKiDua1GbAZDY1FJmLwoBjMOUTGbwxn2gQs7lw*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAcctDU7aRrB3bR5K4riYmfMZafshzRx44\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDZ2Ubb6vBYKs5RI3XlKszFaiLIiTsmrvwX79IdIXbkCGsi52J6_o9DV-IHcBc9vZY*'></script>\",\n            \"modifiedDate\": \"2018-04-27T23:17:09Z\",\n            \"name\": \"MS Testuuuu\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDZ2Ubb6vBYKs5RI3XlKszFaiLIiTsmrvwX79IdIXbkCGsi52J6_o9DV-IHcBc9vZY*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA37LsjWAn2ky_I5W9Lv6rHWDu6R2bA9vX\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDj-LYImV6DRE5xf_hMQ2l-Kyy0lBJNPTJShAoBUHRAAkrljg1FqKlaH9iIfHOBE-g*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:38:16Z\",\n            \"name\": \"MS Test 3 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDj-LYImV6DRE5xf_hMQ2l-Kyy0lBJNPTJShAoBUHRAAkrljg1FqKlaH9iIfHOBE-g*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAkn7KmgUWGlGfDZkWy37q_Z7eRhnnawXP\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhCiUQ4odOMZYM6TzSCQCXDY3o8zPcE2fL1Ro0anlzGPrISi3QN07FG_jOTVv3qM4rk*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:18:24Z\",\n            \"name\": \"MS test 2 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhCiUQ4odOMZYM6TzSCQCXDY3o8zPcE2fL1Ro0anlzGPrISi3QN07FG_jOTVv3qM4rk*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAlBfNWch0da4eNbCojkOO0ZBGm9cjVvfm\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhAsdFXbUX35B78N5IopFOu9h46l615oLuK2RFriTUS3INs9YhAUVnSXCl1Gitjqf4Y*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:12:57Z\",\n            \"name\": \"MS test 2 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhAsdFXbUX35B78N5IopFOu9h46l615oLuK2RFriTUS3INs9YhAUVnSXCl1Gitjqf4Y*\",\n            \"hidden\": false\n        }\n    ],\n    \"page\": {}\n}"}],"_postman_id":"9e2e285b-5a6c-4b00-8167-51fa71d4f75a"},{"name":"Widget details for widget","id":"51c69d9b-9e2e-49d3-9b10-04909d6deac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets/{{widget_id}}","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","widgets","{{widget_id}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"08385bdc-2d0a-43c5-92f5-e2ecc49e9350","name":"Widget list for user - example response","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Dec 2018 05:27:27 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"ee41852f-f531-45b5-8ea6-926af7823d45"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"4765"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=199"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWidgetList\": [\n        {\n            \"id\": \"CBJCHBCAABAAmlklPb8wBAWWIIYLwOeokjxj5emcLGDb\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhAMYvtApJpf7DMljHuEQ9UizOljjiI6JpEo098dv0Dh24f7gD_FUVqus7jiaMdblnw*'></script>\",\n            \"modifiedDate\": \"2018-09-06T04:34:16Z\",\n            \"name\": \"_MSA_edited_w_PO copy\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhAMYvtApJpf7DMljHuEQ9UizOljjiI6JpEo098dv0Dh24f7gD_FUVqus7jiaMdblnw*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAFyHZmLnVMrg6jfJxI7i4zDD7kO1ufrpM\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhB6ed4oVmX7vKmSN2ZTG-Px5iE6K1twCox4prawnfm05cWASdB8gvlxoGM2Y3ZLmZg*'></script>\",\n            \"modifiedDate\": \"2018-08-27T19:42:01Z\",\n            \"name\": \"TestURLparams\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhB6ed4oVmX7vKmSN2ZTG-Px5iE6K1twCox4prawnfm05cWASdB8gvlxoGM2Y3ZLmZg*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAtLfb5B4sGu1nJTAiPGwk43AVdJ6mzk_y\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhD1n7YFxvn078XtLZg33U4jAPufKCon__InwHNW9s2r5_Hxwqr5HtBV52sXaivQ0MQ*'></script>\",\n            \"modifiedDate\": \"2018-08-20T20:48:05Z\",\n            \"name\": \"Form 1\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhD1n7YFxvn078XtLZg33U4jAPufKCon__InwHNW9s2r5_Hxwqr5HtBV52sXaivQ0MQ*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA8pwOzZaCDu05RryLq0NeNPHc4aWuUSDG\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDy-cuhKTTHviSGz1GamQyS4vUxMQgybVSnDgjqzlzFoP9FS3oY-kprauS42fr2sYA*'></script>\",\n            \"modifiedDate\": \"2018-05-16T01:08:35Z\",\n            \"name\": \"Test Flow 23\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDy-cuhKTTHviSGz1GamQyS4vUxMQgybVSnDgjqzlzFoP9FS3oY-kprauS42fr2sYA*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAABHUFjkHPwdwYI2B6UxUUdBPPH3L_Ggnw\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhCD-QKKAmGJCpUsSS7Ecg2vvRHgkTKiDua1GbAZDY1FJmLwoBjMOUTGbwxn2gQs7lw*'></script>\",\n            \"modifiedDate\": \"2018-05-01T16:18:31Z\",\n            \"name\": \"TestFullNameCalc\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhCD-QKKAmGJCpUsSS7Ecg2vvRHgkTKiDua1GbAZDY1FJmLwoBjMOUTGbwxn2gQs7lw*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAcctDU7aRrB3bR5K4riYmfMZafshzRx44\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDZ2Ubb6vBYKs5RI3XlKszFaiLIiTsmrvwX79IdIXbkCGsi52J6_o9DV-IHcBc9vZY*'></script>\",\n            \"modifiedDate\": \"2018-04-27T23:17:09Z\",\n            \"name\": \"MS Testuuuu\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDZ2Ubb6vBYKs5RI3XlKszFaiLIiTsmrvwX79IdIXbkCGsi52J6_o9DV-IHcBc9vZY*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA37LsjWAn2ky_I5W9Lv6rHWDu6R2bA9vX\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDj-LYImV6DRE5xf_hMQ2l-Kyy0lBJNPTJShAoBUHRAAkrljg1FqKlaH9iIfHOBE-g*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:38:16Z\",\n            \"name\": \"MS Test 3 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDj-LYImV6DRE5xf_hMQ2l-Kyy0lBJNPTJShAoBUHRAAkrljg1FqKlaH9iIfHOBE-g*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAkn7KmgUWGlGfDZkWy37q_Z7eRhnnawXP\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhCiUQ4odOMZYM6TzSCQCXDY3o8zPcE2fL1Ro0anlzGPrISi3QN07FG_jOTVv3qM4rk*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:18:24Z\",\n            \"name\": \"MS test 2 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhCiUQ4odOMZYM6TzSCQCXDY3o8zPcE2fL1Ro0anlzGPrISi3QN07FG_jOTVv3qM4rk*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAlBfNWch0da4eNbCojkOO0ZBGm9cjVvfm\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhAsdFXbUX35B78N5IopFOu9h46l615oLuK2RFriTUS3INs9YhAUVnSXCl1Gitjqf4Y*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:12:57Z\",\n            \"name\": \"MS test 2 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhAsdFXbUX35B78N5IopFOu9h46l615oLuK2RFriTUS3INs9YhAUVnSXCl1Gitjqf4Y*\",\n            \"hidden\": false\n        }\n    ],\n    \"page\": {}\n}"}],"_postman_id":"51c69d9b-9e2e-49d3-9b10-04909d6deac5"},{"name":"Agreements for widget by ID","id":"4cf7304f-ff30-44a4-a693-6b00e8a337f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets/{{widget_id}}/agreements","description":"<p>Run this call against your Parent/Widget ID to see a list of all agreements created by signing that widget.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","widgets","{{widget_id}}","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"05172f15-2972-4eff-bd23-e28706c8ea3b","name":"Agreements for widget by ID","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets/{{widget_id}}/agreements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 19:26:09 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"8805188b-dbea-49c1-8dca-38482109f603"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"439"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"userAgreementList\": [\n        {\n            \"id\": \"CBJCHBCAABAAkypRS0qm7UMNh5RpWj2tDQScHVihbJZ8\",\n            \"displayDate\": \"2019-01-23T19:20:16Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDRQfVujz9B1qg7bcDz_--Ui-FPu4oRa0xuwisgCNcuW5YL5Id73phAVQBxUQz5bCkry3t4yBkK-PDOgmQYEeGq\",\n            \"name\": \"Test Flow 23\",\n            \"status\": \"ACCEPTED\",\n            \"esign\": true,\n            \"hidden\": false\n        }\n    ],\n    \"page\": {}\n}"},{"id":"317429af-0414-4ef6-8be5-b12f5a982c2f","name":"Agreements for widget by ID","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets/{{widget_id}}/agreements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 19:26:09 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"8805188b-dbea-49c1-8dca-38482109f603"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"439"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"userAgreementList\": [\n        {\n            \"id\": \"CBJCHBCAABAAkypRS0qm7UMNh5RpWj2tDQScHVihbJZ8\",\n            \"displayDate\": \"2019-01-23T19:20:16Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDRQfVujz9B1qg7bcDz_--Ui-FPu4oRa0xuwisgCNcuW5YL5Id73phAVQBxUQz5bCkry3t4yBkK-PDOgmQYEeGq\",\n            \"name\": \"Test Flow 23\",\n            \"status\": \"ACCEPTED\",\n            \"esign\": true,\n            \"hidden\": false\n        }\n    ],\n    \"page\": {}\n}"}],"_postman_id":"4cf7304f-ff30-44a4-a693-6b00e8a337f9"},{"name":"Agreements for widget by ID Copy","id":"ca2cc5ef-0d75-40e5-b485-cc7259825757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets/{{widget_id}}/agreements","description":"<p>Run this call against your Parent/Widget ID to see a list of all agreements created by signing that widget.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","widgets","{{widget_id}}","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"2d09311b-bd5b-4149-a041-123c6762c452","name":"Agreements for widget by ID","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets/{{widget_id}}/agreements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 19:26:09 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"8805188b-dbea-49c1-8dca-38482109f603"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"439"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"userAgreementList\": [\n        {\n            \"id\": \"CBJCHBCAABAAkypRS0qm7UMNh5RpWj2tDQScHVihbJZ8\",\n            \"displayDate\": \"2019-01-23T19:20:16Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDRQfVujz9B1qg7bcDz_--Ui-FPu4oRa0xuwisgCNcuW5YL5Id73phAVQBxUQz5bCkry3t4yBkK-PDOgmQYEeGq\",\n            \"name\": \"Test Flow 23\",\n            \"status\": \"ACCEPTED\",\n            \"esign\": true,\n            \"hidden\": false\n        }\n    ],\n    \"page\": {}\n}"},{"id":"651eadc0-2eb0-4c44-95a1-36c676c32bcc","name":"Agreements for widget by ID","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets/{{widget_id}}/agreements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 19:26:09 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"8805188b-dbea-49c1-8dca-38482109f603"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"439"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"userAgreementList\": [\n        {\n            \"id\": \"CBJCHBCAABAAkypRS0qm7UMNh5RpWj2tDQScHVihbJZ8\",\n            \"displayDate\": \"2019-01-23T19:20:16Z\",\n            \"displayParticipantSetInfos\": [\n                {\n                    \"displayUserSetMemberInfos\": [\n                        {\n                            \"fullName\": \"Sam Spade\",\n                            \"email\": \"signer1+signer1@somedomain.com\"\n                        }\n                    ]\n                }\n            ],\n            \"latestVersionId\": \"3AAABLblqZhDRQfVujz9B1qg7bcDz_--Ui-FPu4oRa0xuwisgCNcuW5YL5Id73phAVQBxUQz5bCkry3t4yBkK-PDOgmQYEeGq\",\n            \"name\": \"Test Flow 23\",\n            \"status\": \"ACCEPTED\",\n            \"esign\": true,\n            \"hidden\": false\n        }\n    ],\n    \"page\": {}\n}"}],"_postman_id":"ca2cc5ef-0d75-40e5-b485-cc7259825757"},{"name":"Documents in widget by ID","id":"b0b5fb6b-1ac7-4980-b727-a717a5c71a90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets/{{widget_id}}/documents","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","widgets","{{widget_id}}","documents"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"a20d5fc6-d117-4455-984b-7040c64f17e8","name":"Widget list for user - example response","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Dec 2018 05:27:27 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"ee41852f-f531-45b5-8ea6-926af7823d45"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"4765"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=199"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWidgetList\": [\n        {\n            \"id\": \"CBJCHBCAABAAmlklPb8wBAWWIIYLwOeokjxj5emcLGDb\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhAMYvtApJpf7DMljHuEQ9UizOljjiI6JpEo098dv0Dh24f7gD_FUVqus7jiaMdblnw*'></script>\",\n            \"modifiedDate\": \"2018-09-06T04:34:16Z\",\n            \"name\": \"_MSA_edited_w_PO copy\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhAMYvtApJpf7DMljHuEQ9UizOljjiI6JpEo098dv0Dh24f7gD_FUVqus7jiaMdblnw*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAFyHZmLnVMrg6jfJxI7i4zDD7kO1ufrpM\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhB6ed4oVmX7vKmSN2ZTG-Px5iE6K1twCox4prawnfm05cWASdB8gvlxoGM2Y3ZLmZg*'></script>\",\n            \"modifiedDate\": \"2018-08-27T19:42:01Z\",\n            \"name\": \"TestURLparams\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhB6ed4oVmX7vKmSN2ZTG-Px5iE6K1twCox4prawnfm05cWASdB8gvlxoGM2Y3ZLmZg*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAtLfb5B4sGu1nJTAiPGwk43AVdJ6mzk_y\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhD1n7YFxvn078XtLZg33U4jAPufKCon__InwHNW9s2r5_Hxwqr5HtBV52sXaivQ0MQ*'></script>\",\n            \"modifiedDate\": \"2018-08-20T20:48:05Z\",\n            \"name\": \"Form 1\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhD1n7YFxvn078XtLZg33U4jAPufKCon__InwHNW9s2r5_Hxwqr5HtBV52sXaivQ0MQ*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA8pwOzZaCDu05RryLq0NeNPHc4aWuUSDG\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDy-cuhKTTHviSGz1GamQyS4vUxMQgybVSnDgjqzlzFoP9FS3oY-kprauS42fr2sYA*'></script>\",\n            \"modifiedDate\": \"2018-05-16T01:08:35Z\",\n            \"name\": \"Test Flow 23\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDy-cuhKTTHviSGz1GamQyS4vUxMQgybVSnDgjqzlzFoP9FS3oY-kprauS42fr2sYA*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAABHUFjkHPwdwYI2B6UxUUdBPPH3L_Ggnw\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhCD-QKKAmGJCpUsSS7Ecg2vvRHgkTKiDua1GbAZDY1FJmLwoBjMOUTGbwxn2gQs7lw*'></script>\",\n            \"modifiedDate\": \"2018-05-01T16:18:31Z\",\n            \"name\": \"TestFullNameCalc\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhCD-QKKAmGJCpUsSS7Ecg2vvRHgkTKiDua1GbAZDY1FJmLwoBjMOUTGbwxn2gQs7lw*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAcctDU7aRrB3bR5K4riYmfMZafshzRx44\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDZ2Ubb6vBYKs5RI3XlKszFaiLIiTsmrvwX79IdIXbkCGsi52J6_o9DV-IHcBc9vZY*'></script>\",\n            \"modifiedDate\": \"2018-04-27T23:17:09Z\",\n            \"name\": \"MS Testuuuu\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDZ2Ubb6vBYKs5RI3XlKszFaiLIiTsmrvwX79IdIXbkCGsi52J6_o9DV-IHcBc9vZY*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA37LsjWAn2ky_I5W9Lv6rHWDu6R2bA9vX\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDj-LYImV6DRE5xf_hMQ2l-Kyy0lBJNPTJShAoBUHRAAkrljg1FqKlaH9iIfHOBE-g*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:38:16Z\",\n            \"name\": \"MS Test 3 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDj-LYImV6DRE5xf_hMQ2l-Kyy0lBJNPTJShAoBUHRAAkrljg1FqKlaH9iIfHOBE-g*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAkn7KmgUWGlGfDZkWy37q_Z7eRhnnawXP\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhCiUQ4odOMZYM6TzSCQCXDY3o8zPcE2fL1Ro0anlzGPrISi3QN07FG_jOTVv3qM4rk*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:18:24Z\",\n            \"name\": \"MS test 2 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhCiUQ4odOMZYM6TzSCQCXDY3o8zPcE2fL1Ro0anlzGPrISi3QN07FG_jOTVv3qM4rk*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAlBfNWch0da4eNbCojkOO0ZBGm9cjVvfm\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhAsdFXbUX35B78N5IopFOu9h46l615oLuK2RFriTUS3INs9YhAUVnSXCl1Gitjqf4Y*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:12:57Z\",\n            \"name\": \"MS test 2 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhAsdFXbUX35B78N5IopFOu9h46l615oLuK2RFriTUS3INs9YhAUVnSXCl1Gitjqf4Y*\",\n            \"hidden\": false\n        }\n    ],\n    \"page\": {}\n}"}],"_postman_id":"b0b5fb6b-1ac7-4980-b727-a717a5c71a90"},{"name":"Audit Trail of widget by ID","id":"f2a468c1-4cf0-4781-9566-286a355bfa1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets/{{widget_id}}/auditTrail","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","widgets","{{widget_id}}","auditTrail"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"fa049935-6ff8-47ed-aeed-f18c73c277c6","name":"Widget list for user - example response","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Dec 2018 05:27:27 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"ee41852f-f531-45b5-8ea6-926af7823d45"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"4765"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=199"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWidgetList\": [\n        {\n            \"id\": \"CBJCHBCAABAAmlklPb8wBAWWIIYLwOeokjxj5emcLGDb\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhAMYvtApJpf7DMljHuEQ9UizOljjiI6JpEo098dv0Dh24f7gD_FUVqus7jiaMdblnw*'></script>\",\n            \"modifiedDate\": \"2018-09-06T04:34:16Z\",\n            \"name\": \"_MSA_edited_w_PO copy\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhAMYvtApJpf7DMljHuEQ9UizOljjiI6JpEo098dv0Dh24f7gD_FUVqus7jiaMdblnw*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAFyHZmLnVMrg6jfJxI7i4zDD7kO1ufrpM\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhB6ed4oVmX7vKmSN2ZTG-Px5iE6K1twCox4prawnfm05cWASdB8gvlxoGM2Y3ZLmZg*'></script>\",\n            \"modifiedDate\": \"2018-08-27T19:42:01Z\",\n            \"name\": \"TestURLparams\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhB6ed4oVmX7vKmSN2ZTG-Px5iE6K1twCox4prawnfm05cWASdB8gvlxoGM2Y3ZLmZg*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAtLfb5B4sGu1nJTAiPGwk43AVdJ6mzk_y\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhD1n7YFxvn078XtLZg33U4jAPufKCon__InwHNW9s2r5_Hxwqr5HtBV52sXaivQ0MQ*'></script>\",\n            \"modifiedDate\": \"2018-08-20T20:48:05Z\",\n            \"name\": \"Form 1\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhD1n7YFxvn078XtLZg33U4jAPufKCon__InwHNW9s2r5_Hxwqr5HtBV52sXaivQ0MQ*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA8pwOzZaCDu05RryLq0NeNPHc4aWuUSDG\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDy-cuhKTTHviSGz1GamQyS4vUxMQgybVSnDgjqzlzFoP9FS3oY-kprauS42fr2sYA*'></script>\",\n            \"modifiedDate\": \"2018-05-16T01:08:35Z\",\n            \"name\": \"Test Flow 23\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDy-cuhKTTHviSGz1GamQyS4vUxMQgybVSnDgjqzlzFoP9FS3oY-kprauS42fr2sYA*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAABHUFjkHPwdwYI2B6UxUUdBPPH3L_Ggnw\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhCD-QKKAmGJCpUsSS7Ecg2vvRHgkTKiDua1GbAZDY1FJmLwoBjMOUTGbwxn2gQs7lw*'></script>\",\n            \"modifiedDate\": \"2018-05-01T16:18:31Z\",\n            \"name\": \"TestFullNameCalc\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhCD-QKKAmGJCpUsSS7Ecg2vvRHgkTKiDua1GbAZDY1FJmLwoBjMOUTGbwxn2gQs7lw*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAcctDU7aRrB3bR5K4riYmfMZafshzRx44\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDZ2Ubb6vBYKs5RI3XlKszFaiLIiTsmrvwX79IdIXbkCGsi52J6_o9DV-IHcBc9vZY*'></script>\",\n            \"modifiedDate\": \"2018-04-27T23:17:09Z\",\n            \"name\": \"MS Testuuuu\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDZ2Ubb6vBYKs5RI3XlKszFaiLIiTsmrvwX79IdIXbkCGsi52J6_o9DV-IHcBc9vZY*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA37LsjWAn2ky_I5W9Lv6rHWDu6R2bA9vX\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDj-LYImV6DRE5xf_hMQ2l-Kyy0lBJNPTJShAoBUHRAAkrljg1FqKlaH9iIfHOBE-g*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:38:16Z\",\n            \"name\": \"MS Test 3 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDj-LYImV6DRE5xf_hMQ2l-Kyy0lBJNPTJShAoBUHRAAkrljg1FqKlaH9iIfHOBE-g*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAkn7KmgUWGlGfDZkWy37q_Z7eRhnnawXP\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhCiUQ4odOMZYM6TzSCQCXDY3o8zPcE2fL1Ro0anlzGPrISi3QN07FG_jOTVv3qM4rk*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:18:24Z\",\n            \"name\": \"MS test 2 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhCiUQ4odOMZYM6TzSCQCXDY3o8zPcE2fL1Ro0anlzGPrISi3QN07FG_jOTVv3qM4rk*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAlBfNWch0da4eNbCojkOO0ZBGm9cjVvfm\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhAsdFXbUX35B78N5IopFOu9h46l615oLuK2RFriTUS3INs9YhAUVnSXCl1Gitjqf4Y*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:12:57Z\",\n            \"name\": \"MS test 2 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhAsdFXbUX35B78N5IopFOu9h46l615oLuK2RFriTUS3INs9YhAUVnSXCl1Gitjqf4Y*\",\n            \"hidden\": false\n        }\n    ],\n    \"page\": {}\n}"}],"_postman_id":"f2a468c1-4cf0-4781-9566-286a355bfa1b"},{"name":"Events for a widget by ID","id":"684941a7-092d-46f1-a79b-36f2f4932915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets/{{widget_id}}/events","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","widgets","{{widget_id}}","events"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"85016465-72a8-4c5a-b2aa-ffb54154cc09","name":"Widget list for user - example response","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Dec 2018 05:27:27 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"ee41852f-f531-45b5-8ea6-926af7823d45"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"4765"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=199"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWidgetList\": [\n        {\n            \"id\": \"CBJCHBCAABAAmlklPb8wBAWWIIYLwOeokjxj5emcLGDb\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhAMYvtApJpf7DMljHuEQ9UizOljjiI6JpEo098dv0Dh24f7gD_FUVqus7jiaMdblnw*'></script>\",\n            \"modifiedDate\": \"2018-09-06T04:34:16Z\",\n            \"name\": \"_MSA_edited_w_PO copy\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhAMYvtApJpf7DMljHuEQ9UizOljjiI6JpEo098dv0Dh24f7gD_FUVqus7jiaMdblnw*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAFyHZmLnVMrg6jfJxI7i4zDD7kO1ufrpM\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhB6ed4oVmX7vKmSN2ZTG-Px5iE6K1twCox4prawnfm05cWASdB8gvlxoGM2Y3ZLmZg*'></script>\",\n            \"modifiedDate\": \"2018-08-27T19:42:01Z\",\n            \"name\": \"TestURLparams\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhB6ed4oVmX7vKmSN2ZTG-Px5iE6K1twCox4prawnfm05cWASdB8gvlxoGM2Y3ZLmZg*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAtLfb5B4sGu1nJTAiPGwk43AVdJ6mzk_y\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhD1n7YFxvn078XtLZg33U4jAPufKCon__InwHNW9s2r5_Hxwqr5HtBV52sXaivQ0MQ*'></script>\",\n            \"modifiedDate\": \"2018-08-20T20:48:05Z\",\n            \"name\": \"Form 1\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhD1n7YFxvn078XtLZg33U4jAPufKCon__InwHNW9s2r5_Hxwqr5HtBV52sXaivQ0MQ*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA8pwOzZaCDu05RryLq0NeNPHc4aWuUSDG\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDy-cuhKTTHviSGz1GamQyS4vUxMQgybVSnDgjqzlzFoP9FS3oY-kprauS42fr2sYA*'></script>\",\n            \"modifiedDate\": \"2018-05-16T01:08:35Z\",\n            \"name\": \"Test Flow 23\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDy-cuhKTTHviSGz1GamQyS4vUxMQgybVSnDgjqzlzFoP9FS3oY-kprauS42fr2sYA*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAABHUFjkHPwdwYI2B6UxUUdBPPH3L_Ggnw\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhCD-QKKAmGJCpUsSS7Ecg2vvRHgkTKiDua1GbAZDY1FJmLwoBjMOUTGbwxn2gQs7lw*'></script>\",\n            \"modifiedDate\": \"2018-05-01T16:18:31Z\",\n            \"name\": \"TestFullNameCalc\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhCD-QKKAmGJCpUsSS7Ecg2vvRHgkTKiDua1GbAZDY1FJmLwoBjMOUTGbwxn2gQs7lw*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAcctDU7aRrB3bR5K4riYmfMZafshzRx44\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDZ2Ubb6vBYKs5RI3XlKszFaiLIiTsmrvwX79IdIXbkCGsi52J6_o9DV-IHcBc9vZY*'></script>\",\n            \"modifiedDate\": \"2018-04-27T23:17:09Z\",\n            \"name\": \"MS Testuuuu\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDZ2Ubb6vBYKs5RI3XlKszFaiLIiTsmrvwX79IdIXbkCGsi52J6_o9DV-IHcBc9vZY*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAA37LsjWAn2ky_I5W9Lv6rHWDu6R2bA9vX\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhDj-LYImV6DRE5xf_hMQ2l-Kyy0lBJNPTJShAoBUHRAAkrljg1FqKlaH9iIfHOBE-g*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:38:16Z\",\n            \"name\": \"MS Test 3 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhDj-LYImV6DRE5xf_hMQ2l-Kyy0lBJNPTJShAoBUHRAAkrljg1FqKlaH9iIfHOBE-g*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAkn7KmgUWGlGfDZkWy37q_Z7eRhnnawXP\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhCiUQ4odOMZYM6TzSCQCXDY3o8zPcE2fL1Ro0anlzGPrISi3QN07FG_jOTVv3qM4rk*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:18:24Z\",\n            \"name\": \"MS test 2 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhCiUQ4odOMZYM6TzSCQCXDY3o8zPcE2fL1Ro0anlzGPrISi3QN07FG_jOTVv3qM4rk*\",\n            \"hidden\": false\n        },\n        {\n            \"id\": \"CBJCHBCAABAAlBfNWch0da4eNbCojkOO0ZBGm9cjVvfm\",\n            \"javascript\": \"<script type='text/javascript' language='JavaScript' src='https://secure.na2.adobesign.com/public/embeddedWidget?wid=CBFCIBAA3AAABLblqZhAsdFXbUX35B78N5IopFOu9h46l615oLuK2RFriTUS3INs9YhAUVnSXCl1Gitjqf4Y*'></script>\",\n            \"modifiedDate\": \"2018-04-27T19:12:57Z\",\n            \"name\": \"MS test 2 Canada\",\n            \"status\": \"ACTIVE\",\n            \"url\": \"https://secure.na2.adobesign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhAsdFXbUX35B78N5IopFOu9h46l615oLuK2RFriTUS3INs9YhAUVnSXCl1Gitjqf4Y*\",\n            \"hidden\": false\n        }\n    ],\n    \"page\": {}\n}"}],"_postman_id":"684941a7-092d-46f1-a79b-36f2f4932915"},{"name":"Create Widget - Single Signer + CC + post sign URL","id":"22553b9f-ecc0-4120-aa38-87637f04acb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n  ],\n  \"name\": \"Test Widget 239\",\n  \"state\": \"ACTIVE\",\n  \"widgetParticipantSetInfo\": {\n    \"memberInfos\": [\n      {\n        \"email\": \"\"\n      }\n    ],\n    \"role\": \"SIGNER\"\n  },\n  \"ccs\": [\n    {\n      \"email\": \"signer2+signer2@somedomain.com\"\n    }\n  ],\n   \"completionInfo\": {\n    \"url\": \"https://google.com\",\n    \"deframe\": true,\n    \"delay\": 1\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets","urlObject":{"protocol":"https","path":["api","rest","v6","widgets"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"22553b9f-ecc0-4120-aa38-87637f04acb0"},{"name":"Create Widget - Single Acceptor","id":"64b20aff-1070-4a4b-89e3-ef6b9b7c47ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","type":"text","value":"email:someemail@domain.com"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n  ],\n  \"name\": \"Test Widget 191\",\n  \"state\": \"ACTIVE\",\n  \"widgetParticipantSetInfo\": {\n    \"memberInfos\": [\n      {\n        \"email\": \"\"\n      }\n    ],\n    \"role\": \"ACCEPTOR\"\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","widgets"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"64b20aff-1070-4a4b-89e3-ef6b9b7c47ed"},{"name":"Update Widget - Change State to DRAFT","id":"c55e83de-0cc7-4f27-88b0-c68e12596224","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets/{{widget_id}}","description":"<h4 id=\"changes-the-state-of-agreement-from-draft-or-authoring-to-in_process\">Changes the \"state\" of agreement from DRAFT or AUTHORING to IN_PROCESS</h4>\n<p>To run this call you will need to run the <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#45f808e7-5098-43b0-94a0-251b2941666c\">GET Agreement_Info</a> call first to get the latest \"eTag\" in the response header.  </p>\n<p>This value needs to populate the \"If-Match\" param in the header forthis call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","widgets","{{widget_id}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c55e83de-0cc7-4f27-88b0-c68e12596224"},{"name":"Update Widget - Change Document","id":"4c2bef12-7b9b-4490-9597-ba6749e54463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n  ],\n  \"name\": \"Test Widget 862\",\n  \"status\": \"ACTIVE\",\n  \"widgetParticipantSetInfo\": {\n    \"memberInfos\": [\n      {\n        \"email\": \"\"\n      }\n    ],\n    \"role\": \"ACCEPTOR\"\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/widgets/{{widget_id}}","description":"<h4 id=\"changes-the-state-of-agreement-from-draft-or-authoring-to-in_process\">Changes the \"state\" of agreement from DRAFT or AUTHORING to IN_PROCESS</h4>\n<p>To run this call you will need to run the <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#45f808e7-5098-43b0-94a0-251b2941666c\">GET Agreement_Info</a> call first to get the latest \"eTag\" in the response header.  </p>\n<p>This value needs to populate the \"If-Match\" param in the header forthis call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","widgets","{{widget_id}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c2bef12-7b9b-4490-9597-ba6749e54463"}],"id":"02ae30f3-a121-402b-adeb-2a6ffde991a8","_postman_id":"02ae30f3-a121-402b-adeb-2a6ffde991a8","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Workflows","item":[{"name":"List Workflows for user","id":"f278d19b-15e1-4596-ac64-e585b88e546a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:{{na2Admin}}","type":"text"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/workflows","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","workflows"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f278d19b-15e1-4596-ac64-e585b88e546a"},{"name":"Workflow Details","id":"a64f6a3e-16f7-4487-b54b-7e2352965eda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:{{na2Admin}}","type":"text"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/workflows/CBJCHBCAABAAaFI-uP1IpcEgHq0P6SH7YpnaYigJDMHi","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","workflows","CBJCHBCAABAAaFI-uP1IpcEgHq0P6SH7YpnaYigJDMHi"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a64f6a3e-16f7-4487-b54b-7e2352965eda"}],"id":"ef51ca38-78f2-4bfe-9879-c2b98b645cb1","_postman_id":"ef51ca38-78f2-4bfe-9879-c2b98b645cb1","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Scenarios","item":[{"name":"Replace Doument - Post Send","item":[{"name":"Create and Send - basic 1 signer w CC","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"fdbeaa40-8719-4b65-9bf9-5b0e0de24537"}}],"id":"3a272936-ae23-4590-8389-35c3029257a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{MSA_noLineSend}}\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement ChangeDocTes\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"ccs\": [\n    {\n      \"email\": \"signer1+legaldpt@somedomain.com\",\n      \"label\": \"CC to Legal\"\n      \n    }\n    ],\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"15e5766a-4891-49d8-9124-b9d7ea12b0f0","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 783\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"3a272936-ae23-4590-8389-35c3029257a4"},{"name":"Documents in Agreement","id":"fd20ed5a-7bb7-49aa-a06f-1be5c89aa5fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"5e217a48-5540-4165-a193-cf18e003d500","name":"Documents in Agreement","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"184","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:02:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"438f3a5e-15d4-4b45-914b-5e13633d884f","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"documents\":[{\"id\":\"3AAABLblqZhBFoa6UodSTJqQc1rVefwf90nIXfQBaVp3ccn3H5y8lpLon7g0LSsS_07UtAYH7lluuMFw5TbzEylDdW73CqzG4\",\"name\":\"MSA_noline\",\"mimeType\":\"application/pdf\",\"numPages\":1}]}"}],"_postman_id":"fd20ed5a-7bb7-49aa-a06f-1be5c89aa5fd"},{"name":"Change Agreement Document","event":[{"listen":"test","script":{"exec":["","","",""],"type":"text/javascript","id":"3df72924-cea3-47e9-9067-376fdff41169"}}],"id":"75991fba-6e52-49a3-b396-f341148583e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"CBJCHBCAABAAfdaRsua5_zO0T1rVwelohEURFtzacmQv\",\n    \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAACFMeFICydJ9Ab5sQ3Ed36DC_MwRxIU3m\"  \n    }\n  ],\n    \"name\": \"API Send Library Test Agreement ChangeDocTes\",\n    \"type\": \"AGREEMENT\",\n    \"message\": \"Plese sign this from us.\",\n    \"participantSetsInfo\": [\n        {\n            \"id\": \"CBJCHBCAABAAtgoE0zQKSxF9NbeBdR8XiAcPV4UveV1Q\",\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer1+postman1@somedomain.com\",\n                    \"id\": \"CBJCHBCAABAAWhFCxkZa81Yv-JT73YCXo7becz6FXmV3\",\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"role\": \"SIGNER\",\n            \"order\": 1\n        }\n    ],\n    \"senderEmail\": \"sender@somedomain.com\",\n    \"createdDate\": \"2020-11-18T01:06:13Z\",\n    \"lastEventDate\": \"2020-11-18T01:06:15Z\",\n    \"signatureType\": \"ESIGN\",\n    \"ccs\": [\n        {\n            \"email\": \"signer1+legaldpt@somedomain.com\"\n        }\n    ],\n    \"expirationTime\": \"2020-11-23T01:06:13Z\",\n    \"firstReminderDelay\": 168,\n    \"reminderFrequency\": \"WEEKLY_UNTIL_SIGNED\",\n    \"externalId\": {\n        \"id\": \"NA2Account_42\"\n    },\n    \"locale\": \"en_US\",\n    \"status\": \"OUT_FOR_SIGNATURE\",\n    \"documentVisibilityEnabled\": false,\n    \"hasFormFieldData\": false,\n    \"hasSignerIdentityReport\": false,\n    \"documentRetentionApplied\": false,\n    \"state\": \"IN_PROCESS\"\n\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"1912ca1f-d4e9-4519-91b1-ac8736db0e37","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 727\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"75991fba-6e52-49a3-b396-f341148583e1"}],"id":"a974a46d-2a08-4fa5-9e8b-ce1f760acf78","_postman_id":"a974a46d-2a08-4fa5-9e8b-ce1f760acf78","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Replace Doument - Post Send Transient","item":[{"name":"Create and Send - basic 1 signer w CC","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","","",""],"type":"text/javascript","id":"b353f5c3-7e4f-4df5-98df-fce75fe16f94"}}],"id":"5e248595-1924-4af2-a297-dad5f393c51c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n   {\n    \"transientDocumentId\": \"3AAABLblqZhBOcSroCVgIAV-mkdxwD-cR3bSRno4UfWxhYX-2sRxVsIAU9lzau_Q5XXDtxJ8Z6nMghgP90aVacHWsQ3ST8bq-KQ6WmiuAFnXNYL5eVgyrGVJm4JQCa1qbSfmmx1BDlzyMLVm9rhnCHsWtJLqFxfFYzsnFZPn9oL-rfYoZQWRVQv2iTnQLxnv2IrfHSY-KMeSea7v3Hf6HCbKwb90_s7gS1pnmsW6hsZI8rpwEIbYpP94A7XqUmJyO8riYIGj59_T2LVbfs9ABYamJWGfJMdwMDq2AFpYc8RZEL2M1Ci6intsrzJeRSEusJRJrlSmCjs9Rd9Wi5MPjr_PBKMbnaiVf\"\n}\n  ],\n  \"name\": \"API Send Library Test Agreement ChangeDocTes\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"message\": \"Plese sign this from us.\",\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"ccs\": [\n    {\n      \"email\": \"signer1+legaldpt@somedomain.com\",\n      \"label\": \"CC to Legal\"\n      \n    }\n    ],\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"a5981649-41dc-46e5-a564-a99fb80529a0","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 882\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"5e248595-1924-4af2-a297-dad5f393c51c"},{"name":"Documents in Agreement","id":"dfdd8179-752d-4413-900c-75ed2930baf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"3dd25c83-794a-4ba1-bcb3-d9180198f221","name":"Documents in Agreement","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"184","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:02:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"438f3a5e-15d4-4b45-914b-5e13633d884f","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"documents\":[{\"id\":\"3AAABLblqZhBFoa6UodSTJqQc1rVefwf90nIXfQBaVp3ccn3H5y8lpLon7g0LSsS_07UtAYH7lluuMFw5TbzEylDdW73CqzG4\",\"name\":\"MSA_noline\",\"mimeType\":\"application/pdf\",\"numPages\":1}]}"}],"_postman_id":"dfdd8179-752d-4413-900c-75ed2930baf2"},{"name":"Change Agreement Document","event":[{"listen":"test","script":{"exec":["","","",""],"type":"text/javascript","id":"00dc1f3b-20d7-40b8-90e1-89ea8f103bbe"}}],"id":"79dda932-c102-411c-a987-c3eb2e2e1f82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"CBJCHBCAABAAfdaRsua5_zO0T1rVwelohEURFtzacmQv\",\n    \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAACFMeFICydJ9Ab5sQ3Ed36DC_MwRxIU3m\"  \n    }\n  ],\n    \"name\": \"API Send Library Test Agreement ChangeDocTes\",\n    \"type\": \"AGREEMENT\",\n    \"message\": \"Plese sign this from us.\",\n    \"participantSetsInfo\": [\n        {\n            \"id\": \"CBJCHBCAABAAtgoE0zQKSxF9NbeBdR8XiAcPV4UveV1Q\",\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer1+postman1@somedomain.com\",\n                    \"id\": \"CBJCHBCAABAAWhFCxkZa81Yv-JT73YCXo7becz6FXmV3\",\n                    \"securityOption\": {\n                        \"authenticationMethod\": \"NONE\"\n                    }\n                }\n            ],\n            \"role\": \"SIGNER\",\n            \"order\": 1\n        }\n    ],\n    \"senderEmail\": \"sender@somedomain.com\",\n    \"createdDate\": \"2020-11-18T01:06:13Z\",\n    \"lastEventDate\": \"2020-11-18T01:06:15Z\",\n    \"signatureType\": \"ESIGN\",\n    \"ccs\": [\n        {\n            \"email\": \"signer1+legaldpt@somedomain.com\"\n        }\n    ],\n    \"expirationTime\": \"2020-11-23T01:06:13Z\",\n    \"firstReminderDelay\": 168,\n    \"reminderFrequency\": \"WEEKLY_UNTIL_SIGNED\",\n    \"externalId\": {\n        \"id\": \"NA2Account_42\"\n    },\n    \"locale\": \"en_US\",\n    \"status\": \"OUT_FOR_SIGNATURE\",\n    \"documentVisibilityEnabled\": false,\n    \"hasFormFieldData\": false,\n    \"hasSignerIdentityReport\": false,\n    \"documentRetentionApplied\": false,\n    \"state\": \"IN_PROCESS\"\n\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"4930facd-81ce-4464-83dd-2ae4b3bcb9cf","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 148\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"79dda932-c102-411c-a987-c3eb2e2e1f82"}],"id":"f4993916-1275-4c2e-abed-2cc4a045831e","_postman_id":"f4993916-1275-4c2e-abed-2cc4a045831e","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Libaray Templates","item":[{"name":"Upload Edit Lib Template - Transient","item":[{"name":"UploadTransient","event":[{"listen":"test","script":{"exec":["","var transResponse = pm.response.json();","","pm.globals.set(\"lastTrans\", transResponse.transientDocumentId);","","pm.test(\"Got Transient ID\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.transientDocumentId);","});","",""],"type":"text/javascript","id":"30a9115e-a20e-4dcd-b0a9-086015a09609"}}],"id":"ce9764cd-b2c6-4d6c-a788-51e7f2cb0d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"formdata","formdata":[{"key":"File-Name","value":"BlankDoc.pdf","type":"text"},{"key":"Mime-Type","value":".pdf","type":"text","disabled":true},{"key":"File","type":"file","value":null}]},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/transientDocuments","description":"<h4 id=\"uploads-a-transient-file-that-can-then-be-used-to-create-an-agreement--this-transient-upload-can-also-be-used-to-create-a-library-template\">Uploads a \"transient\" file that can then be used to create an \"agreement\".  This transient upload can also be used to create a \"library template\".</h4>\n<p>Creates transient as a multi-part binary upload.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","transientDocuments"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce9764cd-b2c6-4d6c-a788-51e7f2cb0d2a"},{"name":"Create Template","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"libDocID\", jsonData.id);",""],"type":"text/javascript","id":"691e93c2-e818-4fb4-985b-f54d87ba1c78"}}],"id":"1557b44f-ba24-4db8-8aa9-e7d009b54995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n   ],\n  \"name\": \"NewTest Template 353\",\n  \"sharingMode\": \"ACCOUNT\",\n  \"templateTypes\": [\n    \"DOCUMENT\",\"FORM_FIELD_LAYER\"\n  ],\n  \"state\": \"AUTHORING\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments","description":"<p>Creates a library template from a transient doc previously uploaded. You can also create Template from URL with same params as when sending agreement with document in agreement from URL.<br /><br /></p>\n<p>Sets Template name, type, and state.  If state set to \"AUTHORING\" template will not be available till the URL is opened and Template is saved.  If set to \"ACTIVE\", Template will be available to send immediately.\n<br /><br />\nSets \"sharingMode\" as well.  This does not allow others to edit (except for account admins with that role) but shares for \"sending\" as self, group, or account-wide.<br /><br /></p>\n<p>Creates as either Document Template (\"content\" plus fields) or Form Field Template (fields only) or both.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1557b44f-ba24-4db8-8aa9-e7d009b54995"},{"name":"Get Edit View for Template","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"a0e58ba0-6c61-4b1d-bde6-0a2a7fc4dfe4"}}],"id":"fd9f5d22-4e5f-4a48-8773-5161ef5ce50b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","type":"text","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"EDIT\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views","description":"<p>Gets the \"EDIT\" View for a specific library Template by it's ID.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd9f5d22-4e5f-4a48-8773-5161ef5ce50b"}],"id":"849c0f00-0afa-49b2-9285-00ae555dfbdf","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"59cdd246-7663-4691-856f-79aaab9887d8"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"352082d5-8977-4c39-b214-52c23a2f7e4c"}}],"_postman_id":"849c0f00-0afa-49b2-9285-00ae555dfbdf","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Upload Edit Lib Template - URL","item":[{"name":"Create Template - from doc on URL","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"libDocID\", jsonData.id);",""],"type":"text/javascript","id":"486650b3-c3f7-4b0a-bc0a-d2faf638b3a7"}}],"id":"fca23179-80ba-47a3-b083-286dd93c912a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"urlFileInfo\": {\n          \"mimeType\": \"application/pdf\",\n            \"name\": \"MSA_Noline.pdf\",\n            \"url\": \"https://aaronsmusz.com/form2send/_MSA_noline.pdf\"\n      }\n    }\n   ],\n  \"name\": \"NewTest Template 492\",\n  \"sharingMode\": \"ACCOUNT\",\n  \"templateTypes\": [\n    \"DOCUMENT\",\"FORM_FIELD_LAYER\"\n  ],\n  \"state\": \"AUTHORING\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments","description":"<p>Creates a library template from a URL.</p>\n<p>Sets Template name, type, and state.  If state set to \"AUTHORING\" template will not be available till the URL is opened and Template is saved.  If set to \"ACTIVE\", Template will be available to send immediately.\n<br /><br />\nSets \"sharingMode\" as well.  This does not allow others to edit (except for account admins with that role) but shares for \"sending\" as self, group, or account-wide.<br /><br /></p>\n<p>Creates as either Document Template (\"content\" plus fields) or Form Field Template (fields only) or both.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fca23179-80ba-47a3-b083-286dd93c912a"},{"name":"Get Edit View for Template","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"df3fc964-6b04-469c-b194-2da871eb4539"}}],"id":"cc241f8c-93df-43a7-afab-75690fd763b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","type":"text","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"EDIT\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"en\",\n    \"noChrome\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/libraryDocuments/{{libDocID}}/views","description":"<p>Gets the \"EDIT\" View for a specific library Template by it's ID.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","libraryDocuments","{{libDocID}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc241f8c-93df-43a7-afab-75690fd763b1"}],"id":"8e50ac0c-7ad1-4b2d-856c-f0b86672bfd9","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"da39d806-f940-45da-8d4b-d58a92de4e27"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7fe8c489-06b4-48e1-a630-40e12677f08b"}}],"_postman_id":"8e50ac0c-7ad1-4b2d-856c-f0b86672bfd9","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}}],"id":"0f9e4a19-2e00-44e5-84fd-08a56f1fc4ce","_postman_id":"0f9e4a19-2e00-44e5-84fd-08a56f1fc4ce","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Draft using lib doc  -> Add \"merge data\" -> Send","item":[{"name":"Create Draft - basic 1 signer (lib doc) MSA edited","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","",""],"type":"text/javascript","id":"d8281262-3dc8-4367-b446-6c940988543d"}}],"id":"0faf2d27-bb6a-449d-91c6-f29b282c7636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaWfields}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement Draft 1st 336\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n   \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"NONE\"\n    }\n  },\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>Creates a DRAFT Agreement with one signer for use with \"merge data\" and to use when authoring or \"sendPage\" view is needed.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"da61c4f0-187b-4bb1-afe3-68736a502722","name":"Create Draft - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaWfields}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement Draft 1st 141\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A5aade7f2620dc2796e08e3ed2aaf85bd35a79dbe","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"7fc9d533-858a-4f8e-af38-7b1c648cb82f","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAA517iuD-WX6uARdBvWifWElfyTsXs-1We\"}"}],"_postman_id":"0faf2d27-bb6a-449d-91c6-f29b282c7636"},{"name":"Agreement_Info - get latest eTag before changing DRAFT to SEND Copy","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"2c53b649-28e9-4d90-8291-df2e44a65b5b"}}],"id":"2eaa7260-b12d-40fe-a6a5-bb48519aeb4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"ef1a1468-ef11-4bc7-8136-ba087f33bf69","name":"Agreement_Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"679","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0aec986ff0d324a79b88e3d70c2577dca1abd363","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d85ade82-db0f-4b1a-90dc-bfeca08e4840","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"name\":\"API Send Library Test Agreement Draft 1st 27\",\"fileInfos\":[{\"document\":{\"id\":\"3AAABLblqZhBdjELJm-_81ANcRKsnSwmqtl_2v4WZjWSnXt-dEEMltqkfczueJxCbOfTGWBNskeoLiAcMsEdgCXGaYMRVQz3RCf0RCwLixURw5qYKO5fs83RSW0epyEBOC7LzxxiwGaF-x0K6jYEX9iKWDkBjjajHpF9BVm-csx5xUWH7bL4zj2Lt1254SobUd0BvdBWWFaE4Ne3nb0uc5Cx7bh5DkMo11SGCYH2K_an8zSqZXRH5CS7ixTZHaaySP6OKZrFIQYs*\",\"name\":\"MSA\",\"mimeType\":\"application/pdf\"}}],\"participantSetsInfo\":[{\"memberInfos\":[{\"email\":\"signer1+signer1@somedomain.com\"}],\"role\":\"SIGNER\",\"order\":1}],\"senderEmail\":\"sender@somedomain.com\",\"createdDate\":\"2018-07-09T20:40:22Z\",\"signatureType\":\"ESIGN\",\"externalId\":{\"id\":\"NA2Account_1531168821\"},\"status\":\"DRAFT\"}"}],"_postman_id":"2eaa7260-b12d-40fe-a6a5-bb48519aeb4b"},{"name":"Field Merge Info - get latest eTag","id":"d7950493-ff8e-4d96-b96e-70be0434d40e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields","mergeInfo"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"9950d31b-dd75-4d12-861d-a534b7db3f67","name":"Field Merge Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:53:14 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"79797547-0296-4335-aa96-5d41b7397508"},{"key":"ETag","value":"99D7DF57C383463C0ED709C94C6BF72.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"2"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=198"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cdf62848-f8a8-48f4-b82b-18d2de38b540","name":"Not in DRAFT","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"123","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"0fdf4649-5c02-41a1-9217-89e4e36735cd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"code\":\"AGREEMENT_NOT_IN_DRAFT_STATE\",\"message\":\"The specified action is not supported for agreements not in draft state\"}"},{"id":"fbee5b9e-e055-45fc-aaba-68107690f1f7","name":"Field Merge Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:52:14 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"d090bb51-f7ec-44aa-84ac-ee6f4f75a9e8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"123"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"AGREEMENT_NOT_IN_DRAFT_STATE\",\n    \"message\": \"The specified action is not supported for agreements not in draft state\"\n}"}],"_postman_id":"d7950493-ff8e-4d96-b96e-70be0434d40e"},{"name":"Add Merge Data to agreement -","event":[{"listen":"test","script":{"exec":["","pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"type":"text/javascript","id":"9278d474-61ac-4017-923a-66ee9a183c4c"}}],"id":"ff925408-c778-4acd-a1b1-9703decb8229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","value":"{{lastEtag}}","type":"text"}],"body":{"mode":"raw","raw":" {\n \"fieldMergeInfos\": [\n    {\n      \"defaultValue\": \"Sam's Garage\",\n      \"fieldName\": \"AccountName\"\n    },\n    {\n      \"defaultValue\": \"1775247664\",\n      \"fieldName\": \"AccountNumber\"\n    },\n    {\n      \"defaultValue\": \"123 South Main\",\n      \"fieldName\": \"Street\"\n    },\n    {\n      \"defaultValue\": \"Sammyville\",\n      \"fieldName\": \"City\"\n    },\n    {\n      \"defaultValue\": \"CA\",\n      \"fieldName\": \"State\"\n    },\n    {\n      \"defaultValue\": \"54941\",\n      \"fieldName\": \"Zip\"\n    }\n  ]\n }"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo","description":"<p>Adds values to form fields on your agreement before authoring or sending.</p>\n<p>Before you can use this PUT you will need to get the eTag for the agreemnt from the \n<a href=\"https://secure.na1.adobesign.com/public/docs/restapi/v6#!/agreements/getAgreementFormData\">GET /agreements/{agreementId}/formData</a> end point. This eTag is in the response header to the get. Example <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#d71edb4d-6157-45eb-bf8a-9ca2c9a858c5\">here</a>. You use this eTag vor the If-Match value in the header of this call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields","mergeInfo"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff925408-c778-4acd-a1b1-9703decb8229"},{"name":"Agreement_Info - get latest eTag before changing DRAFT to SEND","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"ff2ba9e2-da76-45f6-963a-5ec8ba5cf312"}}],"id":"358c1c7f-a625-4387-9f5f-8cf9fe679b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"65877a05-9b17-4bff-b213-a912477866f4","name":"Agreement_Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"679","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0aec986ff0d324a79b88e3d70c2577dca1abd363","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d85ade82-db0f-4b1a-90dc-bfeca08e4840","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"name\":\"API Send Library Test Agreement Draft 1st 27\",\"fileInfos\":[{\"document\":{\"id\":\"3AAABLblqZhBdjELJm-_81ANcRKsnSwmqtl_2v4WZjWSnXt-dEEMltqkfczueJxCbOfTGWBNskeoLiAcMsEdgCXGaYMRVQz3RCf0RCwLixURw5qYKO5fs83RSW0epyEBOC7LzxxiwGaF-x0K6jYEX9iKWDkBjjajHpF9BVm-csx5xUWH7bL4zj2Lt1254SobUd0BvdBWWFaE4Ne3nb0uc5Cx7bh5DkMo11SGCYH2K_an8zSqZXRH5CS7ixTZHaaySP6OKZrFIQYs*\",\"name\":\"MSA\",\"mimeType\":\"application/pdf\"}}],\"participantSetsInfo\":[{\"memberInfos\":[{\"email\":\"signer1+signer1@somedomain.com\"}],\"role\":\"SIGNER\",\"order\":1}],\"senderEmail\":\"sender@somedomain.com\",\"createdDate\":\"2018-07-09T20:40:22Z\",\"signatureType\":\"ESIGN\",\"externalId\":{\"id\":\"NA2Account_1531168821\"},\"status\":\"DRAFT\"}"}],"_postman_id":"358c1c7f-a625-4387-9f5f-8cf9fe679b18"},{"name":"DRAFT -> Send","id":"0b3e2d6f-60d2-457a-a0bb-adb896089f1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}"},{"key":"x-api-user","value":"email:someemail@domain.com","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/state","description":"<h4 id=\"changes-the-state-of-agreement-from-draft-or-authoring-to-in_process\">Changes the \"state\" of agreement from DRAFT or AUTHORING to IN_PROCESS</h4>\n<p>To run this call you will need to run the <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#45f808e7-5098-43b0-94a0-251b2941666c\">GET Agreement_Info</a> call first to get the latest \"eTag\" in the response header.  </p>\n<p>This value needs to populate the \"If-Match\" param in the header forthis call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","state"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b3e2d6f-60d2-457a-a0bb-adb896089f1d"},{"name":"DRAFT -> Send Copy","id":"99eb2084-3d7a-4acd-9e8b-c0d3d7c71f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}"},{"key":"x-api-user","value":"email:someemail@domain.com","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/state","description":"<h4 id=\"changes-the-state-of-agreement-from-draft-or-authoring-to-in_process\">Changes the \"state\" of agreement from DRAFT or AUTHORING to IN_PROCESS</h4>\n<p>To run this call you will need to run the <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#45f808e7-5098-43b0-94a0-251b2941666c\">GET Agreement_Info</a> call first to get the latest \"eTag\" in the response header.  </p>\n<p>This value needs to populate the \"If-Match\" param in the header forthis call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","state"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"99eb2084-3d7a-4acd-9e8b-c0d3d7c71f50"},{"name":"Agreement_Info - get current status","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"28b194cf-5355-4d12-a00b-346cefe45d1e"}}],"id":"3dbb909e-95aa-48f6-9be2-b4508b8eacc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"657b0784-ec63-42de-9fd6-10deabbe18f0","name":"Agreement_Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"679","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0aec986ff0d324a79b88e3d70c2577dca1abd363","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d85ade82-db0f-4b1a-90dc-bfeca08e4840","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"name\":\"API Send Library Test Agreement Draft 1st 27\",\"fileInfos\":[{\"document\":{\"id\":\"3AAABLblqZhBdjELJm-_81ANcRKsnSwmqtl_2v4WZjWSnXt-dEEMltqkfczueJxCbOfTGWBNskeoLiAcMsEdgCXGaYMRVQz3RCf0RCwLixURw5qYKO5fs83RSW0epyEBOC7LzxxiwGaF-x0K6jYEX9iKWDkBjjajHpF9BVm-csx5xUWH7bL4zj2Lt1254SobUd0BvdBWWFaE4Ne3nb0uc5Cx7bh5DkMo11SGCYH2K_an8zSqZXRH5CS7ixTZHaaySP6OKZrFIQYs*\",\"name\":\"MSA\",\"mimeType\":\"application/pdf\"}}],\"participantSetsInfo\":[{\"memberInfos\":[{\"email\":\"signer1+signer1@somedomain.com\"}],\"role\":\"SIGNER\",\"order\":1}],\"senderEmail\":\"sender@somedomain.com\",\"createdDate\":\"2018-07-09T20:40:22Z\",\"signatureType\":\"ESIGN\",\"externalId\":{\"id\":\"NA2Account_1531168821\"},\"status\":\"DRAFT\"}"}],"_postman_id":"3dbb909e-95aa-48f6-9be2-b4508b8eacc6"},{"name":"signingUrl/s","id":"8d602822-c4d7-45c9-9456-cb460e051124","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls","description":"<h4 id=\"gets-current-urls-for-signing-experience\">Gets current URL/s for signing experience</h4>\n<p>Use this call to get the signing URL for the \"current\" participant/s on a specific agreement.  </p>\n<p>If agreement was sent in \"parallel\" it will return all URLs with the email for each participant.  </p>\n<p>If agreement was sent \"hybrid\" or normal \"sequential\" this will return the URL/s for the current \"participantSet\" which may contain one or more \"members\".</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","signingUrls"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"e5736e6b-2269-41d0-8f6f-3f9d369d3de9","name":"signingUrl/s","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"289","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"f70fb356-c086-4143-a99b-f716bb820662","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"signingUrlSetInfos\":[{\"signingUrls\":[{\"email\":\"signer1+signer1@somedomain.com\",\"esignUrl\":\"https://secure.na2.adobesign.com/public/apiesign?pid=CBFCIBAA3AAABLblqZhBVOPuJcjpGM6-xs6c8Mi3gIRBzuv7VuZKwAB9tI7meCxHNOSdI_pajAT6olCLHR9s*&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2\"}]}]}"}],"_postman_id":"8d602822-c4d7-45c9-9456-cb460e051124"}],"id":"546c037d-fce1-4d89-bbfc-39078c6632ba","description":"<p>Setps to send from lb-doc/transient/URL and then allow authoring</p>\n","_postman_id":"546c037d-fce1-4d89-bbfc-39078c6632ba","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"SendURL Doc and Add radios with hidden initials","item":[{"name":"refresh -> Access - New Token","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var refreshResponse = JSON.parse(responseBody);","","pm.environment.set(\"aToken\", refreshResponse.access_token );","","","pm.test(\"Got Access Token\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.access_token);","});"],"id":"139c0ef4-fcf8-483f-9fd8-fe6e6c19ed51"}}],"id":"979a749c-b55f-44c2-a181-0edad5d8bbf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_id","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_secret","value":"nA0Uz-skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"https://api.{{env_shard}}.adobesign.com/oauth/refresh","description":"<h4 id=\"gets-a-new-access-token-using-a-current-active-refresh-token\">Gets a new \"access\" token using a current active \"refresh\" token</h4>\n","urlObject":{"protocol":"https","path":["oauth","refresh"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"7ceb58d0-bc5e-4d2d-869d-2f45cc8e1b30","name":"refresh - Access","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_id","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_secret","value":"nA0Uz-skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"https://api.{{env_shard}}.adobesign.com/oauth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:36:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"access_token\":\"3AAABLblqZhC4Bc_UhFReOkpGOcGSXppVYSMBdg9-KjcmfwZFnsW_GJLjCj_xu2Y9AW46e9KHcbias6TR71mMaAJsZEzPdxOf\",\"token_type\":\"Bearer\",\"expires_in\":3600}"}],"_postman_id":"979a749c-b55f-44c2-a181-0edad5d8bbf0"},{"name":"Create -> Authoring w URL \"empty\" doc - basic 1 signer","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"f9e6795f-9322-4bea-9a7b-411f0bc6a004"}}],"id":"49ed2002-a8a3-4326-9886-ffb7f9c49609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"urlFileInfo\": {\n          \"mimeType\": \"application/pdf\",\n            \"name\": \"Empty01.pdf\",\n            \"url\": \"https://aaronsmusz.com/form2send/Empty01.pdf\"\n      }\n    }\n  ],\n  \"name\": \"API Send URL Test DRAFT Agreement 794\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n       \n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"AUTHORING\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"49ed2002-a8a3-4326-9886-ffb7f9c49609"},{"name":"Members/participants - get part ID for signer to use in fields","event":[{"listen":"test","script":{"exec":["//pm.environment.set(\"memberID_0\", pm.response[0].id)","","pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));","","","",""],"type":"text/javascript","id":"266a7dad-23a7-4b55-b902-065c9577e9c2"}}],"id":"52c8f7c7-0497-48c0-baf9-67d858db13b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"52c8f7c7-0497-48c0-baf9-67d858db13b5"},{"name":"List Agreement Fields - to get last eTag","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"da66aa14-8627-4eae-932d-97070fc53e92"}},{"listen":"test","script":{"exec":["var fieldData = pm.response.json();","","pm.test(\"success got Fields List\", function () {","    pm.expect(pm.response.text()).to.include('fields\":');","});","","pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"8a7b94b5-2a21-4b54-8e80-aa7423e34145"}}],"id":"e247e3f2-3372-4a52-9ccf-7c71f9389a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields","description":"<h4 id=\"gets-details-for-all-fields-on-an-agreement\">Gets details for all fields on an agreement</h4>\n<ul>\n<li>type</li>\n<li>location</li>\n<li>style</li>\n<li>page number</li>\n<li>default value</li>\n<li>min/max length</li>\n<li>validation</li>\n<li>name</li>\n<li>font size</li>\n<li>etc.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"00efe5a1-5cef-4167-82cc-d75f0e731463","name":"List Agreement Fields","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2366","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 14:49:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"c7456f61-f4ea-499a-a507-c67b7ef0e1a7","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"fields\":[{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"BLOCK\",\"locations\":[{\"pageNumber\":2,\"top\":777.0,\"left\":15.0,\"width\":280.0,\"height\":43.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"\",\"fontSize\":-1.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNATURE_BLOCK\",\"defaultValue\":\"\",\"readOnly\":false,\"valueExpression\":\"\",\"calculated\":false,\"required\":true,\"minLength\":-1,\"maxLength\":-1,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0\",\"origin\":\"GENERATED\"},{\"backgroundColor\":\"\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"SIGNATURE\",\"locations\":[{\"pageNumber\":2,\"top\":777.0,\"left\":92.36842346191406,\"width\":202.63157653808594,\"height\":23.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"Source Sans Pro\",\"fontSize\":10.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNATURE\",\"defaultValue\":\"\",\"readOnly\":false,\"valueExpression\":\"\",\"calculated\":false,\"required\":true,\"minLength\":-1,\"maxLength\":40,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0_signature\",\"origin\":\"GENERATED\"},{\"backgroundColor\":\"\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"TEXT_FIELD\",\"locations\":[{\"pageNumber\":2,\"top\":754.0,\"left\":92.36842346191406,\"width\":202.63157653808594,\"height\":20.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"Source Sans Pro\",\"fontSize\":10.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNER_EMAIL\",\"defaultValue\":\"signer1+signer1@somedomain.com\",\"readOnly\":true,\"valueExpression\":\"\",\"calculated\":false,\"required\":false,\"minLength\":-1,\"maxLength\":255,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0_email\",\"origin\":\"GENERATED\"}]}"},{"id":"5ccc7dc8-d2d5-499d-b60a-f3b57e90fb5c","name":"List Agreement Fields","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2366","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"8020a820-14b8-4065-a1b7-afca839c4241","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"fields\":[{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"BLOCK\",\"locations\":[{\"pageNumber\":2,\"top\":777.0,\"left\":15.0,\"width\":280.0,\"height\":43.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"\",\"fontSize\":-1.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNATURE_BLOCK\",\"defaultValue\":\"\",\"readOnly\":false,\"valueExpression\":\"\",\"calculated\":false,\"required\":true,\"minLength\":-1,\"maxLength\":-1,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0\",\"origin\":\"GENERATED\"},{\"backgroundColor\":\"\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"SIGNATURE\",\"locations\":[{\"pageNumber\":2,\"top\":777.0,\"left\":92.36842346191406,\"width\":202.63157653808594,\"height\":23.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"Source Sans Pro\",\"fontSize\":10.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNATURE\",\"defaultValue\":\"\",\"readOnly\":false,\"valueExpression\":\"\",\"calculated\":false,\"required\":true,\"minLength\":-1,\"maxLength\":40,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0_signature\",\"origin\":\"GENERATED\"},{\"backgroundColor\":\"\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"TEXT_FIELD\",\"locations\":[{\"pageNumber\":2,\"top\":754.0,\"left\":92.36842346191406,\"width\":202.63157653808594,\"height\":20.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"Source Sans Pro\",\"fontSize\":10.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNER_EMAIL\",\"defaultValue\":\"signer1+signer1@somedomain.com\",\"readOnly\":true,\"valueExpression\":\"\",\"calculated\":false,\"required\":false,\"minLength\":-1,\"maxLength\":255,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0_email\",\"origin\":\"GENERATED\"}]}"}],"_postman_id":"e247e3f2-3372-4a52-9ccf-7c71f9389a15"},{"name":"Add form Fields - and send","event":[{"listen":"test","script":{"exec":["","",""],"type":"text/javascript","id":"8b93df38-13bb-41cd-b0e7-f09308887182"}},{"listen":"prerequest","script":{"exec":["//pm.environment.set(\"partSet1_Id\", \"CBJCHBCAABAAyt1dASINkPOHv8RO3QxvuSCIqsb8Z9vA\");","//pm.environment.set(\"partSet2_Id\", \"CBJCHBCAABAARYutNvrZaXo3SL3DT-atBuaH6NtOXB1l\");","//pm.environment.set(\"partSet3_Id\", \"CBJCHBCAABAARYutNvrZaXo3SL3DT-atBuaH6NtOXB1l\");"],"type":"text/javascript","id":"707ad7c2-1e71-4ca6-b7e4-bbcb6936b601"}}],"id":"6a136171-8d82-450c-89fe-1ea94361c42f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","value":"{{lastEtag}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fields\": [\n        {\n            \"backgroundColor\": \"#FFFFFF\",\n            \"borderColor\": \"-16777216\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": 1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"RADIO\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 717.75,\n                    \"left\": 214.8800048828125,\n                    \"width\": 11,\n                    \"height\": 11\n                },\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 690.75,\n                    \"left\": 215.25999450683594,\n                    \"width\": 10.229995727539062,\n                    \"height\": 11.25\n                },\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 662.25,\n                    \"left\": 214.8800048828125,\n                    \"width\": 11,\n                    \"height\": 11\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"assignee\": \"{{partSet1_Id}}\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"hiddenOptions\": [\n                \"likes\",\n                \"hates\",\n                \"noneed\"\n            ],\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"DATA\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": false,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"disposition\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"SIGNATURE\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 723.75,\n                    \"left\": 264.3800048828125,\n                    \"width\": 42.5,\n                    \"height\": 23\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"assignee\": \"{{partSet1_Id}}\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"predicates\": [\n                    {\n                        \"fieldName\": \"disposition\",\n                        \"operator\": \"EQUALS\",\n                        \"value\": \"likes\",\n                        \"fieldLocationIndex\": 0\n                    }\n                ],\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNER_INITIALS\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Initials 1\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"SIGNATURE\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 699,\n                    \"left\": 263.6300048828125,\n                    \"width\": 42.5,\n                    \"height\": 23\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"assignee\": \"{{partSet1_Id}}\",\n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"predicates\": [\n                    {\n                        \"fieldName\": \"disposition\",\n                        \"operator\": \"EQUALS\",\n                        \"value\": \"hates\",\n                        \"fieldLocationIndex\": 0\n                    }\n                ],\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNER_INITIALS\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Initials 2\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"SIGNATURE\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 668.25,\n                    \"left\": 262.8800048828125,\n                    \"width\": 42.5,\n                    \"height\": 23\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"assignee\": \"{{partSet1_Id}}\",            \n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"predicates\": [\n                    {\n                        \"fieldName\": \"disposition\",\n                        \"operator\": \"EQUALS\",\n                        \"value\": \"noneed\",\n                        \"fieldLocationIndex\": 0\n                    }\n                ],\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNER_INITIALS\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Initials 3\"\n        },\n        {\n            \"backgroundColor\": \"\",\n            \"borderColor\": \"\",\n            \"borderStyle\": \"SOLID\",\n            \"borderWidth\": -1,\n            \"displayLabel\": \"\",\n            \"visible\": true,\n            \"inputType\": \"SIGNATURE\",\n            \"locations\": [\n                {\n                    \"pageNumber\": 1,\n                    \"top\": 592.5,\n                    \"left\": 134.6300048828125,\n                    \"width\": 212.16000366210938,\n                    \"height\": 23\n                }\n            ],\n            \"tooltip\": \"\",\n            \"fontColor\": \"\",\n            \"fontName\": \"\",\n            \"fontSize\": -1,\n            \"alignment\": \"LEFT\",\n            \"assignee\": \"{{partSet1_Id}}\",            \n            \"displayFormat\": \"\",\n            \"displayFormatType\": \"DEFAULT\",\n            \"masked\": false,\n            \"maskingText\": \"*\",\n            \"radioCheckType\": \"CIRCLE\",\n            \"conditionalAction\": {\n                \"anyOrAll\": \"ANY\",\n                \"action\": \"SHOW\"\n            },\n            \"contentType\": \"SIGNATURE\",\n            \"defaultValue\": \"\",\n            \"readOnly\": false,\n            \"valueExpression\": \"\",\n            \"calculated\": false,\n            \"urlOverridable\": false,\n            \"required\": true,\n            \"minLength\": -1,\n            \"maxLength\": -1,\n            \"minValue\": -1,\n            \"maxValue\": -1,\n            \"validationErrMsg\": \"\",\n            \"validation\": \"NONE\",\n            \"name\": \"Signature 1\"\n        }\n    ]\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a136171-8d82-450c-89fe-1ea94361c42f"}],"id":"aa326121-c8fc-47bf-80dc-54889bc4e6cb","_postman_id":"aa326121-c8fc-47bf-80dc-54889bc4e6cb","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Sends 3 docs - gets doc info and adds signatures to last page of each","item":[{"name":"refresh -> Access - New Token","event":[{"listen":"test","script":{"exec":["var refreshResponse = JSON.parse(responseBody);","","pm.environment.set(\"aToken\", refreshResponse.access_token );","","","pm.test(\"Got Access Token\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.access_token);","});"],"type":"text/javascript","id":"ac924347-ad43-4d8c-831e-e04e7a6e3447"}}],"id":"3c77f1cf-26d3-4c80-add6-d83e3fff319c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_id","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_secret","value":"nA0Uz-skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"https://api.{{env_shard}}.adobesign.com/oauth/refresh","description":"<h4 id=\"gets-a-new-access-token-using-a-current-active-refresh-token\">Gets a new \"access\" token using a current active \"refresh\" token</h4>\n","urlObject":{"protocol":"https","path":["oauth","refresh"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"bd7b3a13-a38a-4c8d-983b-635cef0e7649","name":"refresh - Access","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_id","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_secret","value":"nA0Uz-skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"https://api.{{env_shard}}.adobesign.com/oauth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:36:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"access_token\":\"3AAABLblqZhC4Bc_UhFReOkpGOcGSXppVYSMBdg9-KjcmfwZFnsW_GJLjCj_xu2Y9AW46e9KHcbias6TR71mMaAJsZEzPdxOf\",\"token_type\":\"Bearer\",\"expires_in\":3600}"}],"_postman_id":"3c77f1cf-26d3-4c80-add6-d83e3fff319c"},{"name":"Create AUTHORING w  3 URL \"empty\" docs - 1 recipient","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"512068f5-70a4-4eb4-91bb-cf14b47a494b"}}],"id":"11548b28-fd56-4cbb-8439-87374571cb1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"urlFileInfo\": {\n            \"mimeType\": \"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\n            \"name\": \"3_page_blank.docx\",\n            \"url\": \"http://aaronsmusz.com/form2send/test/3_page_blank.docx\"\n      }\n    },\n    {\n      \"urlFileInfo\": {\n            \"mimeType\": \"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\n            \"name\": \"2_page_blank.docx\",\n            \"url\": \"http://aaronsmusz.com/form2send/test/2_page_blank.docx\"\n      }\n    },\n    {\n      \"urlFileInfo\": {\n        \"mimeType\": \"application/pdf\",\n            \"name\": \"BlankDoc.pdf\",\n            \"url\": \"http://aaronsmusz.com/form2send/test/BlankDoc.pdf\"\n      }\n    }\n  ],\n  \"name\": \"API Send URL Test DRAFT Agreement 582\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"AUTHORING\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement using 3 documents. In this case its: 1 - 3 page word doc, 1 - 2 page word doc, and 1 - 1 page pdf.</p>\n<p>It sets the \"stage\" of the agreement to \"AUTHORING\" so there's no need to move from Draft to Authoring.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"11548b28-fd56-4cbb-8439-87374571cb1d"},{"name":"Agreement_Info ","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"3e794a5d-ff61-4c7d-be1d-7417ad27aff6"}}],"id":"bc8f0059-49b1-4a52-ae9f-89403a201648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from this call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"93bf6045-ead7-41a3-9160-7112ba8b708e","name":"Agreement_Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"679","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0aec986ff0d324a79b88e3d70c2577dca1abd363","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d85ade82-db0f-4b1a-90dc-bfeca08e4840","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"name\":\"API Send Library Test Agreement Draft 1st 27\",\"fileInfos\":[{\"document\":{\"id\":\"3AAABLblqZhBdjELJm-_81ANcRKsnSwmqtl_2v4WZjWSnXt-dEEMltqkfczueJxCbOfTGWBNskeoLiAcMsEdgCXGaYMRVQz3RCf0RCwLixURw5qYKO5fs83RSW0epyEBOC7LzxxiwGaF-x0K6jYEX9iKWDkBjjajHpF9BVm-csx5xUWH7bL4zj2Lt1254SobUd0BvdBWWFaE4Ne3nb0uc5Cx7bh5DkMo11SGCYH2K_an8zSqZXRH5CS7ixTZHaaySP6OKZrFIQYs*\",\"name\":\"MSA\",\"mimeType\":\"application/pdf\"}}],\"participantSetsInfo\":[{\"memberInfos\":[{\"email\":\"signer1+signer1@somedomain.com\"}],\"role\":\"SIGNER\",\"order\":1}],\"senderEmail\":\"sender@somedomain.com\",\"createdDate\":\"2018-07-09T20:40:22Z\",\"signatureType\":\"ESIGN\",\"externalId\":{\"id\":\"NA2Account_1531168821\"},\"status\":\"DRAFT\"}"}],"_postman_id":"bc8f0059-49b1-4a52-ae9f-89403a201648"},{"name":"Documents in Agreement","id":"29d25cf4-2626-4fc1-8838-f3dc188643e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/documents","description":"<p>This call returns the doc IDs and page counts for all the documents in the agreement and can only return info if agreement is in \"AUTHORING\" or later stage EI \"OUT_FOR_SIGNATURE\" or \"SIGNED\" etc.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","documents"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"0f53bd96-47f2-46ae-8ee5-940c5c1c8756","name":"Documents in Agreement","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"184","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:02:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"438f3a5e-15d4-4b45-914b-5e13633d884f","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"documents\":[{\"id\":\"3AAABLblqZhBFoa6UodSTJqQc1rVefwf90nIXfQBaVp3ccn3H5y8lpLon7g0LSsS_07UtAYH7lluuMFw5TbzEylDdW73CqzG4\",\"name\":\"MSA_noline\",\"mimeType\":\"application/pdf\",\"numPages\":1}]}"}],"_postman_id":"29d25cf4-2626-4fc1-8838-f3dc188643e0"},{"name":"Members/participants - get part ID for signer to use in fields","event":[{"listen":"test","script":{"exec":["//pm.environment.set(\"memberID_0\", pm.response[0].id)","","pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));","","","",""],"type":"text/javascript","id":"f362491c-fc13-4f8d-a10e-dd4cd3e6c06c"}}],"id":"e8a277d3-1d0c-4730-a1df-caf7efe1cdb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members","description":"<p>This call gets the \"members\" for an agreement and must be run if the agreement was created in \"DRAFT\" with no recipients before adding or replacing recipients so as to obtain the \"eTag\" value from the response header as this is needed for the \"IF-Match\" when using the corresponding \"PUT\" for this endpoint.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8a277d3-1d0c-4730-a1df-caf7efe1cdb6"},{"name":"List Agreement Fields - to get last eTag","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6d139c95-2eb2-4a0e-a661-dfdcc75f4fd3"}},{"listen":"test","script":{"exec":["var fieldData = pm.response.json();","","pm.test(\"success got Fields List\", function () {","    pm.expect(pm.response.text()).to.include('fields\":');","});","","pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"cbb16e3a-c22f-4c46-a5a9-15f1db3afcbd"}}],"id":"93dc36e5-f22c-40ad-87cc-f783457b9ccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields","description":"<h4 id=\"gets-details-for-all-fields-on-an-agreement\">Gets details for all fields on an agreement</h4>\n<ul>\n<li>type</li>\n<li>location</li>\n<li>style</li>\n<li>page number</li>\n<li>default value</li>\n<li>min/max length</li>\n<li>validation</li>\n<li>name</li>\n<li>font size</li>\n<li>etc.</li>\n</ul>\n<p>This call must be run BEFORE using the corresponding PUT for this endpoint to add fields to an agreement in an \"AUTHORING\" stage.\nIf there are no fields on the agreement it will return an empty array but it must be run to obtain the \"eTag\" header for use in the PUT call so as to have that eTag for the \"IF-Match\" param on the PUT.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"811d1144-6fdc-4e26-8a2f-08434c3a0222","name":"List Agreement Fields","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2366","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 14:49:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"c7456f61-f4ea-499a-a507-c67b7ef0e1a7","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"fields\":[{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"BLOCK\",\"locations\":[{\"pageNumber\":2,\"top\":777.0,\"left\":15.0,\"width\":280.0,\"height\":43.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"\",\"fontSize\":-1.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNATURE_BLOCK\",\"defaultValue\":\"\",\"readOnly\":false,\"valueExpression\":\"\",\"calculated\":false,\"required\":true,\"minLength\":-1,\"maxLength\":-1,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0\",\"origin\":\"GENERATED\"},{\"backgroundColor\":\"\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"SIGNATURE\",\"locations\":[{\"pageNumber\":2,\"top\":777.0,\"left\":92.36842346191406,\"width\":202.63157653808594,\"height\":23.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"Source Sans Pro\",\"fontSize\":10.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNATURE\",\"defaultValue\":\"\",\"readOnly\":false,\"valueExpression\":\"\",\"calculated\":false,\"required\":true,\"minLength\":-1,\"maxLength\":40,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0_signature\",\"origin\":\"GENERATED\"},{\"backgroundColor\":\"\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"TEXT_FIELD\",\"locations\":[{\"pageNumber\":2,\"top\":754.0,\"left\":92.36842346191406,\"width\":202.63157653808594,\"height\":20.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"Source Sans Pro\",\"fontSize\":10.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNER_EMAIL\",\"defaultValue\":\"signer1+signer1@somedomain.com\",\"readOnly\":true,\"valueExpression\":\"\",\"calculated\":false,\"required\":false,\"minLength\":-1,\"maxLength\":255,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0_email\",\"origin\":\"GENERATED\"}]}"},{"id":"0820ffc0-d6ea-437b-8894-1fbeb000fccf","name":"List Agreement Fields","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2366","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"8020a820-14b8-4065-a1b7-afca839c4241","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"fields\":[{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"BLOCK\",\"locations\":[{\"pageNumber\":2,\"top\":777.0,\"left\":15.0,\"width\":280.0,\"height\":43.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"\",\"fontSize\":-1.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNATURE_BLOCK\",\"defaultValue\":\"\",\"readOnly\":false,\"valueExpression\":\"\",\"calculated\":false,\"required\":true,\"minLength\":-1,\"maxLength\":-1,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0\",\"origin\":\"GENERATED\"},{\"backgroundColor\":\"\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"SIGNATURE\",\"locations\":[{\"pageNumber\":2,\"top\":777.0,\"left\":92.36842346191406,\"width\":202.63157653808594,\"height\":23.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"Source Sans Pro\",\"fontSize\":10.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNATURE\",\"defaultValue\":\"\",\"readOnly\":false,\"valueExpression\":\"\",\"calculated\":false,\"required\":true,\"minLength\":-1,\"maxLength\":40,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0_signature\",\"origin\":\"GENERATED\"},{\"backgroundColor\":\"\",\"borderColor\":\"\",\"borderStyle\":\"SOLID\",\"borderWidth\":-1.0,\"displayLabel\":\"\",\"visible\":true,\"inputType\":\"TEXT_FIELD\",\"locations\":[{\"pageNumber\":2,\"top\":754.0,\"left\":92.36842346191406,\"width\":202.63157653808594,\"height\":20.0}],\"tooltip\":\"\",\"fontColor\":\"\",\"fontName\":\"Source Sans Pro\",\"fontSize\":10.0,\"alignment\":\"LEFT\",\"displayFormat\":\"\",\"displayFormatType\":\"DEFAULT\",\"masked\":false,\"maskingText\":\"*\",\"radioCheckType\":\"CIRCLE\",\"conditionalAction\":{\"anyOrAll\":\"ANY\",\"action\":\"SHOW\"},\"contentType\":\"SIGNER_EMAIL\",\"defaultValue\":\"signer1+signer1@somedomain.com\",\"readOnly\":true,\"valueExpression\":\"\",\"calculated\":false,\"required\":false,\"minLength\":-1,\"maxLength\":255,\"minValue\":-1.0,\"maxValue\":-1.0,\"validationErrMsg\":\"\",\"validation\":\"NONE\",\"name\":\"echosign_signatureblock_0_email\",\"origin\":\"GENERATED\"}]}"}],"_postman_id":"93dc36e5-f22c-40ad-87cc-f783457b9ccb"},{"name":"Add form Fields - and send","event":[{"listen":"test","script":{"exec":["","",""],"type":"text/javascript","id":"56f02680-5ecd-4861-8919-474c563a60a6"}},{"listen":"prerequest","script":{"exec":["","pm.environment.set(\"pgnum_doc1\", \"3\");","pm.environment.set(\"pgnum_doc2\", \"5\")","pm.environment.set(\"pgnum_doc3\", \"6\");","","pm.environment.set(\"enum_1\", \"1\");","pm.environment.set(\"enum_2\", \"2\");","pm.environment.set(\"enum_3\", \"3\");","pm.environment.set(\"enum_4\", \"4\");","pm.environment.set(\"enum_5\", \"5\");",""],"type":"text/javascript","id":"b39107d3-6abe-435d-856c-28e489170eb0"}}],"id":"9d7a83ae-bf9c-4eaa-bc77-c6adc6e8cf31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","value":"{{lastEtag}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fields\": [\n                {\n                \"visible\": true,\n                \"inputType\": \"SIGNATURE\",\n                \"locations\": [\n                    {\n                        \"pageNumber\": {{pgnum_doc1}},\n                        \"top\": 55.5,\n                        \"left\": 96,\n                        \"width\": 212.16000366210938,\n                        \"height\": 23\n                    }\n                ],\n                \"alignment\": \"LEFT\",\n                \"displayFormatType\": \"DEFAULT\",\n                \"conditionalAction\": {\n                    \"anyOrAll\": \"ANY\",\n                    \"action\": \"SHOW\"\n                },\n                \"contentType\": \"SIGNATURE\",\n                \"required\": true,\n                \"assignee\": \"{{partSet1_Id}}\",\n                \"name\": \"Sig_{{enum_1}}\"\n            },\n            {\n                \"visible\": true,\n                \"inputType\": \"TEXT_FIELD\",\n                \"locations\": [\n                    {\n                        \"pageNumber\": {{pgnum_doc1}},\n                        \"top\": 52.5,\n                        \"left\": 371.25,\n                        \"width\": 90,\n                        \"height\": 16\n                    }\n                ],\n                \"alignment\": \"LEFT\",\n                \"displayFormatType\": \"DATE\",\n                \"conditionalAction\": {\n                    \"anyOrAll\": \"ANY\",\n                    \"action\": \"SHOW\"\n                },\n                \"contentType\": \"SIGNATURE_DATE\",\n                \"readOnly\": true,\n                \"assignee\": \"{{partSet1_Id}}\",\n                \"name\": \"Dt_{{enum_1}}\"\n            },\n                {\n                \"visible\": true,\n                \"inputType\": \"SIGNATURE\",\n                \"locations\": [\n                    {\n                        \"pageNumber\": {{pgnum_doc2}},\n                        \"top\": 55.5,\n                        \"left\": 96,\n                        \"width\": 212.16000366210938,\n                        \"height\": 23\n                    }\n                ],\n                \"alignment\": \"LEFT\",\n                \"displayFormatType\": \"DEFAULT\",\n                \"conditionalAction\": {\n                    \"anyOrAll\": \"ANY\",\n                    \"action\": \"SHOW\"\n                },\n                \"contentType\": \"SIGNATURE\",\n                \"required\": true,\n                \"assignee\": \"{{partSet1_Id}}\",\n                \"name\": \"Sig_{{enum_2}}\"\n            },\n            {\n                \"visible\": true,\n                \"inputType\": \"TEXT_FIELD\",\n                \"locations\": [\n                    {\n                        \"pageNumber\": {{pgnum_doc2}},\n                        \"top\": 52.5,\n                        \"left\": 371.25,\n                        \"width\": 90,\n                        \"height\": 16\n                    }\n                ],\n                \"alignment\": \"LEFT\",\n                \"displayFormatType\": \"DATE\",\n                \"conditionalAction\": {\n                    \"anyOrAll\": \"ANY\",\n                    \"action\": \"SHOW\"\n                },\n                \"contentType\": \"SIGNATURE_DATE\",\n                \"readOnly\": true,\n                \"assignee\": \"{{partSet1_Id}}\",\n                \"name\": \"Dt_{{enum_2}}\"\n            },\n                {\n                \"visible\": true,\n                \"inputType\": \"SIGNATURE\",\n                \"locations\": [\n                    {\n                        \"pageNumber\": {{pgnum_doc3}},\n                        \"top\": 55.5,\n                        \"left\": 96,\n                        \"width\": 212.16000366210938,\n                        \"height\": 23\n                    }\n                ],\n                \"alignment\": \"LEFT\",\n                \"displayFormatType\": \"DEFAULT\",\n                \"conditionalAction\": {\n                    \"anyOrAll\": \"ANY\",\n                    \"action\": \"SHOW\"\n                },\n                \"contentType\": \"SIGNATURE\",\n                \"required\": true,\n                \"assignee\": \"{{partSet1_Id}}\",\n                \"name\": \"Sig_{{enum_3}}\"\n            },\n            {\n                \"visible\": true,\n                \"inputType\": \"TEXT_FIELD\",\n                \"locations\": [\n                    {\n                        \"pageNumber\": {{pgnum_doc3}},\n                        \"top\": 52.5,\n                        \"left\": 371.25,\n                        \"width\": 90,\n                        \"height\": 16\n                    }\n                ],\n                \"alignment\": \"LEFT\",\n                \"displayFormatType\": \"DATE\",\n                \"conditionalAction\": {\n                    \"anyOrAll\": \"ANY\",\n                    \"action\": \"SHOW\"\n                },\n                \"contentType\": \"SIGNATURE_DATE\",\n                \"readOnly\": true,\n                \"assignee\": \"{{partSet1_Id}}\",\n                \"name\": \"Dt_{{enum_3}}\"\n            }    \n    ]\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d7a83ae-bf9c-4eaa-bc77-c6adc6e8cf31"}],"id":"8e31e586-81b0-491e-b475-0bf892531dfb","_postman_id":"8e31e586-81b0-491e-b475-0bf892531dfb","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Create Draft using lb doc -> Merge Data -> Set to authoring - get AUTHORING URL -> Get Signed","item":[{"name":"refresh -> Access - New Token","event":[{"listen":"test","script":{"exec":["var refreshResponse = JSON.parse(responseBody);","","pm.environment.set(\"aToken\", refreshResponse.access_token );","","","pm.test(\"Got Access Token\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.access_token);","});"],"type":"text/javascript","id":"5dd3b992-db3d-4668-988d-998502304829"}}],"id":"d15b5fd9-b3db-41ac-9cb8-d0eb3227e560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_id","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_secret","value":"nA0Uz-skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"https://api.{{env_shard}}.adobesign.com/oauth/refresh","description":"<h4 id=\"gets-a-new-access-token-using-a-current-active-refresh-token\">Gets a new \"access\" token using a current active \"refresh\" token</h4>\n","urlObject":{"protocol":"https","path":["oauth","refresh"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"81483875-40bd-451e-b767-5eab1c5ae0a6","name":"refresh - Access","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_id","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_secret","value":"nA0Uz-skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"https://api.{{env_shard}}.adobesign.com/oauth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:36:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"access_token\":\"3AAABLblqZhC4Bc_UhFReOkpGOcGSXppVYSMBdg9-KjcmfwZFnsW_GJLjCj_xu2Y9AW46e9KHcbias6TR71mMaAJsZEzPdxOf\",\"token_type\":\"Bearer\",\"expires_in\":3600}"}],"_postman_id":"d15b5fd9-b3db-41ac-9cb8-d0eb3227e560"},{"name":"Create Draft - basic 1 signer","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","",""],"type":"text/javascript","id":"85db1c20-13da-44b5-ab7a-c155c41db244"}}],"id":"28e1612e-1af1-4076-bb49-3b001ebb33e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaWfields}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement Draft 1st 994\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n   \n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>Creates a DRAFT Agreement with one signer for use with \"merge data\" and to use when authoring or \"sendPage\" view is needed.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"7f4f173d-e7ab-41d4-8e7d-6f88f014f603","name":"Create Draft - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaWfields}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement Draft 1st 59\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A5aade7f2620dc2796e08e3ed2aaf85bd35a79dbe","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"7fc9d533-858a-4f8e-af38-7b1c648cb82f","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAA517iuD-WX6uARdBvWifWElfyTsXs-1We\"}"}],"_postman_id":"28e1612e-1af1-4076-bb49-3b001ebb33e4"},{"name":"Field Merge Info - get latest eTag","id":"9827119a-69fc-4b90-b44e-6d453f302507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields","mergeInfo"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"d686ba26-c040-4099-8250-8105a638cfdb","name":"Field Merge Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:52:14 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"d090bb51-f7ec-44aa-84ac-ee6f4f75a9e8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Length","value":"123"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=200"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"AGREEMENT_NOT_IN_DRAFT_STATE\",\n    \"message\": \"The specified action is not supported for agreements not in draft state\"\n}"},{"id":"f91ccda0-4c4d-4701-907d-634eb5b96aa1","name":"Field Merge Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:53:14 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"79797547-0296-4335-aa96-5d41b7397508"},{"key":"ETag","value":"99D7DF57C383463C0ED709C94C6BF72.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"2"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=198"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d79d095a-0e5c-464b-92de-f707524143a0","name":"Not in DRAFT","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"123","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"0fdf4649-5c02-41a1-9217-89e4e36735cd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"code\":\"AGREEMENT_NOT_IN_DRAFT_STATE\",\"message\":\"The specified action is not supported for agreements not in draft state\"}"}],"_postman_id":"9827119a-69fc-4b90-b44e-6d453f302507"},{"name":"Add Merge Data Info","event":[{"listen":"test","script":{"exec":["","",""],"type":"text/javascript","id":"d6da1594-a193-4442-8a0b-5fd814550fe1"}}],"id":"12364353-1b06-495d-b737-6572a831563e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","value":"{{lastEtag}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fieldMergeInfos\": [\n        {\n            \"defaultValue\": \"Sam's Garage\",\n            \"fieldName\": \"AccountName\"\n        },\n        {\n            \"defaultValue\": \"1775247664\",\n            \"fieldName\": \"AccountNumber\"\n        },\n        {\n            \"defaultValue\": \"123 & South's - // \\\\ { } Main\",\n            \"fieldName\": \"Street\"\n        },\n        {\n            \"defaultValue\": \"Sammyville\",\n            \"fieldName\": \"City\"\n        },\n        {\n            \"defaultValue\": \"CA\",\n            \"fieldName\": \"State\"\n        },\n        {\n            \"defaultValue\": \"54941\",\n            \"fieldName\": \"Zip\"\n        }\n    ]\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields","mergeInfo"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"12364353-1b06-495d-b737-6572a831563e"},{"name":"Draft  -> Authoring","id":"8678abb0-c91f-4d2c-996e-7df1f641ddea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}"}],"body":{"mode":"raw","raw":"{\n    \"state\": \"AUTHORING\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/state?Authorization=Bearer ","description":"<h4 id=\"changes-state-of-aagreement-from-draft-to-authoring\">Changes state of aagreement from DRAFT to AUTHORING</h4>\n<p>To run this call you will need to run the <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#45f808e7-5098-43b0-94a0-251b2941666c\">GET Agreement_Info</a> call first to get the latest \"eTag\" in the response header.  </p>\n<p>This value needs to populate the \"If-Match\" param in the header for this call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","state"],"host":["api","{{env_shard}}","adobesign","com"],"query":[{"key":"Authorization","value":"Bearer "}],"variable":[]}},"response":[],"_postman_id":"8678abb0-c91f-4d2c-996e-7df1f641ddea"},{"name":"Draft  -> Authoring Copy","id":"2ada72ba-d20c-4e02-9d2d-ecbbb6df85f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}"}],"body":{"mode":"raw","raw":"{\n    \"state\": \"IN-PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/state?Authorization=Bearer ","description":"<h4 id=\"changes-state-of-aagreement-from-draft-to-authoring\">Changes state of aagreement from DRAFT to AUTHORING</h4>\n<p>To run this call you will need to run the <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#45f808e7-5098-43b0-94a0-251b2941666c\">GET Agreement_Info</a> call first to get the latest \"eTag\" in the response header.  </p>\n<p>This value needs to populate the \"If-Match\" param in the header for this call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","state"],"host":["api","{{env_shard}}","adobesign","com"],"query":[{"key":"Authorization","value":"Bearer "}],"variable":[]}},"response":[],"_postman_id":"2ada72ba-d20c-4e02-9d2d-ecbbb6df85f1"},{"name":"Get Agreement View - AUTHORING Copy","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","",""],"type":"text/javascript","id":"f933cac7-9b45-47a3-931e-a85582d21094"}}],"id":"6bfb6e8c-8c90-40f1-8e1a-5f6182ebb83e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bfb6e8c-8c90-40f1-8e1a-5f6182ebb83e"},{"name":"Get Agreement View - AUTHORING","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","",""],"type":"text/javascript","id":"2dcaffd5-b992-411d-88a2-0505f396f8e5"}}],"id":"a7fd520c-a69e-4303-851d-199d218cde66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AUTHORING\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7fd520c-a69e-4303-851d-199d218cde66"},{"name":"Get Agreement View - ALL Views","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","",""],"type":"text/javascript","id":"06e82842-72d2-4f3c-833f-035337636595"}}],"id":"9959fd16-5014-4195-9543-bbca33a302c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AUTHORING\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9959fd16-5014-4195-9543-bbca33a302c7"},{"name":"Agreement_Info - Check for \"OUT_FOR_SIGNATURE\" status","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"48e9eecd-d772-4472-b902-d76e022b597b"}}],"id":"822f244a-3cdd-44c0-a30b-9de58024ae9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"80c5770d-72a1-4115-b111-cc5b18978611","name":"Agreement_Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"679","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0aec986ff0d324a79b88e3d70c2577dca1abd363","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d85ade82-db0f-4b1a-90dc-bfeca08e4840","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"name\":\"API Send Library Test Agreement Draft 1st 27\",\"fileInfos\":[{\"document\":{\"id\":\"3AAABLblqZhBdjELJm-_81ANcRKsnSwmqtl_2v4WZjWSnXt-dEEMltqkfczueJxCbOfTGWBNskeoLiAcMsEdgCXGaYMRVQz3RCf0RCwLixURw5qYKO5fs83RSW0epyEBOC7LzxxiwGaF-x0K6jYEX9iKWDkBjjajHpF9BVm-csx5xUWH7bL4zj2Lt1254SobUd0BvdBWWFaE4Ne3nb0uc5Cx7bh5DkMo11SGCYH2K_an8zSqZXRH5CS7ixTZHaaySP6OKZrFIQYs*\",\"name\":\"MSA\",\"mimeType\":\"application/pdf\"}}],\"participantSetsInfo\":[{\"memberInfos\":[{\"email\":\"signer1+signer1@somedomain.com\"}],\"role\":\"SIGNER\",\"order\":1}],\"senderEmail\":\"sender@somedomain.com\",\"createdDate\":\"2018-07-09T20:40:22Z\",\"signatureType\":\"ESIGN\",\"externalId\":{\"id\":\"NA2Account_1531168821\"},\"status\":\"DRAFT\"}"}],"_postman_id":"822f244a-3cdd-44c0-a30b-9de58024ae9b"},{"name":"signingUrl/s","id":"e30fd8e3-88c5-451a-9f02-2d4b3011318e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls","description":"<h4 id=\"gets-current-urls-for-signing-experience\">Gets current URL/s for signing experience</h4>\n<p>Use this call to get the signing URL for the \"current\" participant/s on a specific agreement.  </p>\n<p>If agreement was sent in \"parallel\" it will return all URLs with the email for each participant.  </p>\n<p>If agreement was sent \"hybrid\" or normal \"sequential\" this will return the URL/s for the current \"participantSet\" which may contain one or more \"members\".</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","signingUrls"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"da21134a-2e84-4bdc-a0b6-048f862be3a4","name":"signingUrl/s","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"289","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"f70fb356-c086-4143-a99b-f716bb820662","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"signingUrlSetInfos\":[{\"signingUrls\":[{\"email\":\"signer1+signer1@somedomain.com\",\"esignUrl\":\"https://secure.na2.adobesign.com/public/apiesign?pid=CBFCIBAA3AAABLblqZhBVOPuJcjpGM6-xs6c8Mi3gIRBzuv7VuZKwAB9tI7meCxHNOSdI_pajAT6olCLHR9s*&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2\"}]}]}"}],"_postman_id":"e30fd8e3-88c5-451a-9f02-2d4b3011318e"},{"name":"Agreement_Info - Check for \"SIGNED\" status","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"87aa039f-9470-4646-b60e-02b335690103"}}],"id":"7d6c057f-f323-4727-a0a1-9c18f69bd1f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"04310a95-cec5-4048-a5ba-5516845acee0","name":"Agreement_Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"679","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0aec986ff0d324a79b88e3d70c2577dca1abd363","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d85ade82-db0f-4b1a-90dc-bfeca08e4840","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"name\":\"API Send Library Test Agreement Draft 1st 27\",\"fileInfos\":[{\"document\":{\"id\":\"3AAABLblqZhBdjELJm-_81ANcRKsnSwmqtl_2v4WZjWSnXt-dEEMltqkfczueJxCbOfTGWBNskeoLiAcMsEdgCXGaYMRVQz3RCf0RCwLixURw5qYKO5fs83RSW0epyEBOC7LzxxiwGaF-x0K6jYEX9iKWDkBjjajHpF9BVm-csx5xUWH7bL4zj2Lt1254SobUd0BvdBWWFaE4Ne3nb0uc5Cx7bh5DkMo11SGCYH2K_an8zSqZXRH5CS7ixTZHaaySP6OKZrFIQYs*\",\"name\":\"MSA\",\"mimeType\":\"application/pdf\"}}],\"participantSetsInfo\":[{\"memberInfos\":[{\"email\":\"signer1+signer1@somedomain.com\"}],\"role\":\"SIGNER\",\"order\":1}],\"senderEmail\":\"sender@somedomain.com\",\"createdDate\":\"2018-07-09T20:40:22Z\",\"signatureType\":\"ESIGN\",\"externalId\":{\"id\":\"NA2Account_1531168821\"},\"status\":\"DRAFT\"}"}],"_postman_id":"7d6c057f-f323-4727-a0a1-9c18f69bd1f8"},{"name":"Get Combined + Audit of SIGNED","id":"46fbe44f-67e6-489f-b2c4-99085a0fea2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/combinedDocument?attachAuditReport=true","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","combinedDocument"],"host":["api","{{env_shard}}","adobesign","com"],"query":[{"key":"attachAuditReport","value":"true"}],"variable":[]}},"response":[],"_postman_id":"46fbe44f-67e6-489f-b2c4-99085a0fea2a"}],"id":"56318db1-342a-4dd6-970f-a814270cb94d","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"300f92d4-a119-40e6-b386-6328109deac6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"78dc529c-3d80-4f91-9621-01451ef5683c"}}],"_postman_id":"56318db1-342a-4dd6-970f-a814270cb94d","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Embedded Compose page + Manage + email driven signature","item":[{"name":"refresh -> Access - New Token","event":[{"listen":"test","script":{"exec":["var refreshResponse = JSON.parse(responseBody);","","pm.environment.set(\"aToken\", refreshResponse.access_token );","","","pm.test(\"Got Access Token\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.access_token);","});"],"type":"text/javascript","id":"b07fa220-b2c5-43e9-8e51-f273a1737b96"}}],"id":"5d4fef7e-032a-4868-9c43-19ad6a43da76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_id","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_secret","value":"nA0Uz-skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"https://api.{{env_shard}}.adobesign.com/oauth/refresh","description":"<h4 id=\"gets-a-new-access-token-using-a-current-active-refresh-token\">Gets a new \"access\" token using a current active \"refresh\" token</h4>\n","urlObject":{"protocol":"https","path":["oauth","refresh"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"606b181e-24d8-4dca-881b-7ebdff2a5adf","name":"refresh - Access","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_id","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_secret","value":"nA0Uz-skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"https://api.{{env_shard}}.adobesign.com/oauth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:36:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"access_token\":\"3AAABLblqZhC4Bc_UhFReOkpGOcGSXppVYSMBdg9-KjcmfwZFnsW_GJLjCj_xu2Y9AW46e9KHcbias6TR71mMaAJsZEzPdxOf\",\"token_type\":\"Bearer\",\"expires_in\":3600}"}],"_postman_id":"5d4fef7e-032a-4868-9c43-19ad6a43da76"},{"name":"UploadTransient - returns transient ID","event":[{"listen":"test","script":{"exec":["","var transResponse = pm.response.json();","","pm.globals.set(\"lastTrans\", transResponse.transientDocumentId);","","pm.test(\"Got Transient ID\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.transientDocumentId);","});","",""],"type":"text/javascript","id":"eba834c6-e367-45c2-96df-4d847cb3744f"}}],"id":"3f662215-af1a-4f61-b626-55aa5d5543ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"formdata","formdata":[{"key":"File-Name","value":"test.pdf","type":"text"},{"key":"Mime-Type","value":".pdf","type":"text","disabled":true},{"key":"File","type":"file","value":null}]},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/transientDocuments","description":"<h4 id=\"uploads-a-transient-file-that-can-then-be-used-to-create-an-agreement\">Uploads a \"transient\" file that can then be used to create an \"agreement\"</h4>\n<p>Creates transient as a multi-part binary upload.</p>\n<p>Returns ~300 char long \"transient ID\" for use in creating agreement using this file (like a \"temp\" file)</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","transientDocuments"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f662215-af1a-4f61-b626-55aa5d5543ca"},{"name":"Create DRAFT w Transient - no soigners for Compose page","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.json()).to.include(\"id\");","});","","","pm.environment.set(\"na2LastSentAgId\", pm.response.json().id);","","",""],"type":"text/javascript","id":"421decfc-b3f7-4bfc-b0a1-82fe92b46cef"}}],"id":"f0170c4e-23a0-4a69-ab99-67d2804a1f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"transientDocumentId\": \"{{lastTrans}}\"\n    }\n  ],\n  \"name\": \"API Send Transient Test Agreement 217\",\n  \"participantSetsInfo\": [],\n   \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"NONE\"\n    },\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<h4 id=\"new-draft-agreement-using-a-transient-document\">New DRAFT agreement using a \"transient\" document</h4>\n<p>Creates an agreement for signing using a \"transient\" file uploaded in previous call.  </p>\n<p>This is the call used for process where the document to become the agreement is from the integrated platform or other \"local\" file rather than using a \"library template\" from the Adobe Sign document library.</p>\n<p>The initial state of the agreement will be \"CREATED\" but will change quickly to \"DRAFT\" and it's not until this state that you can move on to get a \"view\" or use the possible call to \"merge data\"</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0170c4e-23a0-4a69-ab99-67d2804a1f1b"},{"name":"Agreement_Info","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"9ad857f2-e0e0-4473-8df2-13d0a2147a50"}}],"id":"37ed2a03-5df6-46c5-8b11-7249f4722388","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-or-post-related-calls-like-changing-state-from-draft-to-authoring-or-in_process-or-getting-views\">This call is also needed to get the latest \"eTag\" header for use later in PUT or POST related calls like changing state from DRAFT to AUTHORING or IN_PROCESS or getting \"views\"</h5>\n<p>This \"eTag\" parameter and value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"aa2cd9b8-2066-42e6-8323-c0ff2a394638","name":"Agreement_Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"679","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0aec986ff0d324a79b88e3d70c2577dca1abd363","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d85ade82-db0f-4b1a-90dc-bfeca08e4840","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"name\":\"API Send Library Test Agreement Draft 1st 27\",\"fileInfos\":[{\"document\":{\"id\":\"3AAABLblqZhBdjELJm-_81ANcRKsnSwmqtl_2v4WZjWSnXt-dEEMltqkfczueJxCbOfTGWBNskeoLiAcMsEdgCXGaYMRVQz3RCf0RCwLixURw5qYKO5fs83RSW0epyEBOC7LzxxiwGaF-x0K6jYEX9iKWDkBjjajHpF9BVm-csx5xUWH7bL4zj2Lt1254SobUd0BvdBWWFaE4Ne3nb0uc5Cx7bh5DkMo11SGCYH2K_an8zSqZXRH5CS7ixTZHaaySP6OKZrFIQYs*\",\"name\":\"MSA\",\"mimeType\":\"application/pdf\"}}],\"participantSetsInfo\":[{\"memberInfos\":[{\"email\":\"signer1+signer1@somedomain.com\"}],\"role\":\"SIGNER\",\"order\":1}],\"senderEmail\":\"sender@somedomain.com\",\"createdDate\":\"2018-07-09T20:40:22Z\",\"signatureType\":\"ESIGN\",\"externalId\":{\"id\":\"NA2Account_1531168821\"},\"status\":\"DRAFT\"}"}],"_postman_id":"37ed2a03-5df6-46c5-8b11-7249f4722388"},{"name":"Get Agreement Views - COMPOSE - No upload on page","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"dfae7df7-2d41-4eaf-a18e-2cd821bcd4f0"}}],"id":"fa8b5743-735d-4971-8da7-4ada60a76faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"COMPOSE\",\n  \"composeViewConfiguration\": {\n    \"fileUploadOptions\": {\n      \"libraryDocument\": false,\n      \"localFile\": false,\n      \"webConnectors\": false\n    }\n  },\n    \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": true\n  }\n}\n"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"61c2bb49-649b-4ce5-bfdf-e737c5c3afb6","name":"Get Agreement Views - ALL","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": false\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:29:18 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"0be453d7-c290-48c2-9457-78bd2cb7cf5d"},{"key":"ETag","value":"2C1E49436D2F24FC80F6DCA97AC876.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"1589"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=198"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"agreementViewList\": [\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAANTnfL3kxNlahqs1TFC_SmfNpA8jjTep9&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAANTnfL3kxNlahqs1TFC_SmfNpA8jjTep9\",\n            \"name\": \"MODIFY\",\n            \"isCurrent\": false\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAX8MugJDoRhYzs2vy9ZqDiE1RDVnqaCM0&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAX8MugJDoRhYzs2vy9ZqDiE1RDVnqaCM0\",\n            \"name\": \"POST_CREATE\",\n            \"isCurrent\": true\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAcp5zpGR9p5rhoezkuDmnOoanhQpXHpKq&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAcp5zpGR9p5rhoezkuDmnOoanhQpXHpKq\",\n            \"name\": \"DOCUMENT\",\n            \"isCurrent\": false\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAw5J-0U38Skdz2JvaUYdBVs2ADqmSf8Xx&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAw5J-0U38Skdz2JvaUYdBVs2ADqmSf8Xx\",\n            \"name\": \"MANAGE\",\n            \"isCurrent\": false\n        }\n    ]\n}"}],"_postman_id":"fa8b5743-735d-4971-8da7-4ada60a76faf"},{"name":"Get Agreement Views - COMPOSE","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"e1e16ca2-dfdc-4965-9c8b-7622802aaeec"}}],"id":"edc96082-31e9-435b-908d-26f17d04b9e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"COMPOSE\",\n  \n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": true\n  }\n}\n"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"36ed6021-b0de-4c57-9259-4365f6557220","name":"Get Agreement Views - ALL","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": false\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:29:18 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"0be453d7-c290-48c2-9457-78bd2cb7cf5d"},{"key":"ETag","value":"2C1E49436D2F24FC80F6DCA97AC876.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"1589"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=198"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"agreementViewList\": [\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAANTnfL3kxNlahqs1TFC_SmfNpA8jjTep9&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAANTnfL3kxNlahqs1TFC_SmfNpA8jjTep9\",\n            \"name\": \"MODIFY\",\n            \"isCurrent\": false\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAX8MugJDoRhYzs2vy9ZqDiE1RDVnqaCM0&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAX8MugJDoRhYzs2vy9ZqDiE1RDVnqaCM0\",\n            \"name\": \"POST_CREATE\",\n            \"isCurrent\": true\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAcp5zpGR9p5rhoezkuDmnOoanhQpXHpKq&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAcp5zpGR9p5rhoezkuDmnOoanhQpXHpKq\",\n            \"name\": \"DOCUMENT\",\n            \"isCurrent\": false\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAw5J-0U38Skdz2JvaUYdBVs2ADqmSf8Xx&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAw5J-0U38Skdz2JvaUYdBVs2ADqmSf8Xx\",\n            \"name\": \"MANAGE\",\n            \"isCurrent\": false\n        }\n    ]\n}"}],"_postman_id":"edc96082-31e9-435b-908d-26f17d04b9e3"},{"name":"Get Agreement Views -AUTHORING","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"563124e8-e65f-49d2-bc33-ab9c4613780b"}}],"id":"601e708c-9c83-43dd-ae35-8f6a05c16284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"COMPOSE\",\n  \n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": true\n  }\n}\n"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"852ec39a-80ef-4395-b226-a2c16332a647","name":"Get Agreement Views - ALL","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": false\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:29:18 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"0be453d7-c290-48c2-9457-78bd2cb7cf5d"},{"key":"ETag","value":"2C1E49436D2F24FC80F6DCA97AC876.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"1589"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=198"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"agreementViewList\": [\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAANTnfL3kxNlahqs1TFC_SmfNpA8jjTep9&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAANTnfL3kxNlahqs1TFC_SmfNpA8jjTep9\",\n            \"name\": \"MODIFY\",\n            \"isCurrent\": false\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAX8MugJDoRhYzs2vy9ZqDiE1RDVnqaCM0&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAX8MugJDoRhYzs2vy9ZqDiE1RDVnqaCM0\",\n            \"name\": \"POST_CREATE\",\n            \"isCurrent\": true\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAcp5zpGR9p5rhoezkuDmnOoanhQpXHpKq&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAcp5zpGR9p5rhoezkuDmnOoanhQpXHpKq\",\n            \"name\": \"DOCUMENT\",\n            \"isCurrent\": false\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAw5J-0U38Skdz2JvaUYdBVs2ADqmSf8Xx&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAw5J-0U38Skdz2JvaUYdBVs2ADqmSf8Xx\",\n            \"name\": \"MANAGE\",\n            \"isCurrent\": false\n        }\n    ]\n}"}],"_postman_id":"601e708c-9c83-43dd-ae35-8f6a05c16284"},{"name":"Get Agreement Views - Manage","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"1e25f899-9672-4ca7-ae6b-1293459a2efa"}}],"id":"a3d086e6-b55b-4760-8dbc-0b27bffd81fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"MANAGE\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": true\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","views"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"0ca560d5-9ad7-45ee-9462-a815327b3142","name":"Get Agreement Views - ALL","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"ALL\",\n  \"commonViewConfiguration\": {\n    \"autoLoginUser\": true,\n    \"locale\": \"\",\n    \"noChrome\": false\n  }\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Jan 2019 00:29:18 GMT"},{"key":"Server","value":"Apache"},{"key":"x-request-id","value":"0be453d7-c290-48c2-9457-78bd2cb7cf5d"},{"key":"ETag","value":"2C1E49436D2F24FC80F6DCA97AC876.4A54BEA3B2C9984B8CC06A6D5711FA2"},{"key":"Content-Length","value":"1589"},{"key":"Strict-Transport-Security","value":"max-age=31536000;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Robots-Tag","value":"none"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Keep-Alive","value":"timeout=15, max=198"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"agreementViewList\": [\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAANTnfL3kxNlahqs1TFC_SmfNpA8jjTep9&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAANTnfL3kxNlahqs1TFC_SmfNpA8jjTep9\",\n            \"name\": \"MODIFY\",\n            \"isCurrent\": false\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAX8MugJDoRhYzs2vy9ZqDiE1RDVnqaCM0&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAX8MugJDoRhYzs2vy9ZqDiE1RDVnqaCM0\",\n            \"name\": \"POST_CREATE\",\n            \"isCurrent\": true\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAcp5zpGR9p5rhoezkuDmnOoanhQpXHpKq&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAcp5zpGR9p5rhoezkuDmnOoanhQpXHpKq\",\n            \"name\": \"DOCUMENT\",\n            \"isCurrent\": false\n        },\n        {\n            \"embeddedCode\": \"<script type='text/javascript' language='JavaScript' src='https://smuszna2.na2.adobesign.com/embed/public/apiLogin?it=CBNCKBAAHBCAABAAw5J-0U38Skdz2JvaUYdBVs2ADqmSf8Xx&noChrome=true'></script>\",\n            \"expiration\": \"2019-01-28T01:29:18Z\",\n            \"url\": \"https://smuszna2.na2.adobesign.com/public/apiLogin?it=CBNCKBAAHBCAABAAw5J-0U38Skdz2JvaUYdBVs2ADqmSf8Xx\",\n            \"name\": \"MANAGE\",\n            \"isCurrent\": false\n        }\n    ]\n}"}],"_postman_id":"a3d086e6-b55b-4760-8dbc-0b27bffd81fb"},{"name":"Agreement_Info - Check for \"OUT_FOR_SIGNATURE\" status","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"08b37608-5009-4199-93d5-c40207332f80"}}],"id":"ebca072e-be43-4213-946b-88151a57c61d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"096a8c6b-8ea7-42c2-80ee-2f06cc2d216a","name":"Agreement_Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"679","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0aec986ff0d324a79b88e3d70c2577dca1abd363","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d85ade82-db0f-4b1a-90dc-bfeca08e4840","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"name\":\"API Send Library Test Agreement Draft 1st 27\",\"fileInfos\":[{\"document\":{\"id\":\"3AAABLblqZhBdjELJm-_81ANcRKsnSwmqtl_2v4WZjWSnXt-dEEMltqkfczueJxCbOfTGWBNskeoLiAcMsEdgCXGaYMRVQz3RCf0RCwLixURw5qYKO5fs83RSW0epyEBOC7LzxxiwGaF-x0K6jYEX9iKWDkBjjajHpF9BVm-csx5xUWH7bL4zj2Lt1254SobUd0BvdBWWFaE4Ne3nb0uc5Cx7bh5DkMo11SGCYH2K_an8zSqZXRH5CS7ixTZHaaySP6OKZrFIQYs*\",\"name\":\"MSA\",\"mimeType\":\"application/pdf\"}}],\"participantSetsInfo\":[{\"memberInfos\":[{\"email\":\"signer1+signer1@somedomain.com\"}],\"role\":\"SIGNER\",\"order\":1}],\"senderEmail\":\"sender@somedomain.com\",\"createdDate\":\"2018-07-09T20:40:22Z\",\"signatureType\":\"ESIGN\",\"externalId\":{\"id\":\"NA2Account_1531168821\"},\"status\":\"DRAFT\"}"}],"_postman_id":"ebca072e-be43-4213-946b-88151a57c61d"},{"name":"signingUrl/s","id":"2a5deea8-26b3-418b-b2d2-d54c8e75ec52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls","description":"<h4 id=\"gets-current-urls-for-signing-experience\">Gets current URL/s for signing experience</h4>\n<p>Use this call to get the signing URL for the \"current\" participant/s on a specific agreement.  </p>\n<p>If agreement was sent in \"parallel\" it will return all URLs with the email for each participant.  </p>\n<p>If agreement was sent \"hybrid\" or normal \"sequential\" this will return the URL/s for the current \"participantSet\" which may contain one or more \"members\".</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","signingUrls"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"c730a75c-3c5d-4462-9633-e42336930bde","name":"signingUrl/s","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"289","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"f70fb356-c086-4143-a99b-f716bb820662","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"signingUrlSetInfos\":[{\"signingUrls\":[{\"email\":\"signer1+signer1@somedomain.com\",\"esignUrl\":\"https://secure.na2.adobesign.com/public/apiesign?pid=CBFCIBAA3AAABLblqZhBVOPuJcjpGM6-xs6c8Mi3gIRBzuv7VuZKwAB9tI7meCxHNOSdI_pajAT6olCLHR9s*&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2\"}]}]}"}],"_postman_id":"2a5deea8-26b3-418b-b2d2-d54c8e75ec52"},{"name":"Agreement_Info - Check for \"SIGNED\" status","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"156511c4-58fb-458d-8450-8666ef8c9ed4"}}],"id":"215d1998-6065-4e62-8fed-e2afa7a0602b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"df8bba65-989f-4379-80c7-873909c0b1fe","name":"Agreement_Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"679","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0aec986ff0d324a79b88e3d70c2577dca1abd363","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d85ade82-db0f-4b1a-90dc-bfeca08e4840","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"API Send Library Test Agreement Draft 1st 27\",\n    \"fileInfos\": [\n        {\n            \"document\": {\n                \"id\": \"3AAABLblqZhBdjELJm-_81ANcRKsnSwmqtl_2v4WZjWSnXt-dEEMltqkfczueJxCbOfTGWBNskeoLiAcMsEdgCXGaYMRVQz3RCf0RCwLixURw5qYKO5fs83RSW0epyEBOC7LzxxiwGaF-x0K6jYEX9iKWDkBjjajHpF9BVm-csx5xUWH7bL4zj2Lt1254SobUd0BvdBWWFaE4Ne3nb0uc5Cx7bh5DkMo11SGCYH2K_an8zSqZXRH5CS7ixTZHaaySP6OKZrFIQYs*\",\n                \"name\": \"MSA\",\n                \"mimeType\": \"application/pdf\"\n            }\n        }\n    ],\n    \"participantSetsInfo\": [\n        {\n            \"memberInfos\": [\n                {\n                    \"email\": \"signer@somedomain.com\"\n                }\n            ],\n            \"role\": \"SIGNER\",\n            \"order\": 1\n        }\n    ],\n    \"senderEmail\": \"signer1+na2main@gmail.com\",\n    \"createdDate\": \"2018-07-09T20:40:22Z\",\n    \"signatureType\": \"ESIGN\",\n    \"externalId\": {\n        \"id\": \"NA2Account_1531168821\"\n    },\n    \"status\": \"DRAFT\"\n}"}],"_postman_id":"215d1998-6065-4e62-8fed-e2afa7a0602b"},{"name":"Get Combined + Audit of SIGNED","id":"85aa7749-a4c0-468f-9638-c049f0d612dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/combinedDocument?attachAuditReport=true","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","combinedDocument"],"host":["api","{{env_shard}}","adobesign","com"],"query":[{"key":"attachAuditReport","value":"true"}],"variable":[]}},"response":[],"_postman_id":"85aa7749-a4c0-468f-9638-c049f0d612dd"}],"id":"bbf4cee4-9c45-4770-bc58-fc089f693765","description":"<p>This folder contains the calls needed for the following workflow:</p>\n<ol>\n<li>Get new oAuth Token</li>\n<li>Upload a \"transient file\" and get back transient ID</li>\n<li>Create DRAFT agreement with no recipients</li>\n<li>GET \"COMPOSE\" view (send page) to embed in integrated platform</li>\n<li></li>\n</ol>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"fcd4b64c-33c7-49a9-927f-9f3c38c2105c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4354f3b3-635a-4271-b6cd-9d754d9920cc"}}],"_postman_id":"bbf4cee4-9c45-4770-bc58-fc089f693765","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Create Draft with Lib Template - Merge Field data - Get Signing URLs","item":[{"name":"Create Draft - US + CA Forms","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","",""],"type":"text/javascript","id":"cf736605-5353-4bff-a735-e0bf1dd93599"}}],"id":"952c4ab7-e0b0-400a-8b2c-f31d56ed5f35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"CBJCHBCAABAAs4C8QFptmrHQi72HXkHO899KC9NhPegn\"\n    },\n     {\n      \"libraryDocumentId\": \"CBJCHBCAABAAhte2NWGKHobGMP28JdvMyBHHuP2ZBCwc\"\n    }\n  ],\n  \"name\": \"Customs Forms Agreement 212\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n    \"emailOption\": {\n    \"sendOptions\": {\n      \"completionEmails\": \"NONE\",\n      \"inFlightEmails\": \"NONE\",\n      \"initEmails\": \"NONE\"\n    }\n  },\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>Creates a DRAFT Agreement with one signer for use with \"merge data\" and to use when authoring or \"sendPage\" view is needed.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"025b788a-7d33-478d-a6d2-a6e0692fd9fd","name":"Create Draft - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaWfields}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement Draft 1st 771\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"DRAFT\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A5aade7f2620dc2796e08e3ed2aaf85bd35a79dbe","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"7fc9d533-858a-4f8e-af38-7b1c648cb82f","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAA517iuD-WX6uARdBvWifWElfyTsXs-1We\"}"}],"_postman_id":"952c4ab7-e0b0-400a-8b2c-f31d56ed5f35"},{"name":"MergeField - Get latest eTag","id":"690352d8-46bf-4ea3-aed3-34b5c69d1faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields","mergeInfo"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"a55d10f4-54f4-4d92-8d8d-5232e02e2a47","name":"Not in DRAFT","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"123","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"0fdf4649-5c02-41a1-9217-89e4e36735cd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"code\":\"AGREEMENT_NOT_IN_DRAFT_STATE\",\"message\":\"The specified action is not supported for agreements not in draft state\"}"}],"_postman_id":"690352d8-46bf-4ea3-aed3-34b5c69d1faf"},{"name":"Add Merge Data","event":[{"listen":"test","script":{"exec":["","",""],"type":"text/javascript","id":"9739689e-c810-40a6-97de-8afe0e53b393"}}],"id":"6e404ac8-8005-4611-ae2a-8095e0160cf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","value":"{{lastEtag}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fieldMergeInfos\": [\n        {\n            \"defaultValue\": \"Sam's Garage\",\n            \"fieldName\": \"AccountName\"\n        },\n        {\n            \"defaultValue\": \"1775247664\",\n            \"fieldName\": \"AccountNumber\"\n        },\n        {\n            \"defaultValue\": \"123 South Main\",\n            \"fieldName\": \"Street\"\n        },\n        {\n            \"defaultValue\": \"Sammyville\",\n            \"fieldName\": \"City\"\n        },\n        {\n            \"defaultValue\": \"CA\",\n            \"fieldName\": \"State\"\n        },\n        {\n            \"defaultValue\": \"54941\",\n            \"fieldName\": \"Zip\"\n        }\n    ]\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/formFields/mergeInfo","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","formFields","mergeInfo"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e404ac8-8005-4611-ae2a-8095e0160cf1"},{"name":"Agreement_Info","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"));"],"type":"text/javascript","id":"aed8a1c9-033f-4d7d-8060-859e12da1a8b"}}],"id":"59861614-3933-4a35-9fe2-6f79328c8f37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}","description":"<h4 id=\"gets-info-about-agreement\">Gets info about agreement</h4>\n<p>including:</p>\n<ul>\n<li>name</li>\n<li>participantSetsInfo</li>\n<li>senderEmail</li>\n<li>createdDate</li>\n<li>signatureType</li>\n<li>expirationTime</li>\n<li>externalId - if any</li>\n<li>locale</li>\n<li>status</li>\n<li>documentVisibilityEnabled</li>\n</ul>\n<h5 id=\"this-call-is-also-needed-to-get-the-latest-etag-header-for-use-later-in-put-calls-when-adding-mergedata-to-prefill-fields-and-other-put-related-calls-like-changing-state-from-draft-to-authoring-or-in_process\">This call is also needed to get the latest \"eTag\" header for use later in PUT calls when adding \"mergeData\" to prefill fields and other PUT related calls like changing state from DRAFT to AUTHORING or IN_PROCESS</h5>\n<p>This \"eTag\" value can be found in the response header returned from thi call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"8d679060-775a-4086-9bde-be4eaf517844","name":"Agreement_Info","originalRequest":{"method":"GET","header":[],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"679","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0aec986ff0d324a79b88e3d70c2577dca1abd363","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"d85ade82-db0f-4b1a-90dc-bfeca08e4840","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"name\":\"API Send Library Test Agreement Draft 1st 27\",\"fileInfos\":[{\"document\":{\"id\":\"3AAABLblqZhBdjELJm-_81ANcRKsnSwmqtl_2v4WZjWSnXt-dEEMltqkfczueJxCbOfTGWBNskeoLiAcMsEdgCXGaYMRVQz3RCf0RCwLixURw5qYKO5fs83RSW0epyEBOC7LzxxiwGaF-x0K6jYEX9iKWDkBjjajHpF9BVm-csx5xUWH7bL4zj2Lt1254SobUd0BvdBWWFaE4Ne3nb0uc5Cx7bh5DkMo11SGCYH2K_an8zSqZXRH5CS7ixTZHaaySP6OKZrFIQYs*\",\"name\":\"MSA\",\"mimeType\":\"application/pdf\"}}],\"participantSetsInfo\":[{\"memberInfos\":[{\"email\":\"signer1+signer1@somedomain.com\"}],\"role\":\"SIGNER\",\"order\":1}],\"senderEmail\":\"sender@somedomain.com\",\"createdDate\":\"2018-07-09T20:40:22Z\",\"signatureType\":\"ESIGN\",\"externalId\":{\"id\":\"NA2Account_1531168821\"},\"status\":\"DRAFT\"}"}],"_postman_id":"59861614-3933-4a35-9fe2-6f79328c8f37"},{"name":"Draft or Authoring -> Initiate Agreement - with email","id":"fc5cf357-e1e7-47b7-9625-326a796f1f27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"{{lastEtag}}"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/state","description":"<h4 id=\"changes-the-state-of-agreement-from-draft-or-authoring-to-in_process\">Changes the \"state\" of agreement from DRAFT or AUTHORING to IN_PROCESS</h4>\n<p>To run this call you will need to run the <a href=\"https://documenter.getpostman.com/view/14752/RWEnmFPv#45f808e7-5098-43b0-94a0-251b2941666c\">GET Agreement_Info</a> call first to get the latest \"eTag\" in the response header.  </p>\n<p>This value needs to populate the \"If-Match\" param in the header forthis call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","state"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc5cf357-e1e7-47b7-9625-326a796f1f27"},{"name":"signingUrl/s","id":"2be7e035-c430-4dc0-ae90-ceecf8b303cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls","description":"<h4 id=\"gets-current-urls-for-signing-experience\">Gets current URL/s for signing experience</h4>\n<p>Use this call to get the signing URL for the \"current\" participant/s on a specific agreement.  </p>\n<p>If agreement was sent in \"parallel\" it will return all URLs with the email for each participant.  </p>\n<p>If agreement was sent \"hybrid\" or normal \"sequential\" this will return the URL/s for the current \"participantSet\" which may contain one or more \"members\".</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","signingUrls"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"398e8c6f-9250-4b5f-8bbc-19ec6113c166","name":"signingUrl/s","originalRequest":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/signingUrls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"289","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 10 Jul 2018 03:04:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"Df0ddd311a6d8c11a5b96e3fd50ae50d82ec07ffa","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"f70fb356-c086-4143-a99b-f716bb820662","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"signingUrlSetInfos\":[{\"signingUrls\":[{\"email\":\"signer1+signer1@somedomain.com\",\"esignUrl\":\"https://secure.na2.adobesign.com/public/apiesign?pid=CBFCIBAA3AAABLblqZhBVOPuJcjpGM6-xs6c8Mi3gIRBzuv7VuZKwAB9tI7meCxHNOSdI_pajAT6olCLHR9s*&client_id=CBJCHBCAABAAVXc8JTuAG8ORPeRm3wX8YfEKsYjyw4p2\"}]}]}"}],"_postman_id":"2be7e035-c430-4dc0-ae90-ceecf8b303cf"}],"id":"dd34e122-fd4c-4eb4-817d-bba739158b70","_postman_id":"dd34e122-fd4c-4eb4-817d-bba739158b70","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Change stuff \"in flight\"","item":[{"name":"Switch Member Auth Method","item":[{"name":"Create and Send - basic 1 signer - Lib Doc","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"d43e2ec1-2cb1-4f73-a660-94ccf088c888"}}],"id":"b4344765-4cb1-4006-ac9b-8d71a152cebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{MSA_noLineSend}}\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 348\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"8c2a2630-ae68-4b47-9be2-47ab88a411fa","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 184\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"b4344765-4cb1-4006-ac9b-8d71a152cebf"},{"name":"participant sets and Members","event":[{"listen":"test","script":{"exec":["","pm.environment.set(\"partSet1_Id\", pm.response.json()[\"participantSets\"][0].id);","pm.environment.set(\"participantMemberID\", pm.response.json()[\"participantSets\"][0][\"memberInfos\"][0].id);","","",""],"type":"text/javascript","id":"8153846a-3733-4b08-bf64-1d476722ebd0"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6f036fbb-e2e3-4206-8827-20df41afc576"}}],"id":"2d0335a0-ce73-4434-9423-4abcd6b50d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members","description":"<p>In this call I'm getting the ID for the 1st participant and the 1st member of that participant since I need those to query what auth method is used for them and to make the PUT call to change it.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d0335a0-ce73-4434-9423-4abcd6b50d8d"},{"name":"GET Signer Auth Method","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"47346441-633e-4ab9-b826-734614d54ae6"}}],"id":"044282df-e421-4cec-8e96-da5e3f1a61cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"raw","raw":""},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members/participantSets/{{partSet1_Id}}/participants/{{participantMemberID}}/securityOptions","description":"<p>Here I'm getting the auth method for a specific signer so I know what it is (if any) before changing it AND I'm getting the current \"eTag\" from this \"endpoint\" which I need to have before calling the PUT to change that auth method.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members","participantSets","{{partSet1_Id}}","participants","{{participantMemberID}}","securityOptions"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"044282df-e421-4cec-8e96-da5e3f1a61cd"},{"name":"Switch Signer Auth Method Copy","id":"d7c6115c-07a4-4d62-a8da-acc83b19364a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","value":"{{lastEtag}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"authenticationMethod\": \"KBA\"\n\n }\n"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members/participantSets/{{partSet1_Id}}/participants/{{participantMemberID}}/securityOptions","description":"<p>This is the actual PUT that changes the auth method for a specific participantSet-member.</p>\n<p>In this case I'm changing to \"KBA\" but I can use any of the methods available on my account by passing in the necessary JSON in the body of this call.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members","participantSets","{{partSet1_Id}}","participants","{{participantMemberID}}","securityOptions"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7c6115c-07a4-4d62-a8da-acc83b19364a"}],"id":"d5e3f6c5-bd72-4879-880a-0bcfa775070d","_postman_id":"d5e3f6c5-bd72-4879-880a-0bcfa775070d","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Replace Signer/participant","item":[{"name":"Create and Send - basic","event":[{"listen":"test","script":{"exec":["pm.test(\"success - got ID\", function () {","    pm.expect(pm.response.text()).to.include('\"id\":');","});","","","var jsonData = pm.response.json();","pm.environment.set(\"na2LastSentAgId\", jsonData.id);","","",""],"type":"text/javascript","id":"8d0d0fc2-7f01-4b86-97ba-0a0c555d49af"}}],"id":"5b76690c-d95c-4de3-aef3-a90d97c4619d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{MSA_noLineSend}}\"  \n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 704\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements","description":"<p>This creates a new agreement for a single signer and immediately sets to \"IN_PROCESS\". </p>\n<p>No \"merge data\" and if using email will \"send\" the Please Sign/initialization email right away to the signer.</p>\n","urlObject":{"protocol":"https","path":["api","rest","v6","agreements"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"c7d969cf-d41a-4eac-9961-1f86df3a97a4","name":"Create and Send - basic 1 signer","originalRequest":{"method":"POST","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileInfos\": [\n    {\n      \"libraryDocumentId\": \"{{ldt_msaNoLine}}\"\n    }\n  ],\n  \"name\": \"API Send Library Test Agreement 210\",\n  \"participantSetsInfo\": [\n    {\n      \"memberInfos\": [\n        {\n          \"email\": \"{{rcp1}}\"\n        }\n      ],\n      \"order\": 1,\n      \"role\": \"SIGNER\"\n    }\n  ],\n  \"signatureType\": \"ESIGN\",\n  \"externalId\": {\n    \"id\": \"NA2Account_1775247664\"\n  },\n  \"state\": \"IN_PROCESS\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"53","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 21:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"A0bba41be5ed303811da8add6681e70db08730418","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"},{"key":"x-request-id","value":"299673e3-3f49-4f52-933d-da669dc3e3bd","name":"x-request-id","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"CBJCHBCAABAAMCWmyx5VXu0DSBE7G2I7fZtjilwnmibF\"}"}],"_postman_id":"5b76690c-d95c-4de3-aef3-a90d97c4619d"},{"name":"participant sets and Members","event":[{"listen":"test","script":{"exec":["//pm.environment.set(\"memberID_0\", pm.response[0].id)","","pm.environment.set(\"partSet1_Id\", pm.response.json(\"participantSets\"[0]).id);","","","",""],"type":"text/javascript","id":"d610c4ab-d79a-4191-8a6e-0f4bdd350d56"}}],"id":"db49e731-bcd0-42fb-b1e3-45ebaf548e66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db49e731-bcd0-42fb-b1e3-45ebaf548e66"},{"name":"Replace with new Signer","event":[{"listen":"prerequest","script":{"exec":["",""],"type":"text/javascript","id":"d78789b9-35f6-4ac2-96da-462383a6c1c9"}}],"id":"611869a9-46e8-424a-9e0d-58fe8df42f35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-user","value":"email:someemail@domain.com"},{"key":"If-Match","value":"{{lastEtag}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"memberInfos\": [\n    {\n      \"email\": \"{{rcp2}}\",\n      \"securityOption\": {\n        \"authenticationMethod\": \"NONE\"\n      }\n    }\n  ],\n  \"order\": 1,\n  \"role\": \"SIGNER\",\n  \"status\":\"WAITING_FOR_MY_SIGNATURE\"\n}"},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members/participantSets/{{partSet1_Id}}","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members","participantSets","{{partSet1_Id}}"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"611869a9-46e8-424a-9e0d-58fe8df42f35"},{"name":"members","event":[{"listen":"test","script":{"exec":["//pm.environment.set(\"memberID_0\", pm.response[0].id)","","","",""],"type":"text/javascript","id":"64165018-f43a-4035-8fd3-8aa1137090ea"}}],"id":"32168a1e-4b5d-4a75-a921-6ab59574b9b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-user","value":"email:someemail@domain.com"}],"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/agreements/{{na2LastSentAgId}}/members","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","agreements","{{na2LastSentAgId}}","members"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"32168a1e-4b5d-4a75-a921-6ab59574b9b8"}],"id":"5ddc4a14-8869-4e79-ae18-bb5149039ffe","_postman_id":"5ddc4a14-8869-4e79-ae18-bb5149039ffe","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}}],"id":"ac8ebd4b-373e-4eae-bd54-b124b503dc25","_postman_id":"ac8ebd4b-373e-4eae-bd54-b124b503dc25","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Archiv via API","item":[{"name":"UploadTransient - Upload \"signed\" or other file","event":[{"listen":"test","script":{"exec":["","var transResponse = pm.response.json();","","pm.globals.set(\"lastTrans\", transResponse.transientDocumentId);","","pm.test(\"Got Transient ID\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.transientDocumentId);","});","",""],"type":"text/javascript","id":"744f3c2e-0805-4b26-86e5-785fa434c09e"}}],"id":"7a552566-2de3-451e-bb1c-0487dc1201ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"x-api-user","value":"email:someemail@domain.com"}],"body":{"mode":"formdata","formdata":[{"key":"File-Name","value":"test.pdf","type":"text"},{"key":"Mime-Type","value":".pdf","type":"text","disabled":true},{"key":"File","type":"file","value":null}]},"url":"https://api.{{env_shard}}.adobesign.com/api/rest/v6/transientDocuments","description":"<h4 id=\"uploads-a-transient-file--this-will-be-archived\">Uploads a \"transient\" file .... This will be \"archived\"</h4>\n<p>Creates transient as a multi-part binary upload.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}},"urlObject":{"protocol":"https","path":["api","rest","v6","transientDocuments"],"host":["api","{{env_shard}}","adobesign","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a552566-2de3-451e-bb1c-0487dc1201ba"}],"id":"93b1c7a2-fc8b-462f-8d31-488a0816e59d","_postman_id":"93b1c7a2-fc8b-462f-8d31-488a0816e59d","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}},{"name":"Upload Transient - Merge Data - Create Agreement w email suppressed - Get signing for Embed","item":[{"name":"refresh -> Access Copy","event":[{"listen":"test","script":{"exec":["","","pm.test(\"Got Access Token\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.access_token);","});"],"type":"text/javascript","id":"e42cb4fe-aaa5-4818-9792-a091a9e4b4b8"}}],"id":"c482c2f0-6efc-4c07-b0ed-20ba5432c768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_id","value":"{{env_app_id}}","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"client_secret","value":"{{env_app_sec}}","type":"text"}]},"url":"https://api.na2.adobesign.com/oauth/refresh","description":"<h4 id=\"gets-a-new-access-token-using-a-current-active-refresh-token\">Gets a new \"access\" token using a current active \"refresh\" token</h4>\n","urlObject":{"protocol":"https","path":["oauth","refresh"],"host":["api","na2","adobesign","com"],"query":[],"variable":[]}},"response":[{"id":"ab8eea6b-36ab-4c89-a0b6-73bb4e68397d","name":"refresh - Access","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_id","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"client_secret","value":"nA0Uz-skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"https://api.{{env_shard}}.adobesign.com/oauth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Jul 2018 20:36:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=15, max=200","name":"Keep-Alive","description":"Custom header"},{"key":"P3P","value":"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Robots-Tag","value":"none","name":"X-Robots-Tag","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"access_token\":\"3AAABLblqZhC4Bc_UhFReOkpGOcGSXppVYSMBdg9-KjcmfwZFnsW_GJLjCj_xu2Y9AW46e9KHcbias6TR71mMaAJsZEzPdxOf\",\"token_type\":\"Bearer\",\"expires_in\":3600}"}],"_postman_id":"c482c2f0-6efc-4c07-b0ed-20ba5432c768"}],"id":"97e1bbe1-6808-462f-b5f5-392891320845","_postman_id":"97e1bbe1-6808-462f-b5f5-392891320845","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}}],"id":"0dfc57e7-284e-4707-8002-abdf8b02532e","_postman_id":"0dfc57e7-284e-4707-8002-abdf8b02532e","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","id":"dfc37e12-afb6-47d1-8e26-1c5efa32837f","name":"Adobe-Sign REST V6","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"<token>"}},"event":[{"listen":"prerequest","script":{"id":"2c394545-03b5-4ace-a32e-eb6e3da31549","type":"text/javascript","exec":["//pm.collection.set(\"aToken\",\"{{aToken}}\" || \"{{ii-key}}\");"]}},{"listen":"test","script":{"id":"bc2e48d8-8168-4a19-adf7-8c2488ec89c3","type":"text/javascript","exec":["","if (pm.response.headers.get(\"ETag\")){pm.environment.set(\"lastEtag\", pm.response.headers.get(\"ETag\"))}","",""]}}],"variable":[{"key":"shard","value":"na2"},{"key":"baseUri","value":"https://{{env_shard}}.na2.adobesign.com/"},{"key":"accountAdminEmail","value":"someemail@domain.com"},{"key":"iKey","value":""},{"key":"refreshToken","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf"},{"key":"oAuthClient_id","value":"skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf"},{"key":"oAuthClient_secret","value":"nA0Uz-skgj;alskgj;alskfgja;lsfkj***junk data**g;lfkjhgq[eoijt [ejvrfva'lfv'aldkfmva'elkf"},{"key":"redirect_uri","value":"https://yourtestserver/oAuth/myRedirectpage.html"}]}