{"info":{"_postman_id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","name":"CrowdWisdom APIs","description":"<html><head></head><body><p>The Web Service provides an integration point for trusted thirdparty applications to communicate with the CrowdWisdom™ Learning Portal.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1718452","collectionId":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","publishedId":"SzYT4MPq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-27T16:29:14.000Z"},"item":[{"name":"YM Subscription Notification","item":[{"name":"SubscribeNotification","id":"77436856-9467-4a36-9c11-100ab340372f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"customerId\": \"630\",\n        \"productId\": \"2649\",\n        \"subscriptionId\": \"TX12345\",\n\t\t\"startOnFirstAccess\": true,\n\t\t\"subscriptionLength\": 1,\n\t\t\"subscriptionUnit\": \"5868\"\n\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/integration/subscribe","description":"<p>Send one or more subscribe (enrollment) notifications to the Learning Portal.  After successful invocation, users will be enrolled into the given products.</p>\n<h1 id=\"parameters\">Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Datatype</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerId</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique user identifier in the calling system.</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>Date Time</td>\n<td>Optional</td>\n<td>Date and time when subscription will be started. Default to current date and time if not specified. Ignored if startOnFirstAccess is set to true.</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>Date Time</td>\n<td>Optional</td>\n<td>Date and time when subscription should be ended. Default to no ending date. Ignored if startOnFirstAccess is set to true.</td>\n</tr>\n<tr>\n<td>productId</td>\n<td>String</td>\n<td>Yes</td>\n<td>Product ID in the calling system. <strong>NOTE:</strong> Product ID must exist in the CrowdWidsom™ Learning Portal</td>\n</tr>\n<tr>\n<td>startOnFirstAccess</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Indicating whether to start the subscription upon the learner first time launch the product. Default is false.</td>\n</tr>\n<tr>\n<td>subscriptionLength</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Length in number of units (see subscriptionUnit) this course will be valid for this user. Required if endDate is not set or startOnFirstAccess is set to true.</td>\n</tr>\n<tr>\n<td>subscriptionUnit</td>\n<td>String</td>\n<td>Optional</td>\n<td>Subscription length unit, valid values are: Hour, Day, Week, Month, and Year. Required if subscriptionLength is specified.</td>\n</tr>\n<tr>\n<td>subscriptionId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Unique Identifier for this subscription/enrollment. A new enrollment will be created per unique subscriptionId</td>\n</tr>\n<tr>\n<td>useVariant</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Indicating whether to use the predefined catalog entry variant (subscription length, etc.) to perform the enrollment.  NOTE: there must be one and only one variant defined per catalog entry.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Used to create a new user</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Used to create a new user</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>Optional</td>\n<td>Used to create a new user</td>\n</tr>\n<tr>\n<td>sendEmailNotification</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Whether to trigger the enrollment email. Default to false.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"response\">Response</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>Integer</td>\n<td>Return 0 if all records processed successfully, otherwise an error code referenced below.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Return “success” if all records processed successfully, other a message corresponding to the error code.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"error-codes\">Error Codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>success</td>\n</tr>\n<tr>\n<td>101</td>\n<td>Missing Mandatory Variable</td>\n</tr>\n<tr>\n<td>201</td>\n<td>Invalid product ID</td>\n</tr>\n<tr>\n<td>202</td>\n<td>Invalid customer ID</td>\n</tr>\n<tr>\n<td>250</td>\n<td>Missing or invalid subscription length</td>\n</tr>\n<tr>\n<td>251</td>\n<td>Missing subscription unit</td>\n</tr>\n<tr>\n<td>252</td>\n<td>Invalid subscription unit</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized. Invalid username or password</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Uenexpected Error. The 10-character alphanumeric code presents the error token logged.</td>\n</tr>\n<tr>\n<td>808</td>\n<td>Given product cannot be subscribed by the given user</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","name":"CrowdWisdom APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["diweb","ws","rest","integration","subscribe"],"host":["demo","precrowdwisdom","com"],"query":[],"variable":[]}},"response":[{"id":"0b3b2ec5-6ebf-4a83-af5d-874836312f48","name":"SubscribeNotification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"customerId\": \"630\",\n        \"productId\": \"2649\",\n        \"subscriptionId\": \"TX12345\",\n\t\t\"startOnFirstAccess\": true,\n\t\t\"subscriptionLength\": 1,\n\t\t\"subscriptionUnit\": \"5868\"\n\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/integration/subscribe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Mar 2020 13:45:57 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, Authorization, Content-Type"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json;charset=utf8"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 252,\n    \"message\": \"Invalid Subscription Unit\"\n}"}],"_postman_id":"77436856-9467-4a36-9c11-100ab340372f"},{"name":"UnSubscribeNotification","id":"675f98cf-5659-4117-acae-384fd4337648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"customerId\": \"630\",\n        \"productId\": \"2649\",\n        \"subscriptionId\": \"2278\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/integration/unsubscribe","description":"<p>Send one or more unsubscribe (withdraw) notifications to the Learning Portal. After successful invocation, users will be withdrawn from the given products.</p>\n<h1 id=\"parameters\">Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Datatype</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerId</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique user identifier in the calling system.</td>\n</tr>\n<tr>\n<td>productId</td>\n<td>String</td>\n<td>Yes</td>\n<td>Product ID in the calling system. <strong>NOTE:</strong> Product ID must exist in the CrowdWidsom™</td>\n</tr>\n<tr>\n<td>subscriptionId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Unique Identifier for this subscription/enrollment. A new enrollment will be created per unique subscriptionId</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"response\">Response</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>Integer</td>\n<td>Return 0 if all records processed successfully, otherwise an error code referenced below.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Return “success” if all records processed successfully, other a message corresponding to the error code.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"error-codes\">Error Codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>success</td>\n</tr>\n<tr>\n<td>201</td>\n<td>Invalid product ID</td>\n</tr>\n<tr>\n<td>101</td>\n<td>Missing Mandatory Variable</td>\n</tr>\n<tr>\n<td>202</td>\n<td>Invalid customer ID</td>\n</tr>\n<tr>\n<td>220</td>\n<td>Not Enrolled</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized. Invalid username or password</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Uenexpected Error. The 10-character alphanumeric code presents the error token logged.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["diweb","ws","rest","integration","unsubscribe"],"host":["demo","precrowdwisdom","com"],"query":[],"variable":[]}},"response":[{"id":"0296f021-eeb4-42a6-9aba-6851dd2386b0","name":"UnSubscribeNotification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"customerId\": \"630\",\n        \"productId\": \"2649\",\n        \"subscriptionId\": \"2278\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/integration/unsubscribe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Mar 2020 16:50:33 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, Authorization, Content-Type"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json;charset=utf8"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"success\"\n}"}],"_postman_id":"675f98cf-5659-4117-acae-384fd4337648"}],"id":"8ff13b1b-5124-4e23-89fc-88858c0bc014","description":"<h1 id=\"overview\">Overview</h1>\n<p>Subscription Notification Web Service provides an integration point for trusted thirdparty applications to send learner enrollment information to the CrowdWisdom™ Learning Portal.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The API endpoints must be accessed using basic authentication over HTTPS, a client specific username and password will be provided by CW.  All endpoints accept and consume JSON (application/json) payloads.</p>\n","_postman_id":"8ff13b1b-5124-4e23-89fc-88858c0bc014","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","name":"CrowdWisdom APIs","type":"collection"}}},{"name":"MyLearning Enrollment API","item":[{"name":"FetchUserEnrollments","id":"9ea6033e-243e-4dcd-8509-b2ff9f0266c7","protocolProfileBehavior":{"disableBodyPruning":true,"followAuthorizationHeader":true,"removeRefererHeaderOnRedirect":true,"disableCookies":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/mylearning/enrolled/paging/12.json","description":"<p>fetch user enrollments/subscriptions with filtering and paging support.</p>\n<h3 id=\"input-path-parameter\">INPUT: Path parameter</h3>\n<ul>\n<li><strong>{id}</strong> -- user identifier</li>\n</ul>\n\n<h3 id=\"input-query-parameters--all-optional\">INPUT: Query Parameters (* all optional)</h3>\n<ul>\n<li><strong>pageNumber</strong> indicating which page to fetch (zero based)  default 0</li>\n<li><strong>pageSize</strong>   number of records per page. default 10</li>\n<li><strong>parentOnly</strong> show top level enrollments only (in case of packages) default true</li>\n<li><strong>showPercent</strong> show completion percentage default false</li>\n<li><strong>sort</strong>  sort order. prefix order field(s) with \"-\" to perform descending sort</li>\n<li><strong>status</strong>  filter by completion status, valid values are: notstarted, incomplete, completed, all</li>\n</ul>\n\n<h3 id=\"output-resultrecord\">OUTPUT: ResultRecord</h3>\n<ul>\n<li><strong>start</strong>  start record index, zero based</li>\n<li><strong>end</strong>    end record index, zero based.</li>\n<li><strong>length</strong> number of records returned for the current page.</li>\n<li><strong>total</strong>  total number of hits</li>\n<li><strong>subscriptions</strong>  list of matched records, type of SubscriptionRecord</li>\n</ul>\n\n<h3 id=\"output-subscriptionrecord\">OUTPUT: SubscriptionRecord</h3>\n<ul>\n<li><strong>id</strong>  product identifier</li>\n<li><strong>subid</strong> internal subscription identifier</li>\n<li><strong>name</strong> product name</li>\n<li><strong>completion</strong> current completion status, valid values are: NotStarted, Started, Incomplete, Completed, Passed, Failed</li>\n<li><strong>startDate</strong> subscription/enrollment start date and time</li>\n<li><strong>endDate</strong> subscription/enrollment end date and time</li>\n<li><strong>completionDate</strong> subscription/enrollment completion date and time</li>\n<li><strong>lastVisitDate</strong> last launch date and time</li>\n<li><strong>score</strong> current score (percentage based)</li>\n<li><strong>timeSpent</strong>  total amount of time spent in the course (HH:MM:SS)</li>\n<li><strong>section</strong>  catalog entry custom field section</li>\n<li><strong>code</strong> catalog entry custom field code</li>\n<li><strong>term</strong> catalog entry custom field term</li>\n<li><strong>customField1</strong> product custom field 1</li>\n<li><strong>customField2</strong> product custom field 2</li>\n<li><strong>customField3</strong> product custom field 3</li>\n<li><strong>thumbImage</strong> product thumbnail image</li>\n<li><strong>image</strong>  product image</li>\n<li><strong>viewUrl</strong>  fully qualified product details view URL</li>\n<li><strong>launchUrl</strong> fully qualified product launch URL (remote launch supported)</li>\n<li><strong>completionPercent</strong> completion percentage if requested (see the showPercent input parameter)</li>\n<li><strong>credits</strong> list of credits granted to the user.  type of Credit</li>\n<li><strong>certificates</strong> list of certificates issued to the user.  type of Certificate</li>\n</ul>\n<h3 id=\"output-credit\">OUTPUT: Credit</h3>\n<ul>\n<li><strong>type</strong> credit type (client specific)</li>\n<li><strong>value</strong> number of credits granted</li>\n<li><strong>creditYear</strong> credit year</li>\n</ul>\n<h3 id=\"output-certificate\">OUTPUT: Certificate</h3>\n<ul>\n<li><strong>name</strong>  certificate name</li>\n<li><strong>issueDate</strong> certificate issue date and time</li>\n<li><strong>expiryDate</strong> certificate expiration date and time</li>\n<li><strong>url</strong> fully qualified certificate download URL.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","name":"CrowdWisdom APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["diweb","ws","rest","mylearning","enrolled","paging","12.json"],"host":["demo","precrowdwisdom","com"],"query":[],"variable":[]}},"response":[{"id":"c2cb96b2-615b-412b-ae17-522f9822530d","name":"FetchUserEnrollments","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/mylearning/enrolled/paging/12.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Apr 2020 17:04:20 GMT"},{"key":"Server","value":"Apache"},{"key":"X-StackifyID","value":"V1|27303e42-a151-56fa-006e-601f06b67bc5|C81821|CD5|"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, Authorization, Content-Type"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"start\": 0,\n    \"end\": 2,\n    \"length\": 3,\n    \"total\": 3,\n    \"subscriptions\": [\n        {\n            \"subid\": 2093633,\n            \"name\": \"Reactive Course Menu Testing 6/22\",\n            \"completion\": \"Incomplete\",\n            \"startDate\": 1549661530000,\n            \"endDate\": 4673825999000,\n            \"lastVisitDate\": 1555447580000,\n            \"score\": 0,\n            \"timeSpent\": \"00:00:07\",\n            \"viewUrl\": \"http://demo.precrowdwisdom.com/diweb/catalog/item?sid=2093633\",\n            \"launchUrl\": \"http://demo.precrowdwisdom.com/diweb/catalog/launch/remote?data=IBsE8f1y8ZbKOlAf8kYZfJ1sID21C3xF8kWXeFsYNzc*3D\",\n            \"completionPercent\": 0\n        },\n        {\n            \"id\": \"somexternalid\",\n            \"subid\": 2112276,\n            \"name\": \"NEW Reactive course menu package\",\n            \"completion\": \"Incomplete\",\n            \"startDate\": 1555447684000,\n            \"endDate\": 1587095999000,\n            \"lastVisitDate\": 1555448049000,\n            \"score\": 0,\n            \"timeSpent\": \"00:00:00\",\n            \"viewUrl\": \"http://demo.precrowdwisdom.com/diweb/catalog/item?sid=2112276\",\n            \"launchUrl\": \"http://demo.precrowdwisdom.com/diweb/catalog/launch/remote?data=l*2BFAMWIvtB7rEgpMsYAExUt*2F1s3f9RjHVZZjDl8ewXw*3D\",\n            \"completionPercent\": 0\n        },\n        {\n            \"subid\": 2130890,\n            \"name\": \"Adobe Demo Package\",\n            \"completion\": \"NotStarted\",\n            \"score\": 0,\n            \"timeSpent\": \"00:00:00\",\n            \"thumbImage\": \"http://demo.precrowdwisdom.com/diweb/fs/file?id=13892\",\n            \"image\": \"http://demo.precrowdwisdom.com/diweb/fs/file?id=13891\",\n            \"viewUrl\": \"http://demo.precrowdwisdom.com/diweb/catalog/item?sid=2130890\",\n            \"launchUrl\": \"http://demo.precrowdwisdom.com/diweb/catalog/launch/remote?data=w5TSVB1sWWwU2YGrfgYKBHyFKB2yvNKPnJFAjk6YMuU*3D\",\n            \"completionPercent\": 0\n        }\n    ]\n}"}],"_postman_id":"9ea6033e-243e-4dcd-8509-b2ff9f0266c7"}],"id":"4e60dd18-dbbd-4dc6-8b8b-86d327258941","description":"<h1 id=\"overview\">Overview</h1>\n<p>It provides methods regarding users enrollments.</p>\n<p>Rest API end point:  https://.precrowdwisdom.com/diweb/ws/rest</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Security:  Basic Authentication Over HTTPS</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>username: &lt;user&gt;\npassword: &lt;pass&gt;\n</code></pre>","_postman_id":"4e60dd18-dbbd-4dc6-8b8b-86d327258941","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","name":"CrowdWisdom APIs","type":"collection"}}},{"name":"Institution Enrollment","item":[{"name":"GetInstitution","id":"416b912d-8074-490e-b414-3c24bbb04e59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/institution","description":"<h1 id=\"diwebwsrestinstitution\">/diweb/ws/rest/institution</h1>\n<p>Returns basic institution parameters</p>\n<h3 id=\"output-institutions\">OUTPUT: Institutions</h3>\n<ul>\n<li><strong>institution id:</strong> unique identifier for the intstution (externalId)</li>\n<li><strong>name:</strong> institution name</li>\n<li><strong>guid:</strong> guid identifier</li>\n<li><strong>user max:</strong> max user count for that institution</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","name":"CrowdWisdom APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["diweb","ws","rest","institution"],"host":["demo","precrowdwisdom","com"],"query":[],"variable":[]}},"response":[{"id":"d44433d5-cd1f-42fc-927f-35bda2bf5771","name":"GetInstitution","originalRequest":{"method":"GET","header":[],"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/institution"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 02 Apr 2020 15:49:45 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, Authorization, Content-Type"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/xml"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1593"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<institutions>\n    <institution id=\"Ext1\">\n        <name>Test_Institute_HA</name>\n        <guid>f092c223-2fea-48b9-9993-52298d4781f9</guid>\n        <user max=\"1\"/>\n    </institution>\n    <institution id=\"Ext2\">\n        <name>PCG institution</name>\n        <guid>1b7bc737-256b-46d3-9379-c942a9b41494</guid>\n    </institution>\n    <institution id=\"Ext3\">\n        <name>Cleveland Clinic Pathology Dept Cleveland Clinic Pathology Dept</name>\n        <guid>0563a98c-d1c0-4015-9ec8-d61b82f93ac2</guid>\n    </institution>\n    <institution>\n        <name>Pathology Group UCLA</name>\n        <guid>0c52bf7e-6ffc-4524-befb-b1894ab82f9b</guid>\n    </institution>\n    <institution>\n        <name>University of Chicago Pathology</name>\n        <guid>1103868a-7555-4f06-9940-25fbdcff1df2</guid>\n    </institution>\n    <institution>\n        <name>DePaul Medicine</name>\n        <guid>b7641a6a-5063-48f4-985e-72a3ac3ecbb8</guid>\n    </institution>\n    <institution>\n        <name>Test 5</name>\n        <guid>feac1b20-b39b-4c69-8d39-b8c6244be285</guid>\n    </institution>\n    <institution>\n        <name>Sample Institution Group</name>\n        <guid>42586fb0-8e13-4516-8aa0-410ba1077b8c</guid>\n    </institution>\n    <institution>\n        <name>Mega Bus</name>\n        <guid>7b82fa13-e73d-4acb-8d46-843218d91af5</guid>\n    </institution>\n    <institution>\n        <name>UVM Certification Program</name>\n        <guid>10665cb3-58e9-4edf-a001-cc5713efce72</guid>\n        <user max=\"100\"/>\n    </institution>\n    <institution>\n        <name>DI institute</name>\n        <guid>1175bb46-ed9c-4b9a-a766-51d5db560727</guid>\n        <user max=\"100\"/>\n    </institution>\n    <institution>\n        <name>Sample institution</name>\n        <guid>3fd77b3e-67d7-4bc0-9bb3-73cd24cf7587</guid>\n    </institution>\n    <institution>\n        <name>Group Purchase [786]</name>\n        <guid>2e801e08-6475-4660-bab6-ca1aedc0d213</guid>\n    </institution>\n    <institution>\n        <name>New Group for SHRM 1</name>\n        <guid>2045772d-fa60-495b-be15-78f48e6983bd</guid>\n    </institution>\n    <institution>\n        <name>Institute SHRM</name>\n        <guid>993c24b5-6bc8-4260-874b-a8e44b4724e0</guid>\n    </institution>\n    <institution>\n        <name>Group Purchase [789]</name>\n        <guid>efcea0ed-fa0c-4d6d-8a83-67ec2f626e50</guid>\n    </institution>\n    <institution>\n        <name>Admin Guide</name>\n        <guid>34279fb5-d998-414b-90e0-0882184c16c3</guid>\n    </institution>\n    <institution>\n        <name>digital ignite</name>\n        <guid>82b8a5b0-57a3-4d46-9fea-80f8c52f1dd7</guid>\n    </institution>\n    <institution>\n        <name>Sample group</name>\n        <guid>e1d9cb6d-47db-4d13-ba7a-ab025e251321</guid>\n    </institution>\n    <institution>\n        <name>APGO-University 1</name>\n        <guid>e3ad62c5-1a6d-4202-8145-5d6e1da2b4a2</guid>\n        <user max=\"3\"/>\n    </institution>\n    <institution>\n        <name>APGO University-2</name>\n        <guid>63ee6ecf-01db-416f-a64e-ae334226e5d5</guid>\n        <user max=\"150\"/>\n    </institution>\n    <institution>\n        <name>CRS CT-CA</name>\n        <guid>d3b7ab04-aaee-42ab-ad5e-ab59bdce525d</guid>\n    </institution>\n    <institution>\n        <name>CRS Illinois</name>\n        <guid>c066809c-54a4-401d-8627-b5578be7a5b1</guid>\n    </institution>\n    <institution>\n        <name>ymlearning</name>\n        <guid>ab11d751-2f5d-4d7a-b1d7-d970ccd07e01</guid>\n    </institution>\n    <institution>\n        <name>3M - client 1</name>\n        <guid>d9a4a3ee-24d9-4b50-a06a-e7356170a39d</guid>\n        <user max=\"1000\"/>\n    </institution>\n    <institution>\n        <name>Company X</name>\n        <guid>e0fb6687-530b-43f8-81f2-d949abb873f8</guid>\n        <user max=\"100\"/>\n    </institution>\n    <institution>\n        <name>Hospital A</name>\n        <guid>a5f000dc-6483-42d9-8bfd-880bfff6e387</guid>\n        <user max=\"100\"/>\n    </institution>\n    <institution>\n        <name>ISCT Siemens</name>\n        <guid>1d4c393c-1fd1-49eb-b78c-bd02594b5004</guid>\n        <user max=\"100\"/>\n    </institution>\n    <institution>\n        <name>ggkgk</name>\n        <guid>4fc5fe85-c677-4e53-907c-89f5fbafb1a6</guid>\n    </institution>\n    <institution>\n        <name>county 1</name>\n        <guid>be350221-ad1e-4057-9d9f-dc12e3631cc3</guid>\n        <user max=\"50\"/>\n    </institution>\n    <institution>\n        <name>flooring company</name>\n        <guid>0f198f5f-0f63-4856-8223-3ed4055cfeaa</guid>\n        <user max=\"20\"/>\n    </institution>\n    <institution>\n        <name>Hani_Institution</name>\n        <guid>4061be4b-3600-4db0-8153-42eb71997318</guid>\n        <user max=\"10\"/>\n    </institution>\n    <institution>\n        <name>University of Chicago</name>\n        <guid>231b784c-ba09-40d3-a341-d96d461f1625</guid>\n        <user max=\"10\"/>\n    </institution>\n    <institution>\n        <name>WWE Institute</name>\n        <guid>437033a5-2952-4f2a-b3ee-6c87e933c894</guid>\n        <user max=\"10\"/>\n    </institution>\n    <institution>\n        <name>My Test Institution</name>\n        <guid>653fa451-fa9a-4424-a311-f31d9790f063</guid>\n    </institution>\n    <institution>\n        <name>Coffee Institute</name>\n        <guid>f4fd21ce-99a3-42b8-95d5-5849e30e2adc</guid>\n        <user max=\"10\"/>\n    </institution>\n    <institution>\n        <name>demo institute</name>\n        <guid>065b24e0-49e7-43b0-b8ca-0ed106d7cd13</guid>\n    </institution>\n    <institution>\n        <name>test institute</name>\n        <guid>d12d3427-c985-431a-b352-30ab96f379db</guid>\n    </institution>\n    <institution>\n        <name>1st institute test</name>\n        <guid>9f6a7dd3-1db1-483a-85d1-4c9bf506181c</guid>\n    </institution>\n    <institution>\n        <name>1st institute</name>\n        <guid>0ea03a9a-4cef-4d76-ab61-8a0eed3a6ab5</guid>\n    </institution>\n    <institution>\n        <name>Palinst</name>\n        <guid>7ddd28cf-e330-45af-a3da-4c7e82d7fdcb</guid>\n    </institution>\n</institutions>"}],"_postman_id":"416b912d-8074-490e-b414-3c24bbb04e59"},{"name":"GetInstitutionInfo","id":"8af5cb5a-3d21-4389-b910-24dc3d7c3281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/institution/info?id=Ext1","description":"<h1 id=\"diwebwsrestinstitutioninfoidinstitution-id\">/diweb/ws/rest/institution/info?id={institution id}</h1>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><strong>institution id:</strong> unique identifier (external id)</li>\n<li><strong>guid:</strong> guid identifier</li>\n<li><strong>name:</strong> institution name</li>\n</ul>\n<h3 id=\"response-parameters\">Response Parameters</h3>\n<ul>\n<li><strong>institution id:</strong> unique identifier for the institution</li>\n<li><strong>name:</strong> institution name</li>\n<li><strong>guid:</strong> guid identifier</li>\n<li><strong>user max:</strong> max user count for that institution</li>\n<li><strong>product id:</strong> unique identifier for the product (external id)</li>\n<li><strong>product name:</strong> product name</li>\n<li><strong>enrollment count:</strong> enrollment count</li>\n<li><strong>enrollment max:</strong> enrollment limit</li>\n<li><strong>openAccess:</strong> auto‐enroll upon launch/free</li>\n<li><strong>classroom:</strong> name of classroom</li>\n<li><strong>user id:</strong> unique user ID (external ID)</li>\n<li><strong>firstName:</strong> user first name</li>\n<li><strong>lastName:</strong> user last name</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","name":"CrowdWisdom APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["diweb","ws","rest","institution","info"],"host":["demo","precrowdwisdom","com"],"query":[{"key":"id","value":"Ext1"}],"variable":[]}},"response":[{"id":"15fe9cbf-ff89-4240-924a-68d57c6c39f4","name":"GetInstitutionInfo","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.precrowdwisdom.com/diweb/ws/rest/institution/info?id=Ext1","protocol":"https","host":["demo","precrowdwisdom","com"],"path":["diweb","ws","rest","institution","info"],"query":[{"key":"id","value":"Ext1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 02 Apr 2020 16:23:52 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, Authorization, Content-Type"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/xml"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"808"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<institution id=\"Ext1\">\n    <name>Test_Institute_HA</name>\n    <guid>f092c223-2fea-48b9-9993-52298d4781f9</guid>\n    <user count=\"18\" max=\"1\"/>\n    <products>\n        <product openAccess=\"true\">\n            <name>Introduction to CMALS Part 1 Online Practice Tests Version 3.0</name>\n        </product>\n        <product openAccess=\"true\">\n            <name>ERC Demo</name>\n        </product>\n        <product id=\"instituteabc\" openAccess=\"true\">\n            <name>sample package abc 5/3/16</name>\n            <enrollment count=\"6\"/>\n            <users>\n                <user>\n                    <firstName>tiffany</firstName>\n                    <lastName>demo</lastName>\n                    <startDate>2016-05-31T15:52:42Z</startDate>\n                    <endDate>2017-06-01T03:59:59Z</endDate>\n                    <completion>Started</completion>\n                </user>\n                <user id=\"kevin123\">\n                    <firstName>Kevin</firstName>\n                    <lastName>Demo-Smith</lastName>\n                    <startDate>2016-05-31T15:54:10Z</startDate>\n                    <endDate>2017-06-01T03:59:59Z</endDate>\n                    <completion>Incomplete</completion>\n                </user>\n                <user id=\"allen321\">\n                    <firstName>Allen</firstName>\n                    <lastName>Demo-Davies</lastName>\n                    <startDate>2016-05-31T15:58:09Z</startDate>\n                    <endDate>2017-06-01T03:59:59Z</endDate>\n                    <completion>Incomplete</completion>\n                </user>\n                <user id=\"50238\">\n                    <firstName>Stephen</firstName>\n                    <lastName>German</lastName>\n                    <startDate>2016-09-26T14:51:52Z</startDate>\n                    <endDate>2017-09-27T03:59:59Z</endDate>\n                    <completion>Incomplete</completion>\n                </user>\n                <user id=\"demup8\">\n                    <firstName>demo</firstName>\n                    <lastName>upload8</lastName>\n                    <startDate>2018-12-10T05:00:00Z</startDate>\n                    <endDate>2019-12-11T04:59:59Z</endDate>\n                    <completion>NotStarted</completion>\n                </user>\n                <user id=\"demup9\">\n                    <firstName>demo</firstName>\n                    <lastName>upload9</lastName>\n                    <startDate>2018-12-10T05:00:00Z</startDate>\n                    <endDate>2019-12-11T04:59:59Z</endDate>\n                    <completion>NotStarted</completion>\n                </user>\n            </users>\n        </product>\n        <product openAccess=\"true\">\n            <name>PCC_Sterile Technique</name>\n        </product>\n        <product openAccess=\"true\">\n            <name>IwI1 Quiz</name>\n            <enrollment count=\"1\"/>\n            <users>\n                <user>\n                    <firstName>tiffany</firstName>\n                    <lastName>demo</lastName>\n                    <startDate>2017-03-06T22:41:01Z</startDate>\n                    <endDate>2017-04-06T03:59:59Z</endDate>\n                    <completion>Incomplete</completion>\n                </user>\n            </users>\n        </product>\n        <product openAccess=\"true\">\n            <name>.docx document</name>\n        </product>\n    </products>\n    <users>\n        <user>\n            <firstName>ditraintest</firstName>\n            <lastName>test</lastName>\n        </user>\n        <user>\n            <firstName>michele</firstName>\n            <lastName>windsor-learn</lastName>\n        </user>\n        <user>\n            <firstName>Haroon</firstName>\n            <lastName>Ali</lastName>\n        </user>\n        <user>\n            <firstName>Stephen</firstName>\n            <lastName>German</lastName>\n        </user>\n        <user>\n            <firstName>tiffany</firstName>\n            <lastName>demo</lastName>\n        </user>\n        <user>\n            <firstName>stephen</firstName>\n            <lastName>german</lastName>\n        </user>\n        <user>\n            <firstName>aad</firstName>\n            <lastName>admin</lastName>\n        </user>\n        <user id=\"dem1up\">\n            <firstName>demo</firstName>\n            <lastName>uploadroleuser1</lastName>\n        </user>\n        <user id=\"kevin123\">\n            <firstName>Kevin</firstName>\n            <lastName>Demo-Smith</lastName>\n        </user>\n        <user id=\"50238\">\n            <firstName>Stephen</firstName>\n            <lastName>German</lastName>\n        </user>\n        <user>\n            <firstName>Sharif</firstName>\n            <lastName>Admin</lastName>\n        </user>\n        <user id=\"demouser\">\n            <firstName>demouser</firstName>\n            <lastName>demouser</lastName>\n        </user>\n        <user>\n            <firstName>Adis</firstName>\n            <lastName>Feratovic</lastName>\n        </user>\n        <user>\n            <firstName>adislearner</firstName>\n            <lastName>adislearner</lastName>\n        </user>\n        <user id=\"demup6\">\n            <firstName>demo</firstName>\n            <lastName>upload6</lastName>\n        </user>\n        <user id=\"demup7\">\n            <firstName>demo</firstName>\n            <lastName>upload7</lastName>\n        </user>\n        <user id=\"demup8\">\n            <firstName>demo</firstName>\n            <lastName>upload8</lastName>\n        </user>\n        <user id=\"demup9\">\n            <firstName>demo</firstName>\n            <lastName>upload9</lastName>\n        </user>\n    </users>\n</institution>"}],"_postman_id":"8af5cb5a-3d21-4389-b910-24dc3d7c3281"}],"id":"6575bf6e-35cd-4ef4-be23-1173642b5b34","description":"<p>Lists all institution summary data </p>\n","event":[{"listen":"prerequest","script":{"id":"b6602ca8-64e3-47c0-8491-8cc537e98838","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a7b4cb98-f08c-425b-8788-c7b70aa29b59","type":"text/javascript","exec":[""]}}],"_postman_id":"6575bf6e-35cd-4ef4-be23-1173642b5b34","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","name":"CrowdWisdom APIs","type":"collection"}}},{"name":"Test Engine Rest API v2.0","item":[{"name":"Create Test Attempt","id":"60385dfe-a6b2-4cea-bb50-a2989cca8ffc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-public-id","value":"demo","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 503,\r\n    \"testId\": 24324,\r\n    \"pools\": [\r\n        {\r\n            \"poolId\": 4365,\r\n            \"questionCount\": 2\r\n        },\r\n        {\r\n            \"poolId\": 4366,\r\n            \"questionCount\": 2\r\n        },\r\n        {\r\n            \"poolId\": 4367,\r\n            \"questionCount\": 2\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/te/v2/attempt/create","description":"<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>Yes</td>\n<td>Unique user id of the crowdwisdom</td>\n</tr>\n<tr>\n<td>testId</td>\n<td>Yes</td>\n<td>Unique identifier of the test in Himalaya engine.</td>\n</tr>\n<tr>\n<td>pools</td>\n<td>Optional</td>\n<td>Applicable only for pool based test; you can pass poolId (find from test authoring) and number of questions to be picked from the pool.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>JSON response return unique identifier for the test attempt and additional meta-data about the test.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","name":"CrowdWisdom APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["diweb","ws","rest","te","v2","attempt","create"],"host":["demo","precrowdwisdom","com"],"query":[],"variable":[]}},"response":[{"id":"79e6feb7-0c5a-403e-8b6b-b4f8bf627e76","name":"Create Test Attempt","originalRequest":{"method":"POST","header":[{"key":"x-public-id","value":"demo","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 503,\r\n    \"testId\": 24324,\r\n    \"pools\": [\r\n        {\r\n            \"poolId\": 4365,\r\n            \"questionCount\": 2\r\n        },\r\n        {\r\n            \"poolId\": 4366,\r\n            \"questionCount\": 2\r\n        },\r\n        {\r\n            \"poolId\": 4367,\r\n            \"questionCount\": 2\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/te/v2/attempt/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Apr 2020 15:17:42 GMT"},{"key":"Server","value":"Apache"},{"key":"X-StackifyID","value":"V1|12168283-9a52-2488-0071-baafb4de0e3d|C81821|CD5|"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, Authorization, Content-Type"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"testAttemptId\": 102742,\n    \"title\": \"Question Pool Test for API Demo\",\n    \"allowSkipping\": false,\n    \"testTimeLimitInSeconds\": 0,\n    \"previousButton\": false,\n    \"answerRemediation\": false,\n    \"answerRemediationOnce\": false,\n    \"allowQuestionNotes\": false,\n    \"allowSuspend\": false,\n    \"showCoachMarks\": true,\n    \"preview\": false,\n    \"attemptsForEachQuestion\": 0,\n    \"mustAnswerAllQuestions\": false,\n    \"displayQuestionNumber\": false,\n    \"disableCopyPrint\": false,\n    \"showAnswerStatistics\": false,\n    \"displayAnswerReview\": false,\n    \"lastQuestionIndex\": 0,\n    \"totalQuestionCount\": 6,\n    \"showQuestionStatistics\": false\n}"}],"_postman_id":"60385dfe-a6b2-4cea-bb50-a2989cca8ffc"},{"name":"Get Test Attempt Questions","id":"1e9f651c-7b51-48c2-80a4-8d88a1481579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://demo.precrowdwisdom.com/diweb/ws/rest/te/v2/attempt/questions/838","description":"<h1 id=\"diwebwsresttev2attemptquestionsid\">/diweb/ws/rest/te/v2/attempt/questions/{id}</h1>\n<h2 id=\"request\">Request</h2>\n<p>Send GET request with test attempt identifier, replace the below highlighted number with the one received from previous REST call.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","name":"CrowdWisdom APIs","type":"collection"}},"urlObject":{"protocol":"http","path":["diweb","ws","rest","te","v2","attempt","questions","838"],"host":["demo","precrowdwisdom","com"],"query":[],"variable":[]}},"response":[{"id":"f6b6bed1-e1ed-4f64-beeb-36ed9c8b0d1c","name":"Get Test Attempt Questions","originalRequest":{"method":"GET","header":[],"url":"http://demo.precrowdwisdom.com/diweb/ws/rest/te/v2/attempt/questions/838"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Apr 2020 22:22:40 GMT"},{"key":"Server","value":"Apache"},{"key":"X-StackifyID","value":"V1|279119e7-2571-03da-006e-717dfa7193e6|C81821|CD5|"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, Authorization, Content-Type"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"questions\": [\n        {\n            \"questionAttemptId\": 39067,\n            \"stem\": \"Closure on orientation items is best achieved when the builder\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155193,\n                    \"text\": \"Calls the trades at home if items are left incomplete.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155194,\n                    \"text\": \"Pays bonuses immediately upon signing a list.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155195,\n                    \"text\": \"Establishes a clear time frame and enforces it consistently.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155196,\n                    \"text\": \"Promises to repair the needed items before the end of the month.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [\n                155194\n            ],\n            \"selectedAnswer\": 155194,\n            \"displayOrder\": 1,\n            \"markedForReview\": false,\n            \"attemptCount\": 1,\n            \"displayNumber\": \"18\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39068,\n            \"stem\": \"Processing warranty items can be organized around four steps, including\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155197,\n                    \"text\": \"Input, analysis, response, and follow through.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155198,\n                    \"text\": \"Work orders, reports, inspections, and filing.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155199,\n                    \"text\": \"The 30-day report, a 6-month report, an 11-month report, and out-of-warranty service.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155200,\n                    \"text\": \"Calling, writing, faxing, and e-mail.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [\n                155199\n            ],\n            \"selectedAnswer\": 155199,\n            \"displayOrder\": 2,\n            \"markedForReview\": false,\n            \"attemptCount\": 1,\n            \"displayNumber\": \"22\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39069,\n            \"stem\": \"Achieving closure on warranty items requires\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155201,\n                    \"text\": \"Trade contractors who adhere to the builder’s time frame.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155202,\n                    \"text\": \"Having a contract with buyers with a reasonable time limit.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155203,\n                    \"text\": \"Working late one night per week.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155204,\n                    \"text\": \"Filing daily to keep up with the paper flow.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [\n                155203\n            ],\n            \"selectedAnswer\": 155203,\n            \"displayOrder\": 3,\n            \"markedForReview\": true,\n            \"attemptCount\": 1,\n            \"displayNumber\": \"23\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39070,\n            \"stem\": \"Forming a trade alliance means\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155205,\n                    \"text\": \"Granting the trades more authority to correct superintendents if they make mistakes.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155206,\n                    \"text\": \"Organizing a union of contractors who work in the trades.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155207,\n                    \"text\": \"Improving communication with trades and working for common goals.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155208,\n                    \"text\": \"Meeting each week to discuss upcoming work and homes sold.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [\n                155206\n            ],\n            \"selectedAnswer\": 155206,\n            \"displayOrder\": 4,\n            \"markedForReview\": false,\n            \"attemptCount\": 1,\n            \"displayNumber\": \"26\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39071,\n            \"stem\": \"Delivery date commitments are best\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155209,\n                    \"text\": \"Stated as a range of dates until some of the items outside the builder’s control have been completed.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155210,\n                    \"text\": \"Set at the time of contract so the superintendent and trades know what to do.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155211,\n                    \"text\": \"Stated as a range of dates until the builder gets a permit for construction.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155212,\n                    \"text\": \"Made by the salesperson who knows exactly what the buyers need.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [\n                155210\n            ],\n            \"selectedAnswer\": 155210,\n            \"displayOrder\": 5,\n            \"markedForReview\": false,\n            \"attemptCount\": 1,\n            \"displayNumber\": \"15\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39072,\n            \"stem\": \"Excessive warranty costs most often result from\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155213,\n                    \"text\": \"Late payments to suppliers who in turn refuse to deliver materials on time and delay delivery dates for finished homes.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155214,\n                    \"text\": \"Many factors beneath the surface, some of which are outside the control of the warranty manager.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155215,\n                    \"text\": \"Design problems and having sales people on-site during construction meetings.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155216,\n                    \"text\": \"Poorly trained or new trade contractor labor unfamiliar with builder standards.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [\n                155214\n            ],\n            \"selectedAnswer\": 155214,\n            \"displayOrder\": 6,\n            \"markedForReview\": false,\n            \"attemptCount\": 1,\n            \"displayNumber\": \"5\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39073,\n            \"stem\": \"Improvement in product and process comes from\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155217,\n                    \"text\": \"Good communication with everyone involved and a commitment to analyze ideas.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155218,\n                    \"text\": \"Eliminating recurring problems identified by warranty reports.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155219,\n                    \"text\": \"Investing in the most expensive trades, best materials, and wellknown architects.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155220,\n                    \"text\": \"Both a and c, but not b.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [\n                155219\n            ],\n            \"selectedAnswer\": 155219,\n            \"displayOrder\": 7,\n            \"markedForReview\": false,\n            \"attemptCount\": 1,\n            \"displayNumber\": \"7\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39074,\n            \"stem\": \"Service leadership begins with\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155221,\n                    \"text\": \"Establishing a clear customer philosophy and hiring employees who can implement it.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155222,\n                    \"text\": \"A philosophy, a secretary who understands that philosophy, and weekly staff meetings.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155223,\n                    \"text\": \"Fundamental leadership skills as described by Peter Drucker.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155224,\n                    \"text\": \"Knowing who’s boss.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [\n                155223\n            ],\n            \"selectedAnswer\": 155223,\n            \"displayOrder\": 8,\n            \"markedForReview\": false,\n            \"attemptCount\": 1,\n            \"displayNumber\": \"1\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39075,\n            \"stem\": \"When homeowners request service after their warranty has expired, the best action for the builder to take is usually\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155225,\n                    \"text\": \"To return the list with a friendly suggestion to shop at Home Depot.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155226,\n                    \"text\": \"To ask the warranty staff to do the items on their own time because they missed them during the warranty period.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155227,\n                    \"text\": \"To politely ignore the request because the builder no longer has any responsibility.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155228,\n                    \"text\": \"To inspect the items, understanding there are times when service is appropriate after the warranty has expired.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [\n                155226\n            ],\n            \"selectedAnswer\": 155226,\n            \"displayOrder\": 9,\n            \"markedForReview\": false,\n            \"attemptCount\": 1,\n            \"displayNumber\": \"24\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39076,\n            \"stem\": \"The 10-minute rule\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155229,\n                    \"text\": \"Gives service technicians a guideline for accepting new items during a service call.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155230,\n                    \"text\": \"Allows trades to leave after working 10 minutes in an occupied home.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155231,\n                    \"text\": \"Results in shorter arguments about quality issues after the inspection has been completed.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155232,\n                    \"text\": \"Provides homeowners with a time limit if trades are late for appointments.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [\n                155230\n            ],\n            \"selectedAnswer\": 155230,\n            \"displayOrder\": 10,\n            \"markedForReview\": false,\n            \"attemptCount\": 1,\n            \"displayNumber\": \"25\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39077,\n            \"stem\": \"Preconstruction conferences\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155233,\n                    \"text\": \"Are best organized in four steps: prepare, confer, organize, and resolve.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155234,\n                    \"text\": \"Take up more time than quality management so the builder must choose between them.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155235,\n                    \"text\": \"Build trust by preparing for the normal events of home construction.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155236,\n                    \"text\": \"Involve the real estate agent and the builder meeting at the broker’s office to discuss construction terms.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [\n                155235\n            ],\n            \"selectedAnswer\": 155235,\n            \"displayOrder\": 11,\n            \"markedForReview\": false,\n            \"attemptCount\": 1,\n            \"displayNumber\": \"12\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39078,\n            \"stem\": \"A written service commitment is a way for builders to\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155237,\n                    \"text\": \"Convince home buyers and trades that the builder is serious.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155238,\n                    \"text\": \"Train trade contractors about how to treat internal customers.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155239,\n                    \"text\": \"Align home buyers’ service expectations with the builder’s service program.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155240,\n                    \"text\": \"Define for lenders how they can best work with buyers.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [\n                155240\n            ],\n            \"selectedAnswer\": 155240,\n            \"displayOrder\": 12,\n            \"markedForReview\": true,\n            \"attemptCount\": 1,\n            \"displayNumber\": \"10\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39079,\n            \"stem\": \"When buyers bring a list of concerns about their new home to their sales counselor, the sales counselor should\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155241,\n                    \"text\": \"Patiently review the list with the superintendent and respond within one day if possible.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155242,\n                    \"text\": \"Maintain the list in a file for use at the orientation.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155243,\n                    \"text\": \"Call the builder at home to go over the list.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155244,\n                    \"text\": \"Throw it away because buyers don’t know anything anyway.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 13,\n            \"markedForReview\": true,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"13\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39080,\n            \"stem\": \"Internal customer service refers to\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155245,\n                    \"text\": \"The way management treats employees and employees treat each other.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155246,\n                    \"text\": \"Respect and appreciation of trade contractors and mortgage lenders.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155247,\n                    \"text\": \"Showing courtesy for buyers when they enter the builder’s office.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155248,\n                    \"text\": \"The self-esteem of each employee and associate.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 14,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"3\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39081,\n            \"stem\": \"A structure for warranty service\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155249,\n                    \"text\": \"Prevents aggressive homeowners from reporting items unless asked.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155250,\n                    \"text\": \"Provides protection for the warranty staff during bad weather.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155251,\n                    \"text\": \"Permits more accurate estimates of workload for the warranty staff.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155252,\n                    \"text\": \"Makes it easy for homeowners to find the warranty office.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 15,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"21\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39082,\n            \"stem\": \"Builders can maximize the number of customer surveys returned by\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155253,\n                    \"text\": \"Paying a bonus to the staff person who tallies the returns.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155254,\n                    \"text\": \"Going on the nightly news to beg for the surveys.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155255,\n                    \"text\": \"Enclosing a self-addressed stamped envelope with the survey.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155256,\n                    \"text\": \"Promising to improve quality and service based on feedback.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 16,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"29\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39083,\n            \"stem\": \"Cross train employees\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155257,\n                    \"text\": \"To save money on computers and produce better reports.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155258,\n                    \"text\": \"So they will perform better on teams.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155259,\n                    \"text\": \"To increase efficiency, flexibility, and co-operation.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155260,\n                    \"text\": \"Because anti-discrimination and fair housing laws require it.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 17,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"2\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39084,\n            \"stem\": \"To minimize side deals with trades, a builder can\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155261,\n                    \"text\": \"Threaten to fire any trade person seen talking with a buyer.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155262,\n                    \"text\": \"Include a contract clause about arbitration and mediation.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155263,\n                    \"text\": \"Educate trades about what to say when customers ask for such deals.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155264,\n                    \"text\": \"Install monitors in homes at random to keep everyone off guard.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 18,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"14\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39085,\n            \"stem\": \"Transition service is intended to\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155265,\n                    \"text\": \"Wean the buyers off the excitement of the process.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155266,\n                    \"text\": \"Confirm the orientation items are complete prior to placing the home in warranty.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155267,\n                    \"text\": \"Prevent arguments among trade contractors during the transition from framing to mechanical.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155268,\n                    \"text\": \"Help the homeowner graduate from warranty to being on his own with the home.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 19,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"20\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39086,\n            \"stem\": \"With regard to implementing a quality management system, the “yeah buts” such as “my people are overworked” and “we have too much paperwork already”\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155269,\n                    \"text\": \"Show a lack of understanding of how it is in the real world of construction.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155270,\n                    \"text\": \"None of the above.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155271,\n                    \"text\": \"Give builders logical reasons to ignore such new-fangled concepts as quality management.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155272,\n                    \"text\": \"Are excuses that the experiences of builders who use quality management techniques disprove.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 20,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"6\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39087,\n            \"stem\": \"Empowered employees\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155273,\n                    \"text\": \"Take responsibility for the mistakes of their colleagues and correct them.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155274,\n                    \"text\": \"Make decisions faster about professional goals and seminars.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155275,\n                    \"text\": \"Have authority equal to their responsibility\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155276,\n                    \"text\": \"Are networked to the company’s computer system via a power cable.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 21,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"4\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39088,\n            \"stem\": \"Phantom orientation lists are most likely when\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155277,\n                    \"text\": \"The builder hires a ghostwriter to prepare the list.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155278,\n                    \"text\": \"The warranty manager conducts the orientation.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155279,\n                    \"text\": \"The home is built on an ancient burial ground.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155280,\n                    \"text\": \"The superintendent wants to turn in a short list to get a bonus.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 22,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"16\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39089,\n            \"stem\": \"To provide accurate information to buyers about the product, builders must\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155281,\n                    \"text\": \"Communicate to buyers regarding normal variations in construction.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155282,\n                    \"text\": \"Clearly communicate about options, upgrades, and decorator items in models.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155283,\n                    \"text\": \"All of the above.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155284,\n                    \"text\": \"Make an extra effort to define features and quality when models are unavailable.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 23,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"8\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39090,\n            \"stem\": \"The secret to success with a homeowner\\nmanual is\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155285,\n                    \"text\": \"Interpreting the standards in it with common sense or an attorney.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155286,\n                    \"text\": \"Integrating it throughout the process by training staff about its effective use.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155287,\n                    \"text\": \"Including either a video or cassette tape that contains highlights of the information.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155288,\n                    \"text\": \"Colored pictures, cartoons, and numbered tabs that make using it convenient.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 24,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"11\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39091,\n            \"stem\": \"A focus group\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155289,\n                    \"text\": \"All of the above.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155290,\n                    \"text\": \"Gets the best participation on Saturday mornings.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155291,\n                    \"text\": \"Provides vivid feedback for little cost.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155292,\n                    \"text\": \"Is another way to discover what customers think.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 25,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"30\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39092,\n            \"stem\": \"The Magnuson-Moss Act is\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155293,\n                    \"text\": \"An artificial ground cover for shady areas developed by botanist Milton T. Magnuson.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155294,\n                    \"text\": \"Two builders who got out of the business and created a vaudeville act.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155295,\n                    \"text\": \"A federal disclosure law about new home inspectors.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155296,\n                    \"text\": \"A federal law that affects how builders handle warranties on consumer appliances.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 26,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"9\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39093,\n            \"stem\": \"The soft no\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155297,\n                    \"text\": \"Is for times when the customer has a witness.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155298,\n                    \"text\": \"Can be used when you are afraid of the customers.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155299,\n                    \"text\": \"Requires a conversational tone of voice in a conflict situation.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155300,\n                    \"text\": \"Avoids the word no and still makes the builder’s position clear.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 27,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"28\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39094,\n            \"stem\": \"Active listening\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155301,\n                    \"text\": \"Takes more time than inactive listening.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155302,\n                    \"text\": \"Is possible in person but not on the phone.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155303,\n                    \"text\": \"Means you stop other work and concentrate on the customer.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155304,\n                    \"text\": \"Can occur when the customer is angry but is unnecessary in most cases.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 28,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"27\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39095,\n            \"stem\": \"Beginning the orientation at the street\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155305,\n                    \"text\": \"Keeps minor items in perspective.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155306,\n                    \"text\": \"All of the above.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155307,\n                    \"text\": \"Runs contrary to the traditional approach of starting in the kitchen.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155308,\n                    \"text\": \"Allows the buyers to savor their new home.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 29,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"17\",\n            \"medias\": []\n        },\n        {\n            \"questionAttemptId\": 39096,\n            \"stem\": \"Preparing buyers for orientation should include\\n\\t\\t\\t\",\n            \"type\": \"MULTIPLE_CHOICE\",\n            \"remediation\": false,\n            \"answers\": [\n                {\n                    \"id\": 155309,\n                    \"text\": \"A description of how to shut off utilities in case of emergency.\",\n                    \"displayOrder\": 1,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155310,\n                    \"text\": \"The names and numbers of critical trades such as heat and electrical.\",\n                    \"displayOrder\": 2,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155311,\n                    \"text\": \"Discussion of the flurry of activity that typically occurs just before delivery.\",\n                    \"displayOrder\": 3,\n                    \"correctResponse\": false\n                },\n                {\n                    \"id\": 155312,\n                    \"text\": \"Date, time, and dress code for the closing.\",\n                    \"displayOrder\": 4,\n                    \"correctResponse\": false\n                }\n            ],\n            \"selectedAnswers\": [],\n            \"displayOrder\": 30,\n            \"markedForReview\": false,\n            \"attemptCount\": 0,\n            \"displayNumber\": \"19\",\n            \"medias\": []\n        }\n    ]\n}"}],"_postman_id":"1e9f651c-7b51-48c2-80a4-8d88a1481579"},{"name":"Submit Test Attempt Answers","id":"59ce0e0d-c890-4230-91de-ddaae3601209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"testAttemptId\": 838,\n    \"questions\": [\n        {\n            \"questionAttemptId\": 39067,\n            \"selectedAnswers\": [\n                155195\n            ],\n            \"markedForReview\": false,\n            \"timeTaken\": 30,\n            \"textAnswer\": \"answer\"\n        },\n        {\n            \"questionAttemptId\": 39068,\n            \"selectedAnswers\": [\n                155200\n            ],\n            \"markedForReview\": false,\n            \"timeTaken\": 30\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/te/v2/attempt/submit","description":"<h1 id=\"diwebwsresttev2attemptsubmit\">/diweb/ws/rest/te/v2/attempt/submit</h1>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>testAttemptId</td>\n<td>Yes</td>\n<td>Unique identifier of the test attempt create using /attempt/create</td>\n</tr>\n<tr>\n<td>selectedAnswers</td>\n<td>Yes</td>\n<td>For multiple choice, multiple response and multiple answer question send the selected answer using “selectedAnswers” attribute.</td>\n</tr>\n<tr>\n<td>textAnswer</td>\n<td>Yes</td>\n<td>For fill-in-blank and numeric question types send the answers using attribute “textAnswer”.</td>\n</tr>\n<tr>\n<td>timeTaken</td>\n<td>Optional</td>\n<td>Indicates the time taken by learner to answer the question in seconds.</td>\n</tr>\n<tr>\n<td>markedForReview</td>\n<td>Optional</td>\n<td>Indicates whether user marked the question for review.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong> Either <strong>selectedAnswers</strong> or <strong>textAnswer</strong> is mandatory based on the question type</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","name":"CrowdWisdom APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["diweb","ws","rest","te","v2","attempt","submit"],"host":["demo","precrowdwisdom","com"],"query":[],"variable":[]}},"response":[{"id":"b9694859-3e5d-49c6-afda-a31d2b80d5f0","name":"Submit Test Attempt Answers","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"testAttemptId\": 838,\n    \"questions\": [\n        {\n            \"questionAttemptId\": 39067,\n            \"selectedAnswers\": [\n                155195\n            ],\n            \"markedForReview\": false,\n            \"timeTaken\": 30,\n            \"textAnswer\": \"answer\"\n        },\n        {\n            \"questionAttemptId\": 39068,\n            \"selectedAnswers\": [\n                155200\n            ],\n            \"markedForReview\": false,\n            \"timeTaken\": 30\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.precrowdwisdom.com/diweb/ws/rest/te/v2/attempt/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 26 Apr 2020 11:06:06 GMT"},{"key":"Server","value":"Apache"},{"key":"X-StackifyID","value":"V1|71b0e05b-c7d2-3d31-0072-98b28edf78ad|C81821|CD5|"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, Authorization, Content-Type"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"nahb test-1\",\n    \"testAttemptId\": 838,\n    \"testId\": 78,\n    \"entryId\": 3278,\n    \"subId\": \"3336\",\n    \"yourPassedQuestionCount\": 0,\n    \"yourFailedQuestionCount\": 0,\n    \"yourUnansweredQuestionCount\": 0,\n    \"yourPartialCorrectQuestionCount\": 0,\n    \"peerPassedQuestionCount\": 0,\n    \"peerFailedQuestionCount\": 0,\n    \"peerUnansweredQuestionCount\": 0,\n    \"peerPartialCorrectQuestionCount\": 0,\n    \"showPeerComparison\": false,\n    \"scoreInPercentage\": 12,\n    \"score\": 4,\n    \"maxScore\": 33,\n    \"passed\": true,\n    \"showReviewResults\": false,\n    \"peerAvgScore\": 0,\n    \"manualGradeRequired\": false,\n    \"timeTaken\": \"00:01:57\",\n    \"displayQuestionResults\": false,\n    \"questionResults\": [],\n    \"poolResults\": []\n}"}],"_postman_id":"59ce0e0d-c890-4230-91de-ddaae3601209"}],"id":"f2424083-e8dd-4daf-ad32-92d72656c2e9","description":"<p>This document explains various endpoints available as part of Himalaya REST API v2.0.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>Crowdwisdom platform supports <strong>HTTP Basic</strong> authentication. Hence all the request to the end points should send <strong>Authorization</strong> http header.</p>\n","event":[{"listen":"prerequest","script":{"id":"ca224e1f-14d3-4b6a-a42f-3f8090ada7eb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"52bfb26d-6738-4548-8465-4dd8f42d1ec2","type":"text/javascript","exec":[""]}}],"_postman_id":"f2424083-e8dd-4daf-ad32-92d72656c2e9","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","id":"1f5295e5-8e10-4ea1-8175-c9482a93b7b6","name":"CrowdWisdom APIs","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"37a9cf7e-b1ac-4c14-a389-d12be6ff023b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b1eb6408-42d1-4827-84c1-5ad826a589c2","type":"text/javascript","exec":[""]}}]}