{"info":{"_postman_id":"95ea763c-5f06-991b-45be-15c3befa7168","name":"ProctorU API","description":"<html><head></head><body><p>Hello world! Welcome to ProctorU's API documentation. ProctorU's API allows users to create and modify users and exams as well as schedule and invite users to take those exams. Below you will find all of our API endpoints that provide various functionality. If you need help with anything, please reach out to <code>implementation@meazurelearning.com</code>. To get started with ProctorU's API, you will need an API key and an environment URL which you will receive during the implementation process. Happy coding!</p>\n<h1 id=\"api-key\">API Key</h1>\n<p>The API Key is provided by a member of the implementation team. If you need a key, please reach out to <code>implementation@meazurelearning.com</code> for assistance. The key will need to be used in a header called <code>Authorization-Token</code>. When sending the key, please make sure it is all lower cased, and that there are no spaces at the beginning or end, or your requests may not work.</p>\n<h1 id=\"environment-urls\">Environment URLs</h1>\n<p>ProctorU has two environments, one for testing and one for production. While you are building your API, please use the testing environment. Once you have finished testing, please use our production URL, <code>https://api.proctoru.com/api</code>. If you want to try one of our new features or a bug fix that you have requested, please make sure your environment points to the testing environment.</p>\n<p>For testing, the environment URL is <code>https://demo.proctoru.com/api</code></p>\n<p>Once you are finished testing, we will provide you with your production environment API Key.</p>\n<h1 id=\"requests\">Requests</h1>\n<p>Once you have the API key and environment URL, you may begin making requests. Request bodies can be in json or <code>application/x-www-urlencoded</code> format. Each request can include an optional <code>time_sent</code> parameter in UTC ISO-8601 format <code>YYYY-MM-DDTHH24:MI:SSZ</code></p>\n<h1 id=\"response\">Response</h1>\n<p>All HTTP responses will return with a status code of <code>200</code>, and developers should rely on the <code>response_code</code> parameter to determine whether there was an error with the call. Each response code is mapped below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Code</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Failure</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div><p>The corresponding <code>message</code> parameter will describe a failed request.</p>\n<h1 id=\"error-messages-documentation\">Error Messages Documentation</h1>\n<p>If you are experiencing multiple failed requests or running into confusing error messages and would like troubleshooting help, please click <a href=\"https://drive.google.com/file/d/15Spvc0eyoR_pdRO1e8bSjLiywa0AyzMW/view?usp=sharing\">HERE</a> to view ProctorU's API Error Messages documentation. In this documentation, you can find the error messages presented to you, the cause of the messages, as well as helpful tips for solving these errors.</p>\n<h1 id=\"workflows\">Workflows</h1>\n<p>There are three main workflows that institutions and organizations can choose from with the API. Selecting your workflow is as easy as asking the following questions:</p>\n<p><strong>1. Does each reservation require a unique password, or can the password be shared amongst other reservations?</strong></p>\n<p>For example, schools have different passwords for each of their exams, but each exam may have thirty test-takers where all thirty will need to know the one password. This is what ProctorU refers to as a shared password.</p>\n<p>Organizations on the other hand usually have one unique password for every user that is not shared. If you are pre-employment testing, you may have a one-time use password that is unique.</p>\n<p><strong>2. Will you be using ProctorU's reservation system or will you be developing your own?</strong></p>\n<h3 id=\"choosing-your-workflow\">Choosing your workflow</h3>\n<ul>\n<li><p>If you are using shared passwords, you want to use the <code>addProcess</code> flow.</p>\n</li>\n<li><p>If you are using unique passwords, but you want to use your own scheduling system, you want to use the <code>addAdhocProcess</code> flow.</p>\n</li>\n<li><p>If you are using unique passwords, but you want to use our scheduling system, you want to use the <code>addBlueBirdExam</code> flow.</p>\n</li>\n</ul>\n<p>Each flow is described in more details below.</p>\n<h2>addProcess</h2>\n\n<p>The `addProcess` flow is typically used for university exams. With this flow, you send over the user, the exam, and the reservation separately.</p>\n<p><strong>Best for...</strong></p>\n<ul>\n<li>Universities</li>\n</ul>\n<h2>addAdhocProcess</h2>\n\n<p>The `addAdhocProcess` flow is typically used for pre-employment testing and certifications. With this flow, the user will select their exam and exam time on your site and then you send over the user and reservation to us at once instead of separately.</p>\n<p><strong>Best for...</strong></p>\n<ul>\n<li><p>One-off exams</p>\n</li>\n<li><p>Pre-Employment</p>\n</li>\n<li><p>Certification</p>\n</li>\n</ul>\n<h2>addBlueBirdExam</h2>\n\n<p>The `addBlueBirdExam` flow is typically used for one-offs or invite-only exams. With this flow, the organization or institution will create a reservation with an open window. Once the reservation is created, an email will be sent to the test-taker where once they log in, the reservation will be there waiting to be scheduled. the test-taker will then use ProctorU's scheduling system to schedule their exam in the given window. The `addBlueBirdExam` flow is a good option for integrated platforms that will not surface a scheduling interface in their interface.</p>\n<p>This is a special case in that it can be used both as a unique password or as a shared password if need be.</p>\n<p><strong>Best for...</strong></p>\n<ul>\n<li><p>One-off exams</p>\n</li>\n<li><p>Pre-Employment</p>\n</li>\n<li><p>Certification</p>\n</li>\n</ul>\n<h1 id=\"webhooks\">Webhooks</h1>\n\n<p>ProctorU has a notification system that forwards data to an institution-specified URL based off an event. For example, if a test-taker has finished a reservation, and you want to know the time that it was completed, you may provide us a URL that we will send a POST request to with the event information.</p>\n<p>Please visit <a href=\"http://webhooks.proctoru.com/\">http://webhooks.proctoru.com/</a> for more information as well as documentation.</p>\n<h1 id=\"other-notes\">Other notes</h1>\n\n<p>All dates need to be of UTC ISO-8601 format `YYYY-MM-DDTHH24:MI:SSZ`</p>\n<p>The <code>reservation_id</code> must always be unique. Once you cancel the reservation, the <code>reservation_id</code> can no longer be used.</p>\n<p>The <code>email</code> and <code>student_id</code> for a user is used as the unique identifier for them. Once a user is created, that <code>email</code> and <code>student_id</code> can no longer be used.</p>\n<p>If you are building out your own scheduling system, you will need to use a count down timer.</p>\n<p>ProctorU provides the ability for the institution or the test-taker to pay for the exam. With institution pay, a fee that is returned will always be $0.00. With test-taker pay, however, a fee price will be returned. To pay for this fee, the test-taker will need to visit ProctorU's website via the URL that is returned along with the fee. The test-taker will input their credit card information and pay for the exam. If the institution has provided a return URL, the test-taker will be returned to that page once the exam is paid for.</p>\n<p>If you are getting back the incorrect fee, please let us know.</p>\n<h1 id=\"contact\">Contact</h1>\n\n<p>If you have any questions or need any help, please reach out to `<a href=\"https://mailto:implementation@meazurelearning.com\">implementation@meazurelearning.com</a>`</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Key","slug":"api-key"},{"content":"Environment URLs","slug":"environment-urls"},{"content":"Requests","slug":"requests"},{"content":"Response","slug":"response"},{"content":"Error Messages Documentation","slug":"error-messages-documentation"},{"content":"Workflows","slug":"workflows"},{"content":"Webhooks","slug":"webhooks"},{"content":"Other notes","slug":"other-notes"},{"content":"Contact","slug":"contact"}],"owner":"15609","collectionId":"95ea763c-5f06-991b-45be-15c3befa7168","publishedId":"6YzvYsJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-11-29T19:14:57.000Z"},"item":[{"name":"Creating A Test Taker","item":[{"name":"getTimeZoneList","event":[{"listen":"prerequest","script":{"id":"027d2585-67dc-4cf9-981c-f50a0649ddd9","exec":[""],"type":"text/javascript"}}],"id":"cc63ea1c-7842-f8c4-9d4d-e98626da8deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p>Timestamp should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n","type":"text"}]},"url":"https://demo.proctoru.com/api/getTimeZoneList","description":"<p>This endpoint returns a list of time zones.</p>\n","urlObject":{"path":["getTimeZoneList"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"1c71d8e9-e9d9-e5c0-7e66-666b9cad192d","name":"1 - Successful getTimeZoneList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"url":{"raw":"https://demo.proctoru.com/api/getTimeZoneList/?time_sent=2023-11-29T20:01:23","host":["https://demo.proctoru.com/api"],"path":["getTimeZoneList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":"0","body":"{\n    \"time_sent\": \"2020-05-13T16:18:23Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"TimeZoneNo\": 42,\n            \"GMTOffset\": -12.0,\n            \"Id\": \"Dateline Standard Time\",\n            \"DisplayName\": \"(UTC-12:00) International Date Line West\",\n            \"Description\": \"Dateline Standard Time\",\n            \"SortOrder\": 100,\n            \"LocalTime\": \"4:18 AM\",\n            \"DST\": false\n            }\n        ]\n    }"},{"id":"aad3cc33-e6d0-46bb-bf5a-79636cb3ec38","name":"2 - Failed getTimeZoneList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.proctoru.com/api/getTimeZoneList/?time_sent=","host":["https://demo.proctoru.com/api"],"path":["getTimeZoneList",""],"query":[{"key":"time_sent","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Cache-Control","key":"Cache-Control","value":"no-store, must-revalidate, private, max-age=0","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Transfer-Encoding","key":"Transfer-Encoding","value":"chunked","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Frame-Options","key":"X-Frame-Options","value":"ALLOWALL","description":""},{"name":"X-Meta-Request-Version","key":"X-Meta-Request-Version","value":"0.4.3","description":""},{"name":"X-MiniProfiler-Ids","key":"X-MiniProfiler-Ids","value":"[\"tvgr3msb3hczi4w9twd5\",\"x3s7wx161bq9jl3i4w40\",\"zge8we48eu0buqprmo8w\",\"9c0ecfuccum4lk34sybg\"]","description":""},{"name":"X-Request-Id","key":"X-Request-Id","value":"3c492014-052b-41a9-be96-8787492160ed","description":""},{"name":"X-Runtime","key":"X-Runtime","value":"1.061057","description":""}],"cookie":[],"responseTime":"1120","body":"{\"time_sent\":\"\",\"response_code\":2,\"message\":\"stale request\",\"data\":null}"}],"_postman_id":"cc63ea1c-7842-f8c4-9d4d-e98626da8deb"},{"name":"getEmailExist","event":[{"listen":"prerequest","script":{"id":"f039a9df-dde6-4940-a36b-cdab185f27c1","exec":[""],"type":"text/javascript"}}],"id":"d18372a3-774d-7f39-bdef-c90164f71f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p>Timestamp should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n","type":"text"},{"key":"email","value":"TestTaker@proctoru.com","description":"<p><strong>(required)</strong></p>Test-taker's email","type":"text"}]},"url":"https://demo.proctoru.com/api/getEmailExist","description":"<p>This resource is used to check if an email address has already been used, and will cause an error if so, before creating a new test taker. If the email address exists, the institution name that the account is created under will be returned. Otherwise, the data section of the response will be null.</p>\n","urlObject":{"path":["getEmailExist"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"1ef24e71-aef6-40b0-974e-6e7e32958ae0","name":"getEmailExist successful","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"url":{"raw":"https://demo.proctoru.com/api/getEmailExist/?time_sent=2023-11-29T20:01:23&email=JaneDoe@email.com","host":["https://demo.proctoru.com/api"],"path":["getEmailExist",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"email","value":"JaneDoe@email.com","description":"<p><strong>(required)</strong></p>Test-taker's email"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T16:38:18Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"schoolname\": \"Licata's School of Ruby\"\n        }\n    }"},{"id":"8732a9ba-aef1-fb9e-0f2b-e0774f2e47d6","name":"Failed Get Email Exist","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.proctoru.com/api/getEmailExist/?time_sent=2023-11-29T20:01:23&email=JaneDoe@email.com","host":["https://demo.proctoru.com/api"],"path":["getEmailExist",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23"},{"key":"email","value":"JaneDoe@email.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Cache-Control","key":"Cache-Control","value":"no-store, must-revalidate, private, max-age=0","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Transfer-Encoding","key":"Transfer-Encoding","value":"chunked","description":""},{"name":"Vary","key":"Vary","value":"Origin","description":""},{"name":"X-Frame-Options","key":"X-Frame-Options","value":"ALLOWALL","description":""},{"name":"X-Meta-Request-Version","key":"X-Meta-Request-Version","value":"0.4.3","description":""},{"name":"X-MiniProfiler-Ids","key":"X-MiniProfiler-Ids","value":"[\"9c0ecfuccum4lk34sybg\",\"x3s7wx161bq9jl3i4w40\",\"zge8we48eu0buqprmo8w\"]","description":""},{"name":"X-Request-Id","key":"X-Request-Id","value":"8a45f1c6-e960-419b-b3da-11faa0748e2d","description":""},{"name":"X-Runtime","key":"X-Runtime","value":"1.417332","description":""}],"cookie":[],"responseTime":"1647","body":"{\"time_sent\":\"2017-07-07T21:04:41Z\",\"response_code\":1,\"message\":\"\",\"data\":null}"}],"_postman_id":"d18372a3-774d-7f39-bdef-c90164f71f45"},{"name":"editStudent","event":[{"listen":"prerequest","script":{"id":"2746059d-d88c-4581-91a6-4ae3c0fd7ad6","exec":[""],"type":"text/javascript"}}],"id":"8ed33fd0-72ab-1908-10fc-3b2b33266e9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p>Timestamp should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n"},{"key":"student_id","value":"12345","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique test-taker ID. Valid character types include: String,Integer, Float."},{"key":"user_id","value":"userLogin","type":"text","description":"<p>Username for the test-taker; used to log in to ProctorU's scheduling system. Valid character types include: String,Integer, Float.</p>\n"},{"key":"user_password","value":"userPassword","type":"text","description":"<p>ProctorU's password for the test-taker; used to log in to ProctorU's scheduling system. Must include 1 lowercase,uppercase, and integer character. Must not have the same character repeat more than 2 times. Must be between 8 and 16 characters.</p>\n"},{"key":"last_name","value":"Doe","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's last name"},{"key":"first_name","value":"Jane","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's first name"},{"key":"address1","value":"2200 Riverchase Parkway","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's Address 1 *required if US only; otherwise you may ignore this field."},{"key":"city","value":"Hoover","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's City *required if US only; otherwise you may ignore this field."},{"key":"state","value":"AL","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's State *required if US only; otherwise you may ignore this field."},{"key":"country","value":"US","type":"text","description":"<p><strong>(preferred)</strong></p> Test-taker's Country. ISO 3166-1 alpha 2 codes are supported. You can find a list of valid codes here: https://www.iban.com/country-codes"},{"key":"zipcode","value":"35244","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's zip or postal code"},{"key":"phone1","value":"8557728678","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's Primary Telephone Number"},{"key":"email","value":"JaneDoe@email.com","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's Email"},{"key":"time_zone_id","value":"Central Standard Time","type":"text","description":"<p><strong>(required)</strong></p> Time Zone ID or Description- please call getTimeZoneList for a list of IDs and Descriptions to use for this field. Either the ID or Description from the getTimeZoneList response can be used here"},{"key":"flag_notes","value":"text","type":"text","description":"<p>Alerts proctors of any special considerations for this test-taker</p>\n"},{"key":"campus","value":"","type":"text","description":"<p>Institution's Campus</p>\n"}]},"url":"https://demo.proctoru.com/api/editStudent","description":"<p>This resource initiates the addition or update of a test-taker's account for ProctorU's website.</p>\n","urlObject":{"path":["editStudent"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"106f65c8-b775-48f6-922f-28f9089e2bc0","name":"editStudent","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique test-taker ID"},{"key":"user_id","value":"userLogin","type":"text","description":"Username for the test-taker; used to log in to ProctorU's scheduling system"},{"key":"user_password","value":"userPassword","type":"text","description":"ProctorU's password for the test-taker; used to log in to ProctorU's scheduling system"},{"key":"last_name","value":"Doe","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's last name"},{"key":"first_name","value":"Jane","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's first name"},{"key":"address1","value":"2200 Riverchase Parkway","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's Address 1 *required if US only; otherwise you may ignore this field."},{"key":"city","value":"Hoover","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's City *required if US only; otherwise you may ignore this field."},{"key":"state","value":"AL","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's State *required if US only; otherwise you may ignore this field."},{"key":"country","value":"US","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's Country "},{"key":"zipcode","value":"35244","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's zip or postal code"},{"key":"phone1","value":"8557728678","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's Primary Telephone Number"},{"key":"email","value":"JaneDoe@email.com","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's Email"},{"key":"time_zone_id","value":"Central Standard Time","type":"text","description":"<p><strong>(required)</strong></p> Time Zone ID - please call getTimeZoneList for a list of IDs"},{"key":"flag_notes","value":"text","type":"text","description":"Alerts proctors of any special considerations for this test-taker"},{"key":"campus","value":"","type":"text","description":"Institution's Campus"}]},"url":"https://demo.proctoru.com/api/editStudent/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T16:38:41Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"profilecomplete\": true,\n        \"hasimage\": false,\n        \"termsaccepted\": true\n        }\n    }"}],"_postman_id":"8ed33fd0-72ab-1908-10fc-3b2b33266e9b"},{"name":"getTOS","event":[{"listen":"prerequest","script":{"id":"c0802cd5-b6c9-471a-9527-cc65368b5bc4","exec":[""],"type":"text/javascript"}}],"id":"0965c69a-74c1-2791-c66d-1bb86fa7ab62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"url":"https://demo.proctoru.com/api/getTOS/?time_sent=2023-11-29T20:01:23&student_id=12345","description":"<p>This resource returns ProctorU's terms of service and whether the specified test-taker has agreed to them.</p>\n","urlObject":{"path":["getTOS",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p>Timestamp should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"},{"description":{"content":"<p><strong>(required)</strong></p>Institution's unique test-taker ID","type":"text/plain"},"key":"student_id","value":"12345"}],"variable":[]}},"response":[{"id":"b4bb24d8-8f5e-4097-b81c-47057a0477ed","name":"getTOS","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"url":{"raw":"https://demo.proctoru.com/api/getTOS/?time_sent=2020-05-13T19:17:29Z&student_id=365","host":["https://demo.proctoru.com/api"],"path":["getTOS",""],"query":[{"key":"time_sent","value":"2020-05-13T19:17:29Z","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"365","description":"<p><strong>(required)</strong></p>Institution's unique test-taker ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T19:17:29Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"tos\": \"<p>ProctorU, Inc. Terms of Service</p><p><br></p><p>These Terms of Service (“Terms”) govern your access to and use of the ProctorU services, ProctorU’s websites, and the services ProctorU provides to you but are licensed from third parties (the “Services”), and any information, text, graphics, or other materials uploaded, downloaded or appearing on the Services while taking examinations and tests (collectively referred to as “Content”). Your access to and use of the Services is conditioned on your acceptance of and compliance with these Terms. By accessing or using the Services you agree to be bound by these Terms.&nbsp;</p><p><br></p><p>Basic Terms</p><p><br></p><p>You are responsible for your use of the Services and for any consequences thereof. The Content you submit, post, or display will be able to be shared with and viewed by your college, university, instructor, school or organization.</p><p><br></p><p>You may use the Services only if you or your college, university, school or organization can form a binding contract with ProctorU and you are not a person barred from receiving services under the laws of the United States or other applicable jurisdiction. You may use the Services only in compliance with these Terms and all applicable local, state, national, and international laws, rules and regulations.</p><p><br></p><p>The Services that ProctorU provides are always evolving and the form and nature of these Services may change from time to time without prior notice to you. In addition, ProctorU may stop (permanently or temporarily) providing the Services (or any features within the Services) to you or to users generally and may not be able to provide you with prior notice. We also retain the right to create limits on use and storage at our sole discretion at any time without prior notice to you.</p><p><br></p><p>Photography, filming, video recording or sound recording of any part of ProctorU's service for commercial, private or public performance purposes is prohibited unless written permission from ProctorU is obtained in advance.</p><p><br></p><p>Privacy</p><p><br></p><p>Any content that you provide during your interaction with ProctorU is subject to our Privacy Policy, which governs our collection of your information and content and the forwarding of such to your college, university, instructor, school or organization. You understand that through your use of the Services you consent to the collection and forwarding (as set forth in the Privacy Policy) of this information, including the transfer of this information to your college, university, instructor, school or organization. As part of providing you the Services, we may need to provide you with certain communications, such as service announcements and administrative messages. These communications are considered part of the Services, which you may not be able to opt-out from receiving.</p><p><br></p><p>You also agree to authenticate your identity if requested by ProctorU using the then-current methodology employed by ProctorU . &nbsp;Information obtained during the identity authentication process will be retained by ProctorU or by ProctorU’s licensor and may be shared with your college, university, school, instructor or organization.</p><p><br></p><p>You agree to allow ProctorU to monitor you by webcam, such monitoring to be conducted by a live person (a proctor) in real time. &nbsp;You agree to scan your premises using your webcam when requested by the proctor. &nbsp;ProctorU may record or tape this interaction.</p><p><br></p><p>You understand that ProctorU will remotely connect to your computer in order to monitor your computer screen and, if required, to assist you with technical issues that may occur during a proctored test or examination.</p><p><br></p><p>You acknowledge that our proctors will, in addition to viewing you and your surroundings via webcam, be listening to you, monitoring your computer screen, and that you agree to maintain audio contact during the proctoring session. &nbsp;Further, ProctorU may tape or record your entire session and you acknowledge that ProctorU is not responsible for anything that appears on your webcam or desktop.</p><p><br></p><p>You agree that, should anything appear on your desktop screen, or be viewed via your webcam that is deemed pornographic or sexually explicit by your proctor, your session may be terminated immediately by the proctor and the cause of any such session termination reported to your college, university, school, instructor or organization. &nbsp;You further agree that a session may be terminated by the proctor if, in the proctor’s sole discretion, your use inappropriate language during the session.</p><p><br></p><p>You agree to allow ProctorU to take a photo of you to keep on file at ProctorU.</p><p><br></p><p>You grant the proctor the right to use whatever method ProctorU makes available to recommend that your examination or test be disqualified should the proctor detect questionable action during the examination or test.</p><p><br></p><p>Passwords</p><p><br></p><p>You are responsible for safeguarding the password that you use to access the Services and for any activities or actions under your password. ProctorU cannot and will not be liable for any loss or damage arising from your failure to comply with the above requirements.</p><p><br></p><p>Content on the Services</p><p><br></p><p>All Content, however transmitted, is the sole responsibility of the person who originated such Content. We may not monitor or control all Content posted via the Services and we cannot take responsibility for such Content. Any use or reliance on any Content or materials posted via the Services or obtained by you through the Services is at your own risk.</p><p><br></p><p>Your Rights</p><p><br></p><p>By submitting, posting or displaying Content on or through the Services, you grant us a worldwide, non-exclusive, royalty-free license (with the right to sublicense) to use, transmit, display and distribute such Content to your college, university, instructor, school or organization.</p><p><br></p><p>This license is you authorizing us to make your examination or test available to your college, university, instructor, school or organization.</p><p><br></p><p>You are responsible for your use of the Services, for any Content you provide, and for any consequences thereof, including the disqualification of your Content by your college, university, instructor, school or organization. ProctorU will not be responsible or liable for any use of your Content by your college, university, instructor, school or organization in accordance with these Terms. You represent and warrant that you have all the rights, power and authority necessary to grant the rights granted herein to any Content that you submit.</p><p><br></p><p>ProctorU gives you a personal, worldwide, royalty-free, non-assignable and non-exclusive license to use the software that is provided to you by ProctorU as part of the Services. This license is for the sole purpose of enabling you to use and enjoy the benefit of the Services as provided by ProctorU, in the manner permitted by these Terms.</p><p><br></p><p>ProctorU Rights</p><p><br></p><p>All right, title, and interest in and to the Services (excluding Content provided by users) are and will remain the exclusive property of ProctorU and its licensors. The Services are or will be protected by copyright, trademark, and other laws of both the United States and foreign countries. Nothing in the Terms gives you a right to use the ProctorU name or any of the ProctorU trademarks, logos, domain names, and other distinctive brand features. Any feedback, comments, or suggestions you may provide regarding ProctorU, or the Services is entirely voluntary and we will be free to use such feedback, comments or suggestions as we see fit and without any obligation to you.</p><p><br></p><p>Restrictions on Content and Use of the Services</p><p><br></p><p>We reserve the right to access, read, preserve, and disclose any information as we reasonably believe is necessary to (i) satisfy any applicable law, regulation, legal process or governmental request, (ii) enforce the Terms, including investigation of potential violations hereof, (iii) detect, prevent, or otherwise address fraud, security or technical issues, (iv) respond to user support requests, or (v) protect the rights, property or safety of ProctorU, its users, customers, and the public.</p><p><br></p><p>You may not do any of the following while accessing or using the Services: (i) access, tamper with, or use non-public areas of the Services, ProctorU’s computer systems, or the technical delivery systems of ProctorU’s providers; (ii) probe, scan, or test the vulnerability of any system or network or breach or circumvent any security or authentication measures; (iii) access or search or attempt to access or search the Services by any means (automated or otherwise) other than through our currently available, published interfaces that are provided by ProctorU (and only pursuant to those terms and conditions); (iv) in any way use the Services to send altered, deceptive or false information; or (v) interfere with, or disrupt, (or attempt to do so), the access of any user, host or network, including, without limitation, sending a virus, overloading, flooding, spamming, mail-bombing the Services, or by scripting the creation of Content in such a manner as to interfere with or create an undue burden on the Services.</p><p><br></p><p>Copyright Policy</p><p><br></p><p>ProctorU respects the intellectual property rights of others and expects users of the Services to do the same. We will respond to notices of alleged copyright infringement that comply with applicable law and are properly provided to us.&nbsp;</p><p><br></p><p>The Services are Available “AS-IS”</p><p><br></p><p>Your access to and use of the Services or any Content is at your own risk. You understand and agree that the Services are provided to you on an “AS IS” and “AS AVAILABLE” basis. Without limiting the foregoing, PROCTORU AND ITS PARTNERS DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. We make no warranty and disclaim all responsibility and liability for the completeness, accuracy, availability, timeliness, security or reliability of the Services or any content thereon. ProctorU will not be responsible or liable for any harm to your computer system, loss of data, or other harm that results from your access to or use of the Services, or any Content. You also agree that ProctorU has no responsibility or liability for the deletion of, or the failure to store or to transmit, any Content and other communications maintained by the Services. We make no warranty that the Services will meet your requirements or be available on an uninterrupted, secure, or error-free basis. No advice or information, whether oral or written, obtained from ProctorU or through the Services, will create any warranty not expressly made herein.</p><p><br></p><p>ProctorU is committed to treating all test takers with integrity and at a high level of service. &nbsp;However, if a test taker exhibits unacceptable behavior, ProctorU reserves the right to deny service and report that test-takers actions back to the test delivery partner.</p><p>&nbsp;</p><p>To assure that the denial of service decision is fair, ProctorU utilizes an escalation process. &nbsp;When a test-taker is engaged with ProctorU personnel online (via chat or video conference) or on the phone and exhibits behavior that is unacceptable, the ProctorU personnel will “escalate” the interaction to their manager. &nbsp;The manager will quickly assess the situation and will take action to end the interaction and issue a temporary denial of service. &nbsp; &nbsp;An immediate incident report will be filed with the President of ProctorU and the test delivery partner. &nbsp;A decision on the denial of service will be made after consultation with the test partner and ProctorU.</p><p><br></p><p>Links</p><p><br></p><p>The Services may contain links to third-party websites or resources. You acknowledge and agree that we are not responsible or liable for: (i) the availability or accuracy of such websites or resources; or (ii) the content, products, or services on or available from such websites or resources. Links to such websites or resources do not imply any endorsement by ProctorU of such websites or resources or the content, products, or services available from such websites or resources. You acknowledge sole responsibility for and assume all risk arising from your use of any such websites or resources.</p><p><br></p><p>Limitation of Liability</p><p><br></p><p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, PROCTORU AND ITS SUBSIDIARIES, AFFILIATES, OFFICERS, EMPLOYEES, AGENTS, PARTNERS AND LICENSORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR PUNITIVE DAMAGES, INCLUDING WITHOUT LIMITATION, LOSS OF PROFITS, DATA, USE, GOOD-WILL, OR OTHER INTANGIBLE LOSSES, RESULTING FROM (i) YOUR ACCESS TO OR USE OF OR INABILITY TO ACCESS OR USE THE SERVICES; (ii) UNAUTHORIZED ACCESS, USE OR ALTERATION OF YOUR TRANSMISSIONS OR CONTENT, WHETHER BASED ON WARRANTY, CONTRACT, TORT (INCLUDING NEGLIGENCE) OR ANY OTHER LEGAL THEORY, WHETHER OR NOT PROCTORU HAS BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGE, AND EVEN IF A REMEDY SET FORTH HEREIN IS FOUND TO HAVE FAILED OF ITS ESSENTIAL PURPOSE.</p><p><br></p><p>Exclusions</p><p><br></p><p>Some jurisdictions do not allow the exclusion of certain warranties or the exclusion or limitation of liability for consequential or incidental damages, so the limitations above may not apply to you.</p><p><br></p><p>Waiver and Severability</p><p><br></p><p>The failure of ProctorU to enforce any right or provision of these Terms will not be deemed a waiver of such right or provision. In the event that any provision of these Terms is held to be invalid or unenforceable, the remaining provisions of these Terms will remain in full force and effect.</p><p><br></p><p>Controlling Law and Jurisdiction</p><p><br></p><p>These Terms and any action related thereto will be governed by the laws of the State of Alabama without regard to or application of its conflict of law provisions or your state or country of residence. All claims, legal proceedings or litigation arising in connection with the Services will be brought solely in Jefferson County, Alabama, and you consent to the jurisdiction of and venue in such courts and waive any objection as to inconvenient forum. If you are accepting these Terms on behalf of a United States federal government entity that is legally unable to accept the controlling law, jurisdiction or venue clauses above, then those clauses do not apply to you but instead these Terms and any action related thereto will be will be governed by the laws of the United States of America (without reference to conflict of laws) and, in the absence of federal law and to the extent permitted under federal law, the laws of the State of Alabama (excluding choice of law).</p><p><br></p><p>Entire Agreement</p><p><br></p><p>These Terms are the entire and exclusive agreement between ProctorU and you regarding the Services, and these Terms supersede and replace any prior agreements between ProctorU and you regarding the Services.</p><p><br></p><p>We may revise these Terms from time to time. If the revision, in our sole discretion, is material we will notify you. By continuing to access or use the Services after those revisions become effective, you agree to be bound by the revised Terms.</p><p><br></p><p>Our privacy policy can be viewed at http://www.proctoru.com/privacy.txt</p><p><br></p><p>These Services are operated and provided by</p><p>ProctorU Inc.,&nbsp;</p><p>3083 Independence Drive Suite A, Livermore CA 94550</p><p><br></p><p><br></p><p>Effective: November 2, 2009</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>\",\n        \"termsaccepted\": true\n     }\n    }"}],"_postman_id":"0965c69a-74c1-2791-c66d-1bb86fa7ab62"},{"name":"agreeToTOS","event":[{"listen":"prerequest","script":{"id":"167cba11-7bed-4374-b6a5-aef84e9e8e11","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"],"type":"text/javascript"}}],"id":"83a9ee7b-3f12-4758-c92a-ffac1b3f3569","request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n"},{"key":"student_id","value":"12345","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique test-taker ID"}]},"url":"https://demo.proctoru.com/api/agreeToTOS/","description":"<p>This resource updates the test-taker's Terms of Service agreement status to true.</p>\n","urlObject":{"path":["agreeToTOS",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"11b4d4e7-2e71-4607-b16f-069a84bed456","name":"agreeToTOS","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2020-05-14T15:07:00Z","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"365","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique test-taker ID"}]},"url":"https://demo.proctoru.com/api/agreeToTOS/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T15:07:00Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": null\n    }"}],"_postman_id":"83a9ee7b-3f12-4758-c92a-ffac1b3f3569"}],"id":"40aa5dc9-5428-32fd-2ddd-30fd4754ab92","description":"<p>The following endpoints will assist you in creating a test-taker.  </p>\n<p>REMINDER: The addAdhocProcess and AddBlueBirdExam flow both create users as well in their respective endpoints. When using those flows the following endpoints are not necessary.</p>\n","_postman_id":"40aa5dc9-5428-32fd-2ddd-30fd4754ab92"},{"name":"Creating An Exam","item":[{"name":"editTermExam","event":[{"listen":"prerequest","script":{"id":"b96458d0-1eae-467a-b818-8c6b72f1b641","exec":["var randomNumber = 1000;","var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);","","var startDate = \"2014-08-29T00:00:00Z\";","postman.setEnvironmentVariable(\"start_date\", startDate);","","var endDate = \"2021-08-29T00:00:00Z\";","postman.setEnvironmentVariable(\"end_date\", endDate);","","var termID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"term_id\", termID);","","var examID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"exam_id\", examID);","","var courseNo = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"course_no\", courseNo);","","var termName = \"Math Term \" + Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"term_name\", termName);","","var description = \"Math Exam \" + Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"description\", description);","","var instructor = \"John Doe\";","","var password = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"password\", password);",""],"type":"text/javascript","packages":{}}}],"id":"8bbc4cdf-8657-4064-848e-280a2da98b54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"e80e1588-e753-4e71-be2c-9cffe52f9814","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n"},{"key":"term_no","value":"678","description":"<p>ProctorU's unique ID that is passed back once the term is created. Pass this back in order to update the term.</p>\n","type":"text","disabled":true},{"key":"term_id","value":"123123123123","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term. Acceptable character types: String, Integer,Float"},{"key":"term_name","value":"FA '23","type":"text","description":"<p><strong>(required)</strong></p>Name of the term. The test-taker will use this to locate their exam. Acceptable character types: String, Integer,Float"},{"key":"exam_id","value":"jffowfeo399iririlkhjjh","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam.Acceptable character types: String, Integer,Float"},{"key":"exam_no","value":"123","description":"<p>ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.</p>\n","type":"text","disabled":true},{"key":"description","value":"UA error test","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam. Acceptable character types: String, Integer,Float"},{"key":"exam_url","value":"http://starwars.com/quiz","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"password","value":"password","type":"text","description":"<p>Password for the exam.Acceptable character types: String, Integer,Float. There are currently no requirements for this field.</p>\n"},{"key":"note","value":"Custom text for proctor","type":"text","description":"<p>Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility.</p>\n","disabled":true},{"key":"start_date","value":"2022-03-21T18:21:00.000Z","type":"text","description":"<p><strong>(required)</strong></p>Earliest possible date for a test-taker to take the exam -  ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2024-03-21T18:21:00.000Z","type":"text","description":"<p><strong>(required)</strong></p>Latest possible date for a test-taker to take the exam  - ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"instructor","value":"","type":"text","description":"<p><strong>Deprecated</strong>  Use of 'instructors' recommended.</p><p>Instructor for Exam.</p>\n","disabled":true},{"key":"instructors","value":"[{\"first_name\":\"John\", \"last_name\":\"Doe\", \"email\":\"JohnDoe@email.com\"}, {\"first_name\":\"Jane\", \"last_name\":\"Doe\", \"email\":\"JaneDoe@email.com\"}]","description":"<p>Instructors for the exam. Use this parameter in place of the 'instructor' parameter whenever your exam has multiple instructors attached to it. Please follow the provided example value format. </p>\n","type":"text","disabled":true},{"key":"courseno","value":"98765","type":"text","description":"<p>Title of Course</p>\n","disabled":true},{"key":"max_attempt","value":"0","type":"text","description":"<p>Maximum number of times the exam can be taken. Defaults to 0 for no limit  </p>\n","disabled":true},{"key":"duration","value":"60","type":"text","description":"<p>Total time allowed for the exam in minutes. Defaults to <code>120</code> if left blank.</p>\n"},{"key":"active","value":"Y","type":"text","description":"<p>Status of the exam</p>\n"},{"key":"department_id","value":"740363100","description":"<p>Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.</p>\n","type":"text"},{"key":"preset","value":"medium","description":"<p>Exam sensitivity setting. Defaults to low if omitted. Input must be non capitalized, i.e. 'low','medium','high','custom'.For more information on what each security setting entails please view the following documentation, <a href=\"https://getyardstick-my.sharepoint.com/personal/cclark_meazurelearning_com/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Fcclark%5Fmeazurelearning%5Fcom%2FDocuments%2FMicrosoft%20Teams%20Chat%20Files%2FMeazure%20Learning%20Exam%20Sensitivity%20Settings%20Implementation%20Guide%2Epdf&amp;parent=%2Fpersonal%2Fcclark%5Fmeazurelearning%5Fcom%2FDocuments%2FMicrosoft%20Teams%20Chat%20Files&amp;ga=1\">ProctorU Security Preset Documentation</a></p>\n","type":"text","disabled":true},{"key":"preset_custom_configurations","value":"{\"browser_tabs\": \"allowed\", \"allow_copy_paste\": \"enabled\", \"window_size_allowed\": \"maximized\", \"lost_focus\": \"restricted\"}","description":"<p>Exam sensitivity custom settings allowed for the exam. This parameter is <strong>required</strong> when <strong>preset</strong> value is set to <strong>custom</strong>. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1kTfmxwMZEzdjexeNt-Ogg7iAEU4zL75T/view?usp=sharing\">ProctorU Exam Sensitivity Settings</a> </p>\n","type":"text"},{"key":"whitelist_urls","value":"[{\"url\": \"https://go.proctoru.com\", \"open_on_start\": false}, {\"url\": \"https://www.google.com\", \"open_on_start\": true}]","description":"<p>URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.</p>\n","type":"text","disabled":true},{"key":"permitted_resources_list","value":"financial_calculator,handwritten_notes ","description":"<p>Resources allowed for the exam. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1Tuuayecktn6LxNmVkjPwdN_wBJ1JDnwc/view?usp=sharing\">ProctorU Allowed Resources Documentation</a> </p>\n","type":"text","disabled":true},{"key":"other_resources","value":"custom text","description":"<p>Free text field for other resources allowed for the exam that are not covered in the predefined list of the permitted_resources_list parameter. </p>\n","type":"text","disabled":true},{"key":"expected_test_takers","value":"50","description":"<p>The expected number of test takers taking the exam.</p>\n","type":"text","disabled":true},{"key":"contact","value":"[{\"email\": \"examContact@email.com\", \"name\": \"Contact Name\", \"phone\": \"9876543210\", \"notes\": \"Contact details\"}]","description":"<p>Details of point of contact for ProctorU if there are any issues or questions with the exam.</p>\n","type":"text","disabled":true}]},"url":"https://demo.proctoru.com/api/editTermExam","description":"<p>This resource is used to add or update terms and exams.</p>\n","urlObject":{"protocol":"https","path":["api","editTermExam"],"host":["demo","proctoru","com"],"query":[],"variable":[]}},"response":[{"id":"64304d89-63f6-4bee-b4c4-774562192f08","name":"editTermExam","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2021-04-09T14:02:11Z","type":"text","description":"Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"term_no","value":"2","description":"ProctorU's unique ID that is passed back once the term is created. Pass this back in order to update the term.","type":"text"},{"key":"term_id","value":"1","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term."},{"key":"term_name","value":"Fall-20","type":"text","description":"<p><strong>(required)</strong></p>Name of the term"},{"key":"exam_id","value":"156","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam."},{"key":"exam_no","value":"","description":"ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.","type":"text"},{"key":"description","value":"Practice exam","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam"},{"key":"exam_url","value":"http://proctoru.com","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"password","value":"password","type":"text","description":"Password for the exam."},{"key":"notes","value":"","type":"text","description":"Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility."},{"key":"start_date","value":"2021-06-13T16:41:20Z","type":"text","description":"<p><strong>(required)</strong></p>Earliest possible date for a test-taker to take the exam -  ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2021-07-13T16:41:20Z","type":"text","description":"<p><strong>(required)</strong></p>Latest possible date for a test-taker to take the exam  - ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"instructor","value":"John Doe","type":"text","description":"Instructor for Exam"},{"key":"courseno","value":"Intro Course 101","type":"text","description":"Course number for the exam"},{"key":"max_attempt","value":"0","type":"text","description":"Maximum number of times the exam can be taken. Defaults to 0 for no limit  "},{"key":"duration","value":"120","type":"text","description":"Total time allowed for the exam in minutes. Defaults to `120` if left blank."},{"key":"active","value":"Y","type":"text","description":"Status of the exam"},{"key":"whitelist_urls","value":"[{\"url\": \"https://go.proctoru.com\", \"open_on_start\": false}, {\"url\": \"https://www.google.com\", \"open_on_start\": true}]","description":"URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.","type":"text"},{"key":"department_id","value":"32198764","description":"Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.","type":"text"}]},"url":"https://demo.proctoru.com/api/editTermExam"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2021-04-09T14:02:11Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"exam_no\": 694566357,\n        \"exam_id\": \"156\",\n        \"invite_url\": \"https://demo.proctoru.com/invitations/open-invite?token=MTA3MDE3ODg2Mm9wZW4taW52aXRl\"\n    }\n}"},{"id":"8ab75ba5-974e-478f-814c-b74657ae16ff","name":"editTermExam Multiple Instructors","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"term_no","value":"","description":"ProctorU's unique ID that is passed back once the term is created. Pass this back in order to update the term.","type":"text"},{"key":"term_id","value":"654321","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term."},{"key":"term_name","value":"Term Name","type":"text","description":"<p><strong>(required)</strong></p>Name of the term"},{"key":"exam_id","value":"demo_exam","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam."},{"key":"exam_no","value":"","description":"ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.","type":"text"},{"key":"description","value":"Exam Name","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam"},{"key":"exam_url","value":"https://go.proctoru.com/quiz","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"password","value":"examPassword","type":"text","description":"Password for the exam."},{"key":"notes","value":"Custom text for proctor","type":"text","description":"Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility."},{"key":"start_date","value":"2024-01-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Earliest possible date for a test-taker to take the exam -  ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2024-07-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Latest possible date for a test-taker to take the exam  - ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"instructors","value":"[{\"first_name\":\"John\", \"last_name\":\"Doe\", \"email\":\"JohnDoe@email.com\"}, {\"first_name\":\"Jane\", \"last_name\":\"Doe\", \"email\":\"JaneDoe@email.com\"}]","type":"text","description":"Instructor for Exam"},{"key":"courseno","value":"98765","type":"text","description":"Title of Course"},{"key":"max_attempt","value":"0","type":"text","description":"Maximum number of times the exam can be taken. Defaults to 0 for no limit  "},{"key":"duration","value":"120","type":"text","description":"Total time allowed for the exam in minutes. Defaults to `120` if left blank."},{"key":"active","value":"Y","type":"text","description":"Status of the exam"},{"key":"department_id","value":"32198764","description":"Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.","type":"text"}]},"url":"https://demo.proctoru.com/api/editTermExam"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"time_sent\": \"2020-12-02T16:45:40Z\",\r\n    \"response_code\": 1,\r\n    \"message\": \"\",\r\n    \"data\": {\r\n        \"exam_no\": 5064576,\r\n        \"exam_id\": \"demo_exam\",\r\n        \"invite_url\": \"https://go.proctoru.com/invitations/open-invite?token=NDkyNTEwMG9wZW4taW52aXRl\"\r\n    }\r\n}"}],"_postman_id":"8bbc4cdf-8657-4064-848e-280a2da98b54"}],"id":"9e97309f-b7a4-41f8-1ae1-fbf186be57a8","description":"<p>The following endpoint is used to create a one-to-many exam which is recommended for users integrating to the addProcess flow</p>\n","_postman_id":"9e97309f-b7a4-41f8-1ae1-fbf186be57a8"},{"name":"Updating An Exam","item":[{"name":"editTermExam","event":[{"listen":"prerequest","script":{"id":"8431741a-c3d9-4858-ac97-49a854697a73","exec":["var randomNumber = 1000;","var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);","","var startDate = \"2014-08-29T00:00:00Z\";","postman.setEnvironmentVariable(\"start_date\", startDate);","","var endDate = \"2021-08-29T00:00:00Z\";","postman.setEnvironmentVariable(\"end_date\", endDate);","","var termID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"term_id\", termID);","","var examID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"exam_id\", examID);","","var courseNo = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"course_no\", courseNo);","","var termName = \"Math Term \" + Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"term_name\", termName);","","var description = \"Math Exam \" + Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"description\", description);","","var instructor = \"John Doe\";","","var password = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"password\", password);",""],"type":"text/javascript","packages":{}}}],"id":"8e544176-2192-49a7-8cc6-63523238bfa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p>Timestamp should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n"},{"key":"term_no","value":"678","description":"<p>ProctorU's unique ID that is passed back once the term is created. Pass this back in order to update the term.</p>\n","type":"text"},{"key":"term_id","value":"654321","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term. Acceptable character types: String, Integer,Float"},{"key":"term_name","value":"Term Name","type":"text","description":"<p><strong>(required)</strong></p>Name of the term. The test-taker will use this to locate their exam. Acceptable character types: String, Integer,Float"},{"key":"exam_id","value":"456789","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam.Acceptable character types: String, Integer,Float"},{"key":"exam_no","value":"123","description":"<p>ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.</p>\n","type":"text"},{"key":"description","value":"Exam Name","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam. Acceptable character types: String, Integer,Float"},{"key":"exam_url","value":"http://starwars.com/quiz","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"password","value":"examPassword","type":"text","description":"<p>Password for the exam.Acceptable character types: String, Integer,Float. There are currently no requirements for this field.</p>\n"},{"key":"note","value":"Custom text for proctor","type":"text","description":"<p>Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility.</p>\n"},{"key":"start_date","value":"2024-01-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Earliest possible date for a test-taker to take the exam -  ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2024-07-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Latest possible date for a test-taker to take the exam  - ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"instructor","value":"","type":"text","description":"<p><strong>Deprecated</strong>  Use of 'instructors' recommended.</p><p>Instructor for Exam.</p>\n","disabled":true},{"key":"instructors","value":"[{\"first_name\":\"John\", \"last_name\":\"Doe\", \"email\":\"JohnDoe@email.com\"}, {\"first_name\":\"Jane\", \"last_name\":\"Doe\", \"email\":\"JaneDoe@email.com\"}]","description":"<p>Instructors for the exam. Use this parameter in place of the 'instructor' parameter whenever your exam has multiple instructors attached to it. Please follow the provided example value format. </p>\n","type":"text"},{"key":"courseno","value":"98765","type":"text","description":"<p>Title of Course</p>\n"},{"key":"max_attempt","value":"0","type":"text","description":"<p>Maximum number of times the exam can be taken. Defaults to 0 for no limit  </p>\n"},{"key":"duration","value":"120","type":"text","description":"<p>Total time allowed for the exam in minutes. Defaults to <code>120</code> if left blank.</p>\n"},{"key":"active","value":"Y","type":"text","description":"<p>Status of the exam</p>\n"},{"key":"department_id","value":"32198764","description":"<p>Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.</p>\n","type":"text"},{"key":"exam_no","value":"987","description":"<p>ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.</p>\n","type":"text"},{"key":"preset","value":"medium","description":"<p>Exam sensitivity setting. Defaults to low if omitted. Input must be non capitalized, i.e. 'low','medium','high','custom'.For more information on what each security setting entails please view the following documentation, <a href=\"https://drive.google.com/file/d/1kTfmxwMZEzdjexeNt-Ogg7iAEU4zL75T/view?usp=sharing\">ProctorU Security Preset Documentation</a></p>\n","type":"text"},{"key":"preset_custom_configurations","value":"{\"browser_tabs\": \"allowed\", \"allow_copy_paste\": \"enabled\", \"window_size_allowed\": \"maximized\", \"lost_focus\": \"restricted\"}","description":"<p>Exam sensitivity custom settings allowed for the exam. This parameter is <strong>required</strong> when <strong>preset</strong> value is set to <strong>custom</strong>. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1kTfmxwMZEzdjexeNt-Ogg7iAEU4zL75T/view?usp=sharing\">ProctorU Exam Sensitivity Settings</a></p>\n","type":"text"},{"key":"whitelist_urls","value":"[{\"url\": \"https://go.proctoru.com\", \"open_on_start\": false}, {\"url\": \"https://www.google.com\", \"open_on_start\": true}]","description":"<p>URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.</p>\n","type":"text"},{"key":"permitted_resources_list","value":"financial_calculator,handwritten_notes ","description":"<p>Resources allowed for the exam. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1Tuuayecktn6LxNmVkjPwdN_wBJ1JDnwc/view?usp=sharing\">ProctorU Allowed Resources Documentation</a> </p>\n","type":"text"},{"key":"other_resources","value":"custom text","description":"<p>Free text field for other resources allowed for the exam that are not covered in the predefined list of the permitted_resources_list parameter. </p>\n","type":"text"},{"key":"expected_test_takers","value":"50","description":"<p>The expected number of test takers taking the exam.</p>\n","type":"text"},{"key":"contact","value":"[{\"email\": \"examContact@email.com\", \"name\": \"Contact Name\", \"phone\": \"9876543210\", \"notes\": \"Contact details\"}]","description":"<p>Details of point of contact for ProctorU if there are any issues or questions with the exam.</p>\n","type":"text"}]},"url":"https://demo.proctoru.com/api/editTermExam","description":"<p>This resource is used to add or update terms and exams.</p>\n","urlObject":{"path":["editTermExam"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"7cef6a9f-91b6-4607-86fd-ebc2b4554b8c","name":"editTermExam","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2021-04-09T14:02:11Z","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"term_no","value":"2","description":"ProctorU's unique ID that is passed back once the term is created. Pass this back in order to update the term.","type":"text"},{"key":"term_id","value":"1","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term."},{"key":"term_name","value":"Fall-20","type":"text","description":"<p><strong>(required)</strong></p>Name of the term"},{"key":"exam_id","value":"156","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam."},{"key":"exam_no","value":"","description":"ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.","type":"text"},{"key":"description","value":"Practice exam","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam"},{"key":"exam_url","value":"http://proctoru.com","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"password","value":"password","type":"text","description":"Password for the exam."},{"key":"notes","value":"","type":"text","description":"Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility."},{"key":"start_date","value":"2021-06-13T16:41:20Z","type":"text","description":"<p><strong>(required)</strong></p>Earliest possible date for a test-taker to take the exam -  ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2021-07-13T16:41:20Z","type":"text","description":"<p><strong>(required)</strong></p>Latest possible date for a test-taker to take the exam  - ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"instructor","value":"John Doe","type":"text","description":"Instructor for Exam"},{"key":"courseno","value":"Intro Course 101","type":"text","description":"Course number for the exam"},{"key":"max_attempt","value":"0","type":"text","description":"Maximum number of times the exam can be taken. Defaults to 0 for no limit  "},{"key":"duration","value":"120","type":"text","description":"Total time allowed for the exam in minutes. Defaults to `120` if left blank."},{"key":"active","value":"Y","type":"text","description":"Status of the exam"},{"key":"whitelist_urls","value":"[{url: \"https://go.proctoru.com\", open_on_start: false}, {url: \"https://www.google.com\", open_on_start: true}]","description":"URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.","type":"text"},{"key":"department_id","value":"32198764","description":"Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.","type":"text"}]},"url":"https://demo.proctoru.com/api/editTermExam"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2021-04-09T14:02:11Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"exam_no\": 694566357,\n        \"exam_id\": \"156\",\n        \"invite_url\": \"https://demo.proctoru.com/invitations/open-invite?token=MTA3MDE3ODg2Mm9wZW4taW52aXRl\"\n    }\n}"},{"id":"dd057fbc-fb9f-4a6b-8418-94a889c4c4e8","name":"editTermExam Multiple Instructors","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"term_no","value":"","description":"ProctorU's unique ID that is passed back once the term is created. Pass this back in order to update the term.","type":"text"},{"key":"term_id","value":"654321","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term."},{"key":"term_name","value":"Term Name","type":"text","description":"<p><strong>(required)</strong></p>Name of the term"},{"key":"exam_id","value":"demo_exam","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam."},{"key":"exam_no","value":"","description":"ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.","type":"text"},{"key":"description","value":"Exam Name","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam"},{"key":"exam_url","value":"https://go.proctoru.com/quiz","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"password","value":"examPassword","type":"text","description":"Password for the exam."},{"key":"notes","value":"Custom text for proctor","type":"text","description":"Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility."},{"key":"start_date","value":"2024-01-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Earliest possible date for a test-taker to take the exam -  ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2024-07-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Latest possible date for a test-taker to take the exam  - ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"instructors","value":"[{\"first_name\":\"John\", \"last_name\":\"Doe\", \"email\":\"JohnDoe@email.com\"}, {\"first_name\":\"Jane\", \"last_name\":\"Doe\", \"email\":\"JaneDoe@email.com\"}]","type":"text","description":"Instructor for Exam"},{"key":"courseno","value":"98765","type":"text","description":"Title of Course"},{"key":"max_attempt","value":"0","type":"text","description":"Maximum number of times the exam can be taken. Defaults to 0 for no limit  "},{"key":"duration","value":"120","type":"text","description":"Total time allowed for the exam in minutes. Defaults to `120` if left blank."},{"key":"active","value":"Y","type":"text","description":"Status of the exam"},{"key":"department_id","value":"32198764","description":"Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.","type":"text"}]},"url":"https://demo.proctoru.com/api/editTermExam"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"time_sent\": \"2020-12-02T16:45:40Z\",\r\n    \"response_code\": 1,\r\n    \"message\": \"\",\r\n    \"data\": {\r\n        \"exam_no\": 5064576,\r\n        \"exam_id\": \"demo_exam\",\r\n        \"invite_url\": \"https://go.proctoru.com/invitations/open-invite?token=NDkyNTEwMG9wZW4taW52aXRl\"\r\n    }\r\n}"}],"_postman_id":"8e544176-2192-49a7-8cc6-63523238bfa7"}],"id":"43998e66-1495-13c7-85f9-90189be2ccf5","description":"<p>The following endpoint is used to update a one-to-many exam which is recommended for users integrating to the addProcess flow</p>\n","_postman_id":"43998e66-1495-13c7-85f9-90189be2ccf5"},{"name":"Listing Terms, Exams, and Departments","item":[{"name":"getInstitutionDepartmentList","event":[{"listen":"prerequest","script":{"id":"c55f68a1-6507-47da-bdd0-d5b050dfc707","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"],"type":"text/javascript"}}],"id":"75d3ade0-4808-41ac-b278-af73bd8d8f8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p>Timestamp should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n","type":"text"}]},"url":"https://demo.proctoru.com/api/getInstitutionDepartmentList/","description":"<p>This resource returns a list of the departments and department id's for the institution provided.</p>\n","urlObject":{"path":["getInstitutionDepartmentList",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"9315ff73-0a58-4d18-9df8-cb9db2fb755f","name":"getInstitutionDepartmentList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":{"raw":"https://demo.proctoru.com/api/getInstitutionDepartmentList/?time_sent=2023-11-29T20:01:23","host":["https://demo.proctoru.com/api"],"path":["getInstitutionDepartmentList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T16:41:38Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"name\": \"Institution\",\n            \"id\": 740362352,\n            \"service_types\": []\n        }\n        ]\n    }"}],"_postman_id":"75d3ade0-4808-41ac-b278-af73bd8d8f8c"},{"name":"getInstitutionExamList","event":[{"listen":"prerequest","script":{"id":"de89829c-2945-49a4-952a-038612472c68","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"],"type":"text/javascript"}}],"id":"47aa6e17-ab99-b007-bc37-1a0f803afc17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p>Timestamp should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n","type":"text"},{"key":"term_id","value":"{{termID}}","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term. Not sending term_id or term_no will return all exams.","type":"text"},{"key":"term_no","value":"","description":"<p>ProctorU's unique ID that is passed back once the term is created. You may pass this instead of term_id if you prefer.</p>\n","type":"text"},{"key":"all","value":"Y","description":"<p>Return all active exams (set to F) or return all inactive and active exams (set to T) Not sending term_id or term_no will return all exams.</p>\n","type":"text"}]},"url":"https://demo.proctoru.com/api/getInstitutionExamList/","description":"<p>This resource returns a list of exams, including multiple details about the exam, for an institution.</p>\n","urlObject":{"path":["getInstitutionExamList",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"092f4226-4eba-4526-9720-f286cd9ff603","name":"getInstitutionExamList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":{"raw":"https://demo.proctoru.com/api/getInstitutionExamList/?time_sent=2023-11-29T20:01:23&term_id={{termID}}&term_no&all=Y","host":["https://demo.proctoru.com/api"],"path":["getInstitutionExamList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"term_id","value":"{{termID}}","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term."},{"key":"term_no","value":null,"description":"ProctorU's unique ID that is passed back once the term is created. You may pass this instead of term_id if you prefer."},{"key":"all","value":"Y","description":"Return all active exams (set to F) or return all inactive and active exams (set to T) "}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T19:26:43Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"term_no\": 905174317,\n            \"term_id\": \"1985\",\n            \"term_name\": \"November AY2020-T2\",\n            \"exam_id\": \"157\",\n            \"exam_no\": 691416907,\n            \"courseno\": null,\n            \"description\": \"MATH 1001 - AY2020-T1\",\n            \"instructor\": \"John Doe\",\n            \"start_date\": \"2019-11-10T13:08:55Z\",\n            \"end_date\": \"2019-11-12T13:08:55Z\",\n            \"duration\": 60,\n            \"active\": \"Y\",\n            \"notes\": null,\n            \"password\": \"password\",\n            \"max_attempt\": 0\n        }\n        ]\n    }"}],"_postman_id":"47aa6e17-ab99-b007-bc37-1a0f803afc17"},{"name":"getInstitutionTermList","event":[{"listen":"prerequest","script":{"id":"4cbbc72c-d40e-415b-aa72-96bb32cb7838","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"],"type":"text/javascript"}}],"id":"f6ac2455-1e63-2a89-c53a-a69f4894d56f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":"https://demo.proctoru.com/api/getInstitutionTermList/?time_sent=2023-11-29T20:01:23&all=Y","description":"<p>This resource returns a list of the terms in the system. This is primarily used for institutions that are converting to the API when the term list already exists at ProctorU.</p>\n","urlObject":{"path":["getInstitutionTermList",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"},{"description":{"content":"<p>Return all active terms (set to F) or return all inactive and active terms (set to T) </p>\n","type":"text/plain"},"key":"all","value":"Y"}],"variable":[]}},"response":[{"id":"1753451a-2290-49da-84af-b684103b0f41","name":"getInstitutionTermList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":{"raw":"https://demo.proctoru.com/api/getInstitutionTermList/?time_sent=2023-11-29T20:01:23&all=Y","host":["https://demo.proctoru.com/api"],"path":["getInstitutionTermList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"all","value":"Y","description":"Return all active terms (set to F) or return all inactive and active terms (set to T) "}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T19:24:58Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"term_no\": 905177788,\n            \"term_id\": \"519\",\n            \"term_name\": \"Math Term 870\",\n            \"active\": \"Y\"\n        },\n        {\n            \"term_no\": 905177329,\n            \"term_id\": \"761\",\n            \"term_name\": \"Math Term 476\",\n            \"active\": \"Y\"\n        }\n        ]\n    }"}],"_postman_id":"f6ac2455-1e63-2a89-c53a-a69f4894d56f"}],"id":"855bb268-1e99-f879-a5b4-cdeb003a3423","event":[{"listen":"prerequest","script":{"id":"5be23f1c-a6b5-4b2c-a39e-5d22cf2714d0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5571ec27-1589-4b30-aa6c-59be47f2141b","type":"text/javascript","exec":[""]}}],"_postman_id":"855bb268-1e99-f879-a5b4-cdeb003a3423","description":""},{"name":"Test Taker Profile","item":[{"name":"getStudentImage","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"]}}],"id":"65eafc97-eeeb-3077-9edd-be4b71ee3c9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"url":"https://demo.proctoru.com/api/getStudentImage/?time_sent=2023-11-29T20:01:23&student_id=12345","description":"<p>Retrieves the latest image on file for a test taker.</p>\n","urlObject":{"path":["getStudentImage",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"},{"description":{"content":"<p>Institution's unique test-taker ID</p>\n","type":"text/plain"},"key":"student_id","value":"12345"}],"variable":[]}},"response":[{"id":"4ec03744-1d6c-4237-a6a5-0a12c6d6e2d7","name":"getStudentImage","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"url":{"raw":"https://demo.proctoru.com/api/getStudentImage/?time_sent=2023-11-29T20:01:23&student_id=12345","host":["https://demo.proctoru.com/api"],"path":["getStudentImage",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","description":"Institution's unique test-taker ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"*image of student*"}],"_postman_id":"65eafc97-eeeb-3077-9edd-be4b71ee3c9e"},{"name":"getStudentProfile","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"]}}],"id":"9ee7a61b-ed51-4c80-204a-30d815b20bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"url":"https://demo.proctoru.com/api/getStudentProfile/?time_sent=2023-11-29T20:01:23&student_id=12345","description":"<p>This resource returns a test-taker's profile.</p>\n","urlObject":{"path":["getStudentProfile",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"},{"description":{"content":"<p>Institution's unique test-taker ID</p>\n","type":"text/plain"},"key":"student_id","value":"12345"}],"variable":[]}},"response":[{"id":"99878129-0d7f-4e37-b566-455ebdef0e06","name":"getStudentProfile","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"url":{"raw":"https://demo.proctoru.com/api/getStudentProfile/?time_sent=2023-11-29T20:01:23&student_id=365","host":["https://demo.proctoru.com/api"],"path":["getStudentProfile",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"365","description":"Institution's unique test-taker ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T15:13:25Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"student_id\": \"365\",\n        \"user_id\": \"jdoe@proctoru.com\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Doe\",\n        \"address1\": \"2200 Riverchase Center\",\n        \"address2\": null,\n        \"city\": \"Birmingham\",\n        \"state\": \"Alabama\",\n        \"zipcode\": \"35244\",\n        \"country\": \"USA\",\n        \"phone1\": \"2055555555\",\n        \"phone2\": null,\n        \"phone3\": null,\n        \"email\": \"jdoe@proctoru.com\",\n        \"time_zone_id\": \"AUS Eastern Standard Time\",\n        \"computertype\": null,\n        \"campus\": null,\n        \"termsaccepted\": true,\n        \"profilecomplete\": false,\n        \"hasimage\": false,\n        \"active\": true,\n        \"on_account_balance\": 0.0\n        }\n    }"}],"_postman_id":"9ee7a61b-ed51-4c80-204a-30d815b20bec"}],"id":"091a0db4-1dd9-2d03-3180-5162d1ba104f","_postman_id":"091a0db4-1dd9-2d03-3180-5162d1ba104f","description":""},{"name":"Begin Reservations","item":[{"name":"getStudentReservationList","event":[{"listen":"prerequest","script":{"id":"031e3243-f317-44a4-8c03-edb4b4f6b918","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"73e305b8-e4f2-8d8e-e600-faf1f8d42821","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"url":"https://demo.proctoru.com/api/getStudentReservationList/?time_sent=2023-11-29T20:01:23&student_id=12345","description":"<p>This endpoint returns a list of reservations for a user which are <strong>scheduled now or in the future.</strong></p>\n<p>Reservations that are cancelled, fulfilled, pending and waiting to be scheduled, or started and in a running status will not be returned. Scheduled reservations that are in the past will not be returned.</p>\n","urlObject":{"path":["getStudentReservationList",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"},{"description":{"content":"<p><strong>(required)</strong></p>Institution's unique test-taker ID","type":"text/plain"},"key":"student_id","value":"12345"}],"variable":[]}},"response":[{"id":"8ea7e7f8-41f8-4fe8-86a0-b36d518460eb","name":"getStudentReservationList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"url":{"raw":"https://demo.proctoru.com/api/getStudentReservationList/?time_sent=2020-05-14T20:37:28Z&student_id=365","host":["https://demo.proctoru.com/api"],"path":["getStudentReservationList",""],"query":[{"key":"time_sent","value":"2020-05-14T20:37:28Z","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"365","description":"<p><strong>(required)</strong></p>Institution's unique test-taker ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T20:37:28Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"reservation_no\": 908125464,\n            \"reservation_id\": \"2020-05-14T20:40:00Z\",\n            \"exam_id\": \"123-2341324\",\n            \"description\": \"Final- MATH 101\",\n            \"courseno\": \"MATH 101\",\n            \"instructor\": \"John Doe\",\n            \"start_date\": \"2020-05-14T20:50:00Z\",\n            \"test\": \"Final - MATH 101\",\n            \"escalated\": false\n        }\n        ]\n    }"}],"_postman_id":"73e305b8-e4f2-8d8e-e600-faf1f8d42821"},{"name":"beginReservation","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"]}}],"id":"23a9c356-7cc3-2387-5055-cc4ca6c1a522","request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique test-taker ID"},{"key":"reservation_id","value":"456456456","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique reservation ID"},{"key":"reservation_no","value":"","type":"text","description":"<p>ProctorU's unique reservation number</p>\n"}]},"url":"https://demo.proctoru.com/api/beginReservation/","description":"<p>This resource retrieves a URL for a student to begin taking an exam.</p>\n","urlObject":{"path":["beginReservation",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"1fdd1b31-1a73-42b8-a7f3-3f1af4626f86","name":"beginReservation","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2020-05-14T20:28:28Z","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"365","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique test-taker ID"},{"key":"reservation_id","value":"456456456","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique reservation ID"},{"key":"reservation_no","value":"","type":"text","description":"ProctorU's unique reservation number"}]},"url":"https://demo.proctoru.com/api/beginReservation/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T20:28:28Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"url\": \"https://demo.proctoru.com/students/fulfillments/aa21f241-1627-414a-8c1c-5bc334250a26/auto?login_token=BAhpBBaPJzc%3D--d2d840508f23b8338763b110963b23c2ede4f8e2\"\n        }\n    }"}],"_postman_id":"23a9c356-7cc3-2387-5055-cc4ca6c1a522"}],"id":"b85b484d-51ce-8e68-b731-443ba5c0cb45","_postman_id":"b85b484d-51ce-8e68-b731-443ba5c0cb45","description":""},{"name":"Cancel Reservations","item":[{"name":"getStudentReservationList","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"]}}],"id":"b9634e1e-f524-6c22-36a8-24fcb44f33ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"url":"https://demo.proctoru.com/api/getStudentReservationList/?time_sent=2023-11-29T20:01:23&student_id=12345","description":"<p>This endpoint returns a list of reservations for a user which are <strong>scheduled now or in the future.</strong></p>\n<p>Reservations that are cancelled, fulfilled, pending and waiting to be scheduled, or started and in a running status will not be returned. Scheduled reservations that are in the past will not be returned.</p>\n","urlObject":{"path":["getStudentReservationList",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"},{"description":{"content":"<p><strong>(required)</strong></p>Institution's unique test-taker ID","type":"text/plain"},"key":"student_id","value":"12345"}],"variable":[]}},"response":[{"id":"bded3c52-690d-4af2-b74a-bb8633b80142","name":"getStudentReservationList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"url":{"raw":"https://demo.proctoru.com/api/getStudentReservationList/?time_sent=2023-11-29T20:01:23&student_id=12345","host":["https://demo.proctoru.com/api"],"path":["getStudentReservationList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","description":"<p><strong>(required)</strong></p>Institution's unique test-taker ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T20:37:28Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"reservation_no\": 908125464,\n            \"reservation_id\": \"2020-05-14T20:40:00Z\",\n            \"exam_id\": \"123-2341324\",\n            \"description\": \"Final- MATH 101\",\n            \"courseno\": \"MATH 101\",\n            \"instructor\": \"John Doe\",\n            \"start_date\": \"2020-05-14T20:50:00Z\",\n            \"test\": \"Final - MATH 101\",\n            \"escalated\": false\n        }\n        ]\n    }"}],"_postman_id":"b9634e1e-f524-6c22-36a8-24fcb44f33ae"},{"name":"removeReservation","event":[{"listen":"prerequest","script":{"id":"9777f53f-f08b-4657-8b82-df5eb0909150","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"],"type":"text/javascript"}}],"id":"9c222ee3-8172-91c2-8786-369c55ffa373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique test-taker ID  "},{"key":"reservation_no","value":"","type":"text","description":"<p><strong>(required)</strong></p> ProctorU's unique reservation ID. This field is required if exam_id is not sent\n"},{"key":"explanation","value":"Had a conflicting appointment;","type":"text","description":"<p>Reason for cancellation</p>\n"},{"key":"exam_id","value":"456789","description":"<p>Institution's unique exam ID.When exam_id is included, all matching sessions on exam_id and student_id in a pending or scheduled state will be cancelled.</p>\n","type":"text"}]},"url":"https://demo.proctoru.com/api/removeReservation/","description":"<p>Removes a reservation from the schedule.</p>\n","urlObject":{"path":["removeReservation",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"11f7cc40-62db-4058-8c1e-7d6d577c30be","name":"removeReservation","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique test-taker ID  "},{"key":"reservation_no","value":"","type":"text","description":"<p><strong>(required)</strong></p> ProctorU's unique reservation ID"},{"key":"explanation","value":"Had a conflicting appointment;","type":"text","description":"Reason for cancellation"}]},"url":"https://demo.proctoru.com/api/removeReservation/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T20:29:41Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"onaccount\": \"0.00\"\n        }\n    }"}],"_postman_id":"9c222ee3-8172-91c2-8786-369c55ffa373"}],"id":"763e00cb-4798-b16b-e9b0-3682d50af2c8","_postman_id":"763e00cb-4798-b16b-e9b0-3682d50af2c8","description":""},{"name":"Move (Reschedule) Reservations","item":[{"name":"getStudentReservationList","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"]}}],"id":"2a7be0a0-2d62-3003-9415-7b9699391f0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"url":"https://demo.proctoru.com/api/getStudentReservationList/?time_sent=2023-11-29T20:01:23&student_id=12345","description":"<p>This endpoint returns a list of reservations for a user which are <strong>scheduled now or in the future.</strong></p>\n<p>Reservations that are cancelled, fulfilled, pending and waiting to be scheduled, or started and in a running status will not be returned. Scheduled reservations that are in the past will not be returned.</p>\n","urlObject":{"path":["getStudentReservationList",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"},{"description":{"content":"<p><strong>(required)</strong></p>Institution's unique test-taker ID","type":"text/plain"},"key":"student_id","value":"12345"}],"variable":[]}},"response":[{"id":"10279b9b-d6d6-4fb5-93e7-1a90cd1c9f7a","name":"getStudentReservationList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"url":{"raw":"https://demo.proctoru.com/api/getStudentReservationList/?time_sent=2023-11-29T20:01:23&student_id=12345","host":["https://demo.proctoru.com/api"],"path":["getStudentReservationList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","description":"<p><strong>(required)</strong></p>Institution's unique test-taker ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T20:37:28Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"reservation_no\": 908125464,\n            \"reservation_id\": \"2020-05-14T20:40:00Z\",\n            \"exam_id\": \"123-2341324\",\n            \"description\": \"Final- MATH 101\",\n            \"courseno\": \"MATH 101\",\n            \"instructor\": \"John Doe\",\n            \"start_date\": \"2020-05-14T20:50:00Z\",\n            \"test\": \"Final - MATH 101\",\n            \"escalated\": false\n        }\n        ]\n    }"}],"_postman_id":"2a7be0a0-2d62-3003-9415-7b9699391f0f"},{"name":"moveReservation","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"]}}],"id":"da07b619-50b9-7797-c317-3ec8df9cce4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"reservation_no","value":"{{reservationNo}}","type":"text","description":"<p><strong>(required)</strong></p> ProctorU unique reservation ID"},{"key":"start_date","value":"2024-01-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p> Date and time you want to move the reservation to <br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"reservation_id","value":"456456456","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique reservation ID"},{"key":"url_return","value":"{{redirect}}","type":"text","description":"<p>URL to redirect the test-taker to after scheduling</p>\n"},{"key":"notify","value":"","description":"<p>Specifies whether to send the predefined email notification to the test-taker of a scheduled reservation. Defaults to true</p>\n","type":"text"}]},"url":"https://demo.proctoru.com/api/moveReservation/","description":"<p>This resource moves an existing reservation from a past date to a future date if the reservation was not used.</p>\n","urlObject":{"path":["moveReservation",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"fe0e25e2-b1f2-4611-a673-f44ea1e7dd4f","name":"moveReservation","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2020-05-14T20:32:54Z","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"reservation_no","value":"908125464","type":"text","description":"<p><strong>(required)</strong></p> ProctorU unique reservation ID"},{"key":"start_date","value":"2020-05-15T20:40:00Z","type":"text","description":"<p><strong>(required)</strong></p> Date and time you want to move the reservation to <br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"reservation_id","value":"2020-05-14T20:40:00Z","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique reservation ID"},{"key":"url_return","value":"https://proctoru.com","type":"text","description":"URL to redirect the test-taker to after scheduling"},{"key":"notify","value":"","description":"Specifies whether to send the predefined email notification to the test-taker of a scheduled reservation. Defaults to true","type":"text"}]},"url":"https://demo.proctoru.com/api/moveReservation/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T20:32:54Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"balance\": 0.0,\n        \"reservation_id\": \"2020-05-14T20:40:00Z\",\n        \"reservation_no\": 908125464,\n        \"url\": \"https://demo.proctoru.com/students/order?login_token=BAhpBBaPJzc%3D--d2d840508f23b8338763b110963b23c2ede4f8e2&reservation_no=OTA4MTI1NDY0%0A&return_to=http%3A%2F%2Fwww.proctoru.com\"\n        }\n    }"}],"_postman_id":"da07b619-50b9-7797-c317-3ec8df9cce4d"}],"id":"3de6227b-a253-48d4-e363-eeadf2cf7818","_postman_id":"3de6227b-a253-48d4-e363-eeadf2cf7818","description":""},{"name":"Authentication","item":[{"name":"getIsReservationAuthenticated","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"]}}],"id":"26680b64-4789-3600-47ae-6f9f840a9701","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication.</p>\n"}],"url":"https://demo.proctoru.com/api/getIsReservationAuthenticated/?time_sent=2023-11-29T20:01:23&reservation_no=","description":"<p>This resource returns the status of the authenticate flag for an individual reservation.</p>\n","urlObject":{"path":["getIsReservationAuthenticated",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"},{"description":{"content":"<p><strong>(required)</strong></p>ProctorU's unique reservation ID","type":"text/plain"},"key":"reservation_no","value":""}],"variable":[]}},"response":[{"id":"d2abf30a-3234-4368-936b-e0c5e9509fed","name":"getIsReservationAuthenticated","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication."}],"url":{"raw":"https://demo.proctoru.com/api/getIsReservationAuthenticated/?time_sent=2020-05-15T15:39:39Z&reservation_no=123","host":["https://demo.proctoru.com/api"],"path":["getIsReservationAuthenticated",""],"query":[{"key":"time_sent","value":"2020-05-15T15:39:39Z","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"reservation_no","value":"123","description":"<p><strong>(required)</strong></p>ProctorU's unique reservation ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-15T15:39:39Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"isAuthenticated\": true\n        }\n    }"}],"_postman_id":"26680b64-4789-3600-47ae-6f9f840a9701"}],"id":"633f16fe-7072-834f-24e1-82ce92a95e9a","_postman_id":"633f16fe-7072-834f-24e1-82ce92a95e9a","description":""},{"name":"ProctorU Single Sign-On","item":[{"name":"getTimeZoneList","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"]}}],"id":"f09ab6ed-aa07-2b55-0b4d-f502d5f7bd89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"url":"https://demo.proctoru.com/api/getTimeZoneList/?time_sent=2023-11-29T20:01:23","description":"<p>This resource returns a list of time zones.</p>\n","urlObject":{"path":["getTimeZoneList",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"}],"variable":[]}},"response":[{"id":"fa1bd8a4-4830-4b4d-9f00-381f23525d8f","name":"getTimeZoneList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"url":{"raw":"https://demo.proctoru.com/api/getTimeZoneList/?time_sent=2023-11-29T20:01:23","host":["https://demo.proctoru.com/api"],"path":["getTimeZoneList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T16:18:23Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"TimeZoneNo\": 42,\n            \"GMTOffset\": -12.0,\n            \"Id\": \"Dateline Standard Time\",\n            \"DisplayName\": \"(UTC-12:00) International Date Line West\",\n            \"Description\": \"Dateline Standard Time\",\n            \"SortOrder\": 100,\n            \"LocalTime\": \"4:18 AM\",\n            \"DST\": false\n            }\n        ]\n    }"}],"_postman_id":"f09ab6ed-aa07-2b55-0b4d-f502d5f7bd89"},{"name":"autoLogin","event":[{"listen":"prerequest","script":{"id":"95791fa4-ed63-40fd-baf4-c63c7bd2039d","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"],"type":"text/javascript"}}],"id":"b09de027-2b58-ed7b-b8c6-ca69e1f3c019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique test-taker ID. Required field if the test-taker's email is not sent in request."},{"key":"email","value":"JaneDoe@email.com","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's email. Required field if test-taker's student_id is not sent in request."},{"key":"first_name","value":"Jane","type":"text","description":"<p>Test-taker's First Name</p>\n"},{"key":"last_name","value":"Doe","type":"text","description":"<p>Test-taker's Last Name</p>\n"},{"key":"time_zone_id","value":"{{timeZone}}","type":"text","description":"<p>Time Zone ID or Description- please call getTimeZoneList for a list of IDs and Descriptions to use for this field. Either the ID or Description from the getTimeZoneList response can be used here</p>\n"},{"key":"url_return","value":"{{redirect}}","type":"text","description":"<p>URL to return test taker to from ProctorU  </p>\n"},{"key":"update","value":"","type":"text","description":"<p>Update the test taker's record with supplied values  </p>\n"}]},"url":"https://demo.proctoru.com/api/autoLogin/","description":"<p>This resource will initiate the login at ProctorU through a URL POST request. If the data posted is valid, a URL is returned where the institution can redirect the student's browser. The examinee will automatically be logged in to the ProctorU schedule site when redirected.</p>\n<p>If a new BlueBird exam has been placed on the test-taker's account, they will be asked to schedule the exam at this time.</p>\n","urlObject":{"path":["autoLogin",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"93b4d88b-e804-4219-982e-d07cc33f9aa3","name":"autoLogin","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2020-05-13T16:44:54Z","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"365","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique test-taker ID"},{"key":"email","value":"jdoe@proctoru.com","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's email"},{"key":"first_name","value":"jane","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's First Name"},{"key":"last_name","value":"Doe","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's Last Name"},{"key":"time_zone_id","value":"{{timeZone}}","type":"text","description":"<p><strong>(required)</strong></p> Time Zone ID - please call getTimeZoneList for a list of IDs"},{"key":"url_return","value":"https://proctoru.com","type":"text","description":"URL to return test taker to from ProctorU  "},{"key":"update","value":"Y","type":"text","description":"Update the test taker's record with supplied values  "}]},"url":"https://demo.proctoru.com/api/autoLogin/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T16:44:54Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"url\": \"https://demo.proctoru.com/session/auto_login?token=BAhpBJdqJjc%3D--8eef8d77d24de409a24b555bf534de7ce582ac67\"\n        }\n    }"}],"_postman_id":"b09de027-2b58-ed7b-b8c6-ca69e1f3c019"}],"id":"ea853d2c-916d-5baa-070e-f53cc9b84087","_postman_id":"ea853d2c-916d-5baa-070e-f53cc9b84087","description":""},{"name":"Reports","item":[{"name":"bluebirdclientActivityReport","event":[{"listen":"prerequest","script":{"id":"d4003fbd-cff9-4a33-9c79-21cefa9e2401","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"],"type":"text/javascript"}}],"id":"20cd2c3d-b93c-0bf3-c760-ee892bb71442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"start_date","value":"2024-01-01T00:00:00","type":"text","description":"<p>Earliest possible date for the report to start from. Required if <code>student_id</code> is not present.<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n"},{"key":"end_date","value":"2024-07-01T00:00:00","type":"text","description":"<p>Latest possible date for a test-taker to take the exam. Required if <code>student_id</code> is not present.\n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n"},{"key":"student_id","value":"12345","type":"text","description":"<p>Institution's unique test-taker ID. Can be used to scope the report down to an individual user. When the student_id parameter is sent and no date window is included the response will include only scheduled sessions from 90 days before the time the request is sent. </p>\n"}]},"url":"https://demo.proctoru.com/api/bluebirdclientActivityReport/","description":"<p>This resource returns an activity report for all blue bird reservations on the ProctorU website for a specified date range or student. Please see the 'addBlueBirdExam' flow for more information.</p>\n<p>Note: StartDate and EndDate are required if student_id is omitted. student_id can include start and end dates; If neither are supplied, it will only return bluebird reservations that are scheduled for 90 days prior to time sent at.</p>\n","urlObject":{"path":["bluebirdclientActivityReport",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"143f4a5a-0c59-4ea7-8c25-74ebfb1ec8f9","name":"bluebirdclientActivityReport","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2020-05-14T14:53:04Z","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"start_date","value":"2017-11-29T14:53:04Z","type":"text","description":"Earliest possible date for the report to start from. Required if `student_id` is not present.<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2020-11-30T18:53:04Z","type":"text","description":"Latest possible date for a test-taker to take the exam. Required if `student_id` is not present.\n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"365","type":"text","description":"Institution's unique test-taker ID. Can be used to scope the report down to an individual user."}]},"url":"https://demo.proctoru.com/api/bluebirdclientActivityReport/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T14:53:04Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"end_date\": \"2017-11-30T17:00:00Z\",\n            \"proctornotes\": \"Fulfillment scheduled created by N/A at  3:46pm UTC on Nov 22, 2017; Fulfillment created created by N/A at  3:45pm UTC on Nov 22, 2017; \",\n            \"reservation_no\": 907879051,\n            \"schoolnotes\": \"<br />\\nProctor Notes:<br />\\nNone<br />\\n<br />\\nAllowed Web Sites:<br />\\nNone Listed<br />\\n<br/>\\nAllowed Items:<br />\\nPen<br />\\n<br />\\nPrimary Emergency Contact: <br />\\n<br />\\nPrimary Emergency Contact Phone: <br />\\n<br />\\nExam Type: <br />\\n<br />\\nFaculty Info: Brian O'Doherty odohertyb@ecu.edu<br />\\n\",\n            \"start_date\": \"2020-05-14T14:53:04Z\",\n            \"student\": \"Doe, Jane\",\n            \"studentnotes\": \"\",\n            \"testname\": \"Final - MATH 101\",\n            \"student_id\": \"365\",\n            \"exam_id\": \"270-693\",\n            \"course_id\": \"419\",\n            \"test_submitted\": false,\n            \"escalated\": false,\n            \"incident_report\": false\n        }\n        ]\n    }"}],"_postman_id":"20cd2c3d-b93c-0bf3-c760-ee892bb71442"},{"name":"clientActivityReport","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"]}}],"id":"7e2b2bce-493a-5ef9-f923-b92a5096d765","request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"start_date","value":"2024-01-01T00:00:00","type":"text","description":"<p>Earliest possible date for the report to start from. Required if <code>student_id</code> is not present.<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n"},{"key":"end_date","value":"2024-07-01T00:00:00","type":"text","description":"<p>Latest possible date for a test-taker to take the exam. Required if <code>student_id</code> is not present.\n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n"},{"key":"student_id","value":"12345","type":"text","description":"<p>Institution's unique test-taker ID. Can be used to scope the report down to an individual user.</p>\n"}]},"url":"https://demo.proctoru.com/api/clientActivityReport/","description":"<p>This resource returns an activity report of reservations on the ProctorU website for a specified date range or test-taker.</p>\n<p>Note: start_date and end_date are required if student_id is omitted. If neither the start date or end date parameters are supplied with a student_id, all data will be returned for that student.</p>\n","urlObject":{"path":["clientActivityReport",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"9523a657-32a0-4fc1-88b8-441239c623b4","name":"clientActivityReport","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2020-05-14T14:54:13Z","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"start_date","value":"2018-08-30T10:30:00Z","type":"text","description":"Earliest possible date for the report to start from. Required if `student_id` is not present.<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2018-08-30T11:30:00Z","type":"text","description":"Latest possible date for a test-taker to take the exam. Required if `student_id` is not present.\n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"365","type":"text","description":"Institution's unique test-taker ID. Can be used to scope the report down to an individual user."}]},"url":"https://demo.proctoru.com/api/clientActivityReport/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T14:54:13Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"Student\": \"Doe, Jane\",\n            \"StudentId\": \"365\",\n            \"StudentImageUrl\": \"https://assets-demo.proctoru.com/assets/procki-avatar-aca7f1ebde663d99e4039ac963d750531f0310362b524593ec49acb6e00bab8f.svg\",\n            \"SessionId\": \"5f9daea0-6637-4ae2-825b-edf9fe909992\",\n            \"StartDate\": \"2018-08-30T10:30:00Z\",\n            \"EndDate\": \"2018-08-30T11:30:00Z\",\n            \"StudentNotes\": null,\n            \"SchoolNotes\": \"<br />\\nProctor Notes:<br />\\nNone<br />\\n<br />\\nAllowed Web Sites:<br />\\nNone Listed<br />\\n<br/>\\nAllowed Items:<br />\\nPen<br />\\n<br />\\nPrimary Emergency Contact: <br />\\n<br />\\nPrimary Emergency Contact Phone: <br />\\n<br />\\nExam Type: <br />\\n<br />\\nFaculty Info: admin@university.edu<br />\\n\",\n            \"ProctorNotes\": null,\n            \"Test\": \"Final - MATH 101\",\n            \"ReservationNo\": 907889606,\n            \"UniqueId\": \"27\",\n            \"Authenticated\": false,\n            \"CheckID\": false,\n            \"LoginVerified\": false,\n            \"TestSubmitted\": false,\n            \"Escalated\": false,\n            \"IncidentReport\": false,\n            \"exam_id\": \"536\",\n            \"ProctorLauncherId\": null,\n            \"ProctorExamStartId\": null,\n            \"ProctorWatcherId\": null\n        }\n        \n        ]\n    }"}],"_postman_id":"7e2b2bce-493a-5ef9-f923-b92a5096d765"},{"name":"pendingExamReport","event":[{"listen":"prerequest","script":{"id":"a0d962b6-6f13-4680-ac62-2d49311654f4","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"],"type":"text/javascript"}}],"id":"41910d90-45ea-0a47-e7be-8a7748e389a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","type":"text","description":"<p>Institution's unique test-taker ID. </p>\n"},{"key":"start_date","value":"{{start_date}}","description":"<p>Latest possible date for a test-taker to take the exam. Required if <code>student_id</code> is not present.\n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n","type":"text"},{"key":"end_date","value":"{{end_date}}","description":"<p>Latest possible date for a test-taker to take the exam. Required if <code>student_id</code> is not present.\n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n","type":"text"}]},"url":"https://demo.proctoru.com/api/pendingExamReport/","description":"<p>This resource returns a report of pending exams on the ProctorU website specified date range or test-taker.</p>\n<p>Pending means that the candidate has been invited to an exam and hasn't scheduled yet. Useful for AddBlueBird implementations.</p>\n<p>Start_date and end_date are required if student_id is omitted. student_id can include start and end dates; if neither is supplied with a student_id, all data will be returned for that parameter.</p>\n","urlObject":{"path":["pendingExamReport",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"0b1b0110-0f0b-45ee-8eb3-5f0df251a2d9","name":"pendingExamReport","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2020-05-14T14:58:34Z","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"365","type":"text","description":"Institution's unique test-taker ID. "},{"key":"start_date","value":"2014-08-29T00:00:00.000Z","description":"Latest possible date for a test-taker to take the exam. Required if `student_id` is not present.\n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text"},{"key":"end_date","value":"2021-08-29T00:00:00.000Z","description":"Latest possible date for a test-taker to take the exam. Required if `student_id` is not present.\n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text"}]},"url":"https://demo.proctoru.com/api/pendingExamReport/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T14:58:34Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"student_id\": \"0\",\n            \"Student\": \"Doe, Jane\",\n            \"active_date\": \"2014-08-29T00:00:00.000Z\",\n            \"end_date\": \"2021-08-29T00:00:00.000Z\",\n            \"exam_id\": \"328-196\",\n            \"course_id\": \"MATH 101\",\n            \"description\": \"This is a description Final - MATH 101\",\n            \"instructor\": \"\",\n            \"course_no\": \"MATH 101\"\n        }\n        ]\n    }"}],"_postman_id":"41910d90-45ea-0a47-e7be-8a7748e389a2"}],"id":"db81a92e-8227-c54d-f8e4-803f998b1f02","_postman_id":"db81a92e-8227-c54d-f8e4-803f998b1f02","description":""},{"name":"addAdHocProcess Flow","item":[{"name":"getTimeZoneList","event":[{"listen":"prerequest","script":{"id":"10f62ab8-c8da-4a7d-a65d-1a6b6477b586","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"],"type":"text/javascript"}}],"id":"1b37f63a-b068-806d-2d5e-55b977f9ba93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":"https://demo.proctoru.com/api/getTimeZoneList/?time_sent=2023-11-29T20:01:23","description":"<p>This resource returns a list of time zones.</p>\n","urlObject":{"path":["getTimeZoneList",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"}],"variable":[]}},"response":[{"id":"8c67d2f4-d832-4df9-8869-c5e7ca45d622","name":"getTimeZoneList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":{"raw":"https://demo.proctoru.com/api/getTimeZoneList/?time_sent=2023-11-29T20:01:23","host":["https://demo.proctoru.com/api"],"path":["getTimeZoneList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T16:18:23Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"TimeZoneNo\": 42,\n            \"GMTOffset\": -12.0,\n            \"Id\": \"Dateline Standard Time\",\n            \"DisplayName\": \"(UTC-12:00) International Date Line West\",\n            \"Description\": \"Dateline Standard Time\",\n            \"SortOrder\": 100,\n            \"LocalTime\": \"4:18 AM\",\n            \"DST\": false\n            }\n        ]\n    }"}],"_postman_id":"1b37f63a-b068-806d-2d5e-55b977f9ba93"},{"name":"getScheduleInfoAvailableTimesList","event":[{"listen":"prerequest","script":{"id":"4d6576a1-4cfc-4647-bbc9-9a29cb05dd1c","exec":["var moment = require('moment')","","hoursNumber = 24;","daysNumber = 365;","","randomHour = Math.floor(Math.random() * hoursNumber);","randomDay = Math.floor(Math.random() * daysNumber);","randomDate = moment().add(1, \"year\").add(randomDay, \"days\").add(randomHour, \"hours\").startOf(\"day\").toISOString();","","var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);","postman.setEnvironmentVariable(\"randomStartDate\", randomDate);"],"type":"text/javascript"}}],"id":"d67d679a-db2e-de44-5584-13de54ebc471","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"{{API_Key}}"}],"url":"https://demo.proctoru.com/api/getScheduleInfoAvailableTimesList/?time_sent=2021-11-03T17:40:37Z&time_zone_id=Central Standard Time&isadhoc=Y&start_date=2022-01-05T17:40:00Z&takeitnow=Y&duration=60","description":"<p>This resource returns a list of the available times, as well as a list of times for a specific exam. There are two specific ways to show the times: with an exam or test-taker and without an exam or test-taker.</p>\n","urlObject":{"path":["getScheduleInfoAvailableTimesList",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2021-11-03T17:40:37Z"},{"description":{"content":"<p>Time Zone ID or Description- please call getTimeZoneList for a list of IDs and Descriptions to use for this field. Either the ID or Description from the getTimeZoneList response can be used here</p>\n","type":"text/plain"},"key":"time_zone_id","value":"Central Standard Time"},{"description":{"content":"<p>Specifies whether the request is for an addAdHoc request. If set to 'Y' then the student_id and exam_id parameters are no longer required. </p>\n","type":"text/plain"},"key":"isadhoc","value":"Y"},{"description":{"content":"<p><strong>(required)</strong></p> Date for the times that you would like to see","type":"text/plain"},"key":"start_date","value":"2022-01-05T17:40:00Z"},{"description":{"content":"<p><strong>(required)</strong></p> Date for the times that you would like to see","type":"text/plain"},"key":"takeitnow","value":"Y"},{"description":{"content":"<p><strong>(required)</strong></p> Length of the exam in minutes  ","type":"text/plain"},"key":"duration","value":"60"},{"disabled":true,"description":{"content":"<p>Used to search for times for a specific reservation. If you are sending the reservation_no the student_id field will be required as well.</p>\n","type":"text/plain"},"key":"reservation_no","value":"{{reservation_no}}"},{"disabled":true,"description":{"content":"<p>Institution's unique exam ID. </p>\n","type":"text/plain"},"key":"exam_id","value":"456789"},{"disabled":true,"description":{"content":"<p>Institution's unique test-taker ID</p>\n","type":"text/plain"},"key":"student_id","value":"{{student_id}}"}],"variable":[]}},"response":[{"id":"94e08081-9b3c-4655-8721-19409900bcca","name":"getScheduleInfoAvailableTimesList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"{{API_Key}}"}],"url":{"raw":"https://api.proctoru.com/api/getScheduleInfoAvailableTimesList/?time_sent=2021-11-03T17:40:37Z&time_zone_id=Central Standard Time&isadhoc=Y&start_date=2022-01-05T17:40:00Z&takeitnow=Y&duration=60","protocol":"https","host":["api","proctoru","com"],"path":["api","getScheduleInfoAvailableTimesList",""],"query":[{"key":"time_sent","value":"2021-11-03T17:40:37Z","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"time_zone_id","value":"Central Standard Time","description":"Time Zone ID - please call getTimeZoneList for a list of IDs"},{"key":"isadhoc","value":"Y","description":"Specifies whether the request is for an addAdHoc request. If set to 'Y' then the student_id and exam_id parameters are no longer required. "},{"key":"start_date","value":"2022-01-05T17:40:00Z","description":"<p><strong>(required)</strong></p> Date for the times that you would like to see"},{"key":"takeitnow","value":"Y","description":"<p><strong>(required)</strong></p> Date for the times that you would like to see"},{"key":"duration","value":"60","description":"<p><strong>(required)</strong></p> Length of the exam in minutes  "},{"key":"reservation_no","value":"{{reservation_no}}","description":"Used to search for times for a specific reservation. If you are sending the reservation_no the student_id field will be required as well.","disabled":true},{"key":"exam_id","value":"456789","description":"Institution's unique exam ID. ","disabled":true},{"key":"student_id","value":"{{student_id}}","description":"Institution's unique test-taker ID","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Nov 2021 17:45:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Frame-Options","value":"ALLOWALL"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Fri, 01 Jan 1990 00:00:00 GMT"},{"key":"ETag","value":"W/\"fd3f71efff0c7327b165b2982a471bf8\""},{"key":"X-Request-Id","value":"Root1-6182cad5-05488ee360f1a421462a0a1f"},{"key":"X-Runtime","value":"0.200758"},{"key":"X-Rack-Cache","value":"miss"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2021-11-03T17:45:57Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"start_date\": \"2022-01-05T17:40:00Z\",\n            \"local_start_date\": \"2022-01-05T11:40:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T17:50:00Z\",\n            \"local_start_date\": \"2022-01-05T11:50:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T18:30:00Z\",\n            \"local_start_date\": \"2022-01-05T12:30:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T18:40:00Z\",\n            \"local_start_date\": \"2022-01-05T12:40:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T18:50:00Z\",\n            \"local_start_date\": \"2022-01-05T12:50:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T19:00:00Z\",\n            \"local_start_date\": \"2022-01-05T13:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T19:40:00Z\",\n            \"local_start_date\": \"2022-01-05T13:40:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T19:50:00Z\",\n            \"local_start_date\": \"2022-01-05T13:50:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T20:00:00Z\",\n            \"local_start_date\": \"2022-01-05T14:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T20:40:00Z\",\n            \"local_start_date\": \"2022-01-05T14:40:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T20:50:00Z\",\n            \"local_start_date\": \"2022-01-05T14:50:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T21:20:00Z\",\n            \"local_start_date\": \"2022-01-05T15:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T21:40:00Z\",\n            \"local_start_date\": \"2022-01-05T15:40:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T21:50:00Z\",\n            \"local_start_date\": \"2022-01-05T15:50:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T22:10:00Z\",\n            \"local_start_date\": \"2022-01-05T16:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T22:30:00Z\",\n            \"local_start_date\": \"2022-01-05T16:30:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T22:40:00Z\",\n            \"local_start_date\": \"2022-01-05T16:40:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T23:00:00Z\",\n            \"local_start_date\": \"2022-01-05T17:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T23:10:00Z\",\n            \"local_start_date\": \"2022-01-05T17:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-05T23:20:00Z\",\n            \"local_start_date\": \"2022-01-05T17:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T00:00:00Z\",\n            \"local_start_date\": \"2022-01-05T18:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T00:10:00Z\",\n            \"local_start_date\": \"2022-01-05T18:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T00:20:00Z\",\n            \"local_start_date\": \"2022-01-05T18:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T01:10:00Z\",\n            \"local_start_date\": \"2022-01-05T19:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T01:20:00Z\",\n            \"local_start_date\": \"2022-01-05T19:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T01:30:00Z\",\n            \"local_start_date\": \"2022-01-05T19:30:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T02:10:00Z\",\n            \"local_start_date\": \"2022-01-05T20:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T02:20:00Z\",\n            \"local_start_date\": \"2022-01-05T20:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T02:40:00Z\",\n            \"local_start_date\": \"2022-01-05T20:40:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T03:00:00Z\",\n            \"local_start_date\": \"2022-01-05T21:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T03:10:00Z\",\n            \"local_start_date\": \"2022-01-05T21:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T03:20:00Z\",\n            \"local_start_date\": \"2022-01-05T21:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T04:00:00Z\",\n            \"local_start_date\": \"2022-01-05T22:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T04:10:00Z\",\n            \"local_start_date\": \"2022-01-05T22:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T04:20:00Z\",\n            \"local_start_date\": \"2022-01-05T22:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T05:00:00Z\",\n            \"local_start_date\": \"2022-01-05T23:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T05:10:00Z\",\n            \"local_start_date\": \"2022-01-05T23:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T05:20:00Z\",\n            \"local_start_date\": \"2022-01-05T23:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T06:10:00Z\",\n            \"local_start_date\": \"2022-01-06T00:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T06:30:00Z\",\n            \"local_start_date\": \"2022-01-06T00:30:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T06:40:00Z\",\n            \"local_start_date\": \"2022-01-06T00:40:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T07:00:00Z\",\n            \"local_start_date\": \"2022-01-06T01:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T07:10:00Z\",\n            \"local_start_date\": \"2022-01-06T01:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T07:20:00Z\",\n            \"local_start_date\": \"2022-01-06T01:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T08:00:00Z\",\n            \"local_start_date\": \"2022-01-06T02:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T08:10:00Z\",\n            \"local_start_date\": \"2022-01-06T02:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T08:20:00Z\",\n            \"local_start_date\": \"2022-01-06T02:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T09:10:00Z\",\n            \"local_start_date\": \"2022-01-06T03:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T09:20:00Z\",\n            \"local_start_date\": \"2022-01-06T03:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T09:30:00Z\",\n            \"local_start_date\": \"2022-01-06T03:30:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T10:00:00Z\",\n            \"local_start_date\": \"2022-01-06T04:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T10:10:00Z\",\n            \"local_start_date\": \"2022-01-06T04:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T10:20:00Z\",\n            \"local_start_date\": \"2022-01-06T04:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T11:00:00Z\",\n            \"local_start_date\": \"2022-01-06T05:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T11:10:00Z\",\n            \"local_start_date\": \"2022-01-06T05:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T11:20:00Z\",\n            \"local_start_date\": \"2022-01-06T05:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T12:00:00Z\",\n            \"local_start_date\": \"2022-01-06T06:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T12:10:00Z\",\n            \"local_start_date\": \"2022-01-06T06:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T12:20:00Z\",\n            \"local_start_date\": \"2022-01-06T06:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T13:00:00Z\",\n            \"local_start_date\": \"2022-01-06T07:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T13:10:00Z\",\n            \"local_start_date\": \"2022-01-06T07:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T13:20:00Z\",\n            \"local_start_date\": \"2022-01-06T07:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T14:10:00Z\",\n            \"local_start_date\": \"2022-01-06T08:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T14:20:00Z\",\n            \"local_start_date\": \"2022-01-06T08:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T14:30:00Z\",\n            \"local_start_date\": \"2022-01-06T08:30:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T15:20:00Z\",\n            \"local_start_date\": \"2022-01-06T09:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T15:30:00Z\",\n            \"local_start_date\": \"2022-01-06T09:30:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T15:40:00Z\",\n            \"local_start_date\": \"2022-01-06T09:40:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T16:00:00Z\",\n            \"local_start_date\": \"2022-01-06T10:00:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T16:10:00Z\",\n            \"local_start_date\": \"2022-01-06T10:10:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T16:50:00Z\",\n            \"local_start_date\": \"2022-01-06T10:50:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        },\n        {\n            \"start_date\": \"2022-01-06T17:20:00Z\",\n            \"local_start_date\": \"2022-01-06T11:20:00-06:00\",\n            \"fee\": 17.5,\n            \"fee_premium\": 0,\n            \"fee_discount\": 17.5\n        }\n    ]\n}"}],"_postman_id":"d67d679a-db2e-de44-5584-13de54ebc471"},{"name":"addAdHocProcess","event":[{"listen":"prerequest","script":{"id":"dc165eb8-aba1-451a-bd4a-b043bb4c0800","exec":["var randomNumber = 1000;","var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);","","var studentID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"studentID\", studentID);","","var reservationID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"reservationID\", reservationID);","",""],"type":"text/javascript","packages":{}}}],"id":"395086d0-dd24-028e-29db-dece1c07324e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n"},{"key":"student_id","value":"12345","type":"text","description":"<p>Institution's unique test-taker ID</p>\n"},{"key":"last_name","value":"Doe","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's last name"},{"key":"first_name","value":"Jane","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's first name"},{"key":"address1","value":"2200 Riverchase Parkway","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's Address 1 *required if US only; otherwise you may ignore this field."},{"key":"city","value":"Hoover","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's City *required if US only; otherwise you may ignore this field."},{"key":"state","value":"AL","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's State *required if US only; otherwise you may ignore this field."},{"key":"country","value":"US","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's Country. ISO 3166-1 alpha 2 codes are supported. You can find a list of valid codes here: https://www.iban.com/country-codes"},{"key":"zipcode","value":"35244","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's Zip or Postal Code *required if US only; otherwise you may ignore this field."},{"key":"phone1","value":"8557728678","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's Primary Telephone Number"},{"key":"email","value":"JaneDoe@email.com","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's Email"},{"key":"time_zone_id","value":"Central Standard Time","type":"text","description":"<p><strong>(required)</strong></p> Time Zone ID or Description- please call getTimeZoneList for a list of IDs and Descriptions to use for this field. Either the ID or Description from the getTimeZoneList response can be used here"},{"key":"description","value":"Exam Name","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam"},{"key":"duration","value":"120","type":"text","description":"<p><strong>(required)</strong></p> Total time allowed for the exam in minutes"},{"key":"duration_modifier","value":"30","description":"<p>Test-taker's extra time for the exam in minutes.</p>\n","type":"text"},{"key":"notes","value":"Custom text for proctor","type":"text","description":"<p>Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility.</p>\n"},{"key":"start_date","value":"{{start_date}}","type":"text","description":"<p><strong>(required)</strong></p> Date the reservation will be available"},{"key":"reservation_id","value":"456456456","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique reservation ID"},{"key":"reservation_no","value":"","type":"text","description":"<p>ProctorU's unique reservation ID. Include this in subsequent requests to update session information. </p>\n"},{"key":"comments","value":null,"type":"text","description":"<p>Comments input by the test-taker  </p>\n"},{"key":"takeitnow","value":"N","type":"text"},{"key":"url_return","value":"{{redirect}}","type":"text","description":"<p>URL to redirect the test-taker to after scheduling  </p>\n"},{"key":"notify","value":"Y","type":"text","description":"<p>Whether to notify the test-taker of this scheduling by e-mail. Defaults to true if omitted.  </p>\n"},{"key":"exam_url","value":"https://demo.proctoru.com/api","type":"text","description":"<p><strong>(required)</strong></p> URL where the exam is located"},{"key":"exam_password","value":"examPassword","type":"text","description":"<p>Password for the exam</p>\n"},{"key":"department_id","value":"32198764","description":"<p>Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.</p>\n","type":"text"},{"key":"preset","value":"medium","description":"<p>Exam sensitivity setting. Defaults to low if omitted. Input must be non capitalized, i.e. 'low','medium','high','custom'.For more information on what each security setting entails please view the following documentation, <a href=\"https://getyardstick-my.sharepoint.com/:b:/g/personal/cclark_meazurelearning_com/EUuhcIT89g5Nlq6XunF0ftIBo9o597QF4Lwpla4IGoRkTQ\">ProctorU Security Preset Documentation</a></p>\n","type":"text"},{"key":"preset_custom_configurations","value":"{\"browser_tabs\": \"allowed\", \"allow_copy_paste\": \"enabled\", \"window_size_allowed\": \"maximized\", \"lost_focus\": \"restricted\"}","description":"<p>Exam sensitivity custom settings allowed for the exam. This parameter is <strong>required</strong> when <strong>preset</strong> value is set to <strong>custom</strong>. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1kTfmxwMZEzdjexeNt-Ogg7iAEU4zL75T/view?usp=sharing\">ProctorU Exam Sensitivity Settings</a></p>\n","type":"text"},{"key":"update","value":"T","description":"<p>Updates the test taker's record with the new supplied values. Defaults to true if ommited </p>\n","type":"text"},{"key":"whitelist_urls","value":"[{\"url\": \"https://go.proctoru.com\", \"open_on_start\": false}, {\"url\": \"https://www.google.com\", \"open_on_start\": true}]","description":"<p>URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.</p>\n","type":"text"},{"key":"permitted_resources_list","value":"financial_calculator,handwritten_notes ","description":"<p>Resources allowed for the exam. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1Tuuayecktn6LxNmVkjPwdN_wBJ1JDnwc/view?usp=sharing\">ProctorU Allowed Resources Documentation</a> </p>\n","type":"text"},{"key":"other_resources","value":"custom text","description":"<p>Free text field for other resources allowed for the exam that are not covered in the predefined list of the permitted_resources_list parameter. </p>\n","type":"text"},{"key":"active","value":"F","description":"<p>Whether to have the session appear on the test-taker's My Sessions page. Setting this to true will allow the test-taker to start their session from the ProctorU website. Defaults to false if omitted.  </p>\n","type":"text"}]},"url":"https://demo.proctoru.com/api/addAdHocProcess/","description":"<p>This resource reserves a time for a test-taker to take an exam when ProctorU's personal scheduling system is not being used.</p>\n","urlObject":{"path":["addAdHocProcess",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"7b0e4b98-2e6c-45d1-a108-8bdf0d86adc2","name":"addAdHocProcess","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2020-05-13T16:46:45Z","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"365","type":"text","description":"Institution's unique test-taker ID"},{"key":"last_name","value":"Doe","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's last name"},{"key":"first_name","value":"Jane","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's first name"},{"key":"address1","value":"2200 Riverchase Center","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's Address 1 *required if US only; otherwise you may ignore this field."},{"key":"city","value":"Birmingham","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's City *required if US only; otherwise you may ignore this field."},{"key":"state","value":"Alabama","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's State *required if US only; otherwise you may ignore this field."},{"key":"country","value":"USA","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's Country "},{"key":"zipcode","value":"35244","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's zip or postal code"},{"key":"phone1","value":"8557728678","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's Primary Telephone Number"},{"key":"email","value":"jdoe@proctoru.com","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's Email"},{"key":"time_zone_id","value":"Central Standard Time","type":"text","description":"<p><strong>(required)</strong></p> Time Zone ID - please call getTimeZoneList for a list of IDs"},{"key":"description","value":"","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam"},{"key":"duration","value":"120","type":"text","description":"<p><strong>(required)</strong></p> Total time allowed for the exam in minutes"},{"key":"notes","value":"Custom text for proctor","type":"text","description":"Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility."},{"key":"start_date","value":"2019-01-30T21:00:00:00Z","type":"text","description":"<p><strong>(required)</strong></p> Date the reservation will be available"},{"key":"reservation_id","value":"419","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique reservation ID"},{"key":"reservation_no","value":"908132389","type":"text","description":"ProctorU's unique reservation ID  "},{"key":"comments","value":null,"type":"text","description":"Comments input by the test-taker  "},{"key":"takeitnow","value":"N","type":"text"},{"key":"url_return","value":"https://proctoru.com","type":"text","description":"URL to redirect the test-taker to after scheduling  "},{"key":"notify","value":"Y","type":"text","description":"Whether to notify the test-taker of this scheduling by e-mail. Defaults to true if omitted.  "},{"key":"exam_url","value":"http://proctoru.com","type":"text","description":"<p><strong>(required)</strong></p> URL where the exam is located"},{"key":"exam_password","value":"password","type":"text","description":"Password for the exam"},{"key":"department_id","value":"32198764","description":"Institution's Department ID (see getInstitutionDepartmentList)","type":"text"},{"key":"preset","value":"","description":"Exam sensitivity setting. Defaults to Low if omitted","type":"text"}]},"url":"https://demo.proctoru.com/api/addAdHocProcess/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T16:46:45Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"balance\": 30.0,\n        \"reservation_id\": \"419\",\n        \"reservation_no\": 908132389,\n        \"url\": \"https://demo.proctoru.com/students/order?login_token=BAhpBJdqJjc%3D--8eef8d77d24de409a24b555bf534de7ce582ac67&reservation_no=908132389&return_to=http%3A%2F%2Fwww.proctoru.com\"\n        }\n    }"}],"_postman_id":"395086d0-dd24-028e-29db-dece1c07324e"}],"id":"fd48b55e-e812-d5a1-1106-2f5af95b1420","description":"<p>The AddAdHoc workflow is ProctorU’s most in-depth and customizable API integration. It is best suited for integrations where the management of exams and scheduling will be done from the integrated third-party platform. The AddAdHoc workflow creates single user exams so that you have full control over each and every one of your sessions</p>\n","_postman_id":"fd48b55e-e812-d5a1-1106-2f5af95b1420"},{"name":"addProcess Flow","item":[{"name":"Creating An Exam","item":[{"name":"editTermExam","event":[{"listen":"prerequest","script":{"id":"209d6dbc-b830-4ad9-b978-440afd50467e","exec":["var randomNumber = 1000;","var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);","","var startDate = \"2014-08-29T00:00:00Z\";","postman.setEnvironmentVariable(\"start_date\", startDate);","","var endDate = \"2021-08-29T00:00:00Z\";","postman.setEnvironmentVariable(\"end_date\", endDate);","","var termID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"term_id\", termID);","","var examID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"exam_id\", examID);","","var courseNo = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"course_no\", courseNo);","","var termName = \"Math Term \" + Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"term_name\", termName);","","var description = \"Math Exam \" + Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"description\", description);","","var instructor = \"John Doe\";","","var password = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"password\", password);",""],"type":"text/javascript","packages":{}}}],"id":"49fe6170-ca8e-4d43-9e60-e19e5fd6d399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"term_no","value":"678","description":"<p>ProctorU's unique ID that is passed back once the term is created. Pass this back in order to update the term.</p>\n","type":"text"},{"key":"term_id","value":"654321","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term. Acceptable character types: String, Integer,Float"},{"key":"term_name","value":"Term Name","type":"text","description":"<p><strong>(required)</strong></p>Name of the term. The test-taker will use this to locate their exam. Acceptable character types: String, Integer,Float"},{"key":"exam_id","value":"456789","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam.Acceptable character types: String, Integer,Float"},{"key":"exam_no","value":"123","description":"<p>ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.</p>\n","type":"text"},{"key":"description","value":"Exam Name","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam. Acceptable character types: String, Integer,Float"},{"key":"exam_url","value":"http://starwars.com/quiz","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"password","value":"examPassword","type":"text","description":"<p>Password for the exam.Acceptable character types: String, Integer,Float. There are currently no requirements for this field.</p>\n"},{"key":"note","value":"Custom text for proctor","type":"text","description":"<p>Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility.</p>\n"},{"key":"start_date","value":"2024-01-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Earliest possible date for a test-taker to take the exam -  ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2024-07-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Latest possible date for a test-taker to take the exam  - ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"instructor","value":"","type":"text","description":"<p>Instructor for Exam</p>\n"},{"key":"courseno","value":"98765","type":"text","description":"<p>Title of Course</p>\n"},{"key":"max_attempt","value":"0","type":"text","description":"<p>Maximum number of times the exam can be taken. Defaults to 0 for no limit  </p>\n"},{"key":"duration","value":"120","type":"text","description":"<p>Total time allowed for the exam in minutes. Defaults to <code>120</code> if left blank.</p>\n"},{"key":"active","value":"Y","type":"text","description":"<p>Status of the exam</p>\n"},{"key":"department_id","value":"32198764","description":"<p>Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.</p>\n","type":"text"},{"key":"whitelist_urls","value":"[{url: \"https://go.proctoru.com\", open_on_start: false}, {url: \"https://www.google.com\", open_on_start: true}]","description":"<p>URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.</p>\n","type":"text"},{"key":"exam_no","value":"987","description":"<p>ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.</p>\n","type":"text"},{"key":"preset","value":"medium","description":"<p>Exam sensitivity setting. Defaults to low if omitted. Input must be non capitalized, i.e. 'low','medium','high','custom'.For more information on what each security setting entails please view the following documentation, <a href=\"https://drive.google.com/file/d/1kTfmxwMZEzdjexeNt-Ogg7iAEU4zL75T/view?usp=sharing\">ProctorU Security Preset Documentation</a></p>\n","type":"text"},{"key":"preset_custom_configurations","value":"{\"browser_tabs\": \"allowed\", \"allow_copy_paste\": \"enabled\", \"window_size_allowed\": \"maximized\", \"lost_focus\": \"restricted\"}","description":"<p>Exam sensitivity custom settings allowed for the exam. This parameter is <strong>required</strong> when <strong>preset</strong> value is set to <strong>custom</strong>. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1kTfmxwMZEzdjexeNt-Ogg7iAEU4zL75T/view?usp=sharing\">ProctorU Exam Sensitivity Settings</a></p>\n","type":"text"},{"key":"whitelist_urls","value":"[{url: \"https://go.proctoru.com\", open_on_start: false}, {url: \"https://www.google.com\", open_on_start: true}]","description":"<p>URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.</p>\n","type":"text"},{"key":"permitted_resources_list","value":"financial_calculator,handwritten_notes ","description":"<p>Resources allowed for the exam. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1Tuuayecktn6LxNmVkjPwdN_wBJ1JDnwc/view?usp=sharing\">ProctorU Allowed Resources Documentation</a> </p>\n","type":"text"},{"key":"other_resources","value":"Matlab","description":"<p>Free text field for other resources allowed for the exam that are not covered in the predefined list of the permitted_resources_list parameter. </p>\n","type":"text"},{"key":"instructors","value":"[{\"first_name\":\"John\", \"last_name\":\"Doe\", \"email\":\"JohnDoe@email.com\"}, {\"first_name\":\"Jane\", \"last_name\":\"Doe\", \"email\":\"JaneDoe@email.com\"}]","description":"<p>Instructors for the exam. Use this parameter in place of the 'instructor' parameter whenever your exam has multiple instructors attached to it. Please follow the provided example value format. </p>\n","type":"text"}]},"url":"https://demo.proctoru.com/api/editTermExam","description":"<p>This resource is used to add or update terms and exams.</p>\n","urlObject":{"path":["editTermExam"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"f03ef760-93fe-4df4-bb7d-e3153d8415fb","name":"editTermExam","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2021-04-09T14:02:11Z","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"term_no","value":"2","description":"ProctorU's unique ID that is passed back once the term is created. Pass this back in order to update the term.","type":"text"},{"key":"term_id","value":"1","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term."},{"key":"term_name","value":"Fall-20","type":"text","description":"<p><strong>(required)</strong></p>Name of the term"},{"key":"exam_id","value":"156","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam."},{"key":"exam_no","value":"","description":"ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.","type":"text"},{"key":"description","value":"Practice exam","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam"},{"key":"exam_url","value":"http://proctoru.com","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"password","value":"password","type":"text","description":"Password for the exam."},{"key":"notes","value":"","type":"text","description":"Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility."},{"key":"start_date","value":"2021-06-13T16:41:20Z","type":"text","description":"<p><strong>(required)</strong></p>Earliest possible date for a test-taker to take the exam -  ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2021-07-13T16:41:20Z","type":"text","description":"<p><strong>(required)</strong></p>Latest possible date for a test-taker to take the exam  - ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"instructor","value":"John Doe","type":"text","description":"Instructor for Exam"},{"key":"courseno","value":"Intro Course 101","type":"text","description":"Course number for the exam"},{"key":"max_attempt","value":"0","type":"text","description":"Maximum number of times the exam can be taken. Defaults to 0 for no limit  "},{"key":"duration","value":"120","type":"text","description":"Total time allowed for the exam in minutes. Defaults to `120` if left blank."},{"key":"active","value":"Y","type":"text","description":"Status of the exam"},{"key":"whitelist_urls","value":"[{url: \"https://go.proctoru.com\", open_on_start: false}, {url: \"https://www.google.com\", open_on_start: true}]","description":"URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.","type":"text"},{"key":"department_id","value":"32198764","description":"Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.","type":"text"}]},"url":"https://demo.proctoru.com/api/editTermExam"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2021-04-09T14:02:11Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"exam_no\": 694566357,\n        \"exam_id\": \"156\",\n        \"invite_url\": \"https://demo.proctoru.com/invitations/open-invite?token=MTA3MDE3ODg2Mm9wZW4taW52aXRl\"\n    }\n}"},{"id":"8103f2f6-d75a-4008-8a41-bb47d9a713db","name":"editTermExam Multiple Instructors","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"term_no","value":"","description":"ProctorU's unique ID that is passed back once the term is created. Pass this back in order to update the term.","type":"text"},{"key":"term_id","value":"654321","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term."},{"key":"term_name","value":"Term Name","type":"text","description":"<p><strong>(required)</strong></p>Name of the term"},{"key":"exam_id","value":"demo_exam","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam."},{"key":"exam_no","value":"","description":"ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.","type":"text"},{"key":"description","value":"Exam Name","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam"},{"key":"exam_url","value":"https://go.proctoru.com/quiz","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"password","value":"examPassword","type":"text","description":"Password for the exam."},{"key":"notes","value":"Custom text for proctor","type":"text","description":"Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility."},{"key":"start_date","value":"2024-01-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Earliest possible date for a test-taker to take the exam -  ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2024-07-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Latest possible date for a test-taker to take the exam  - ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"instructors","value":"[{\"first_name\":\"John\", \"last_name\":\"Doe\", \"email\":\"JohnDoe@email.com\"}, {\"first_name\":\"Jane\", \"last_name\":\"Doe\", \"email\":\"JaneDoe@email.com\"}]","type":"text","description":"Instructor for Exam"},{"key":"courseno","value":"98765","type":"text","description":"Title of Course"},{"key":"max_attempt","value":"0","type":"text","description":"Maximum number of times the exam can be taken. Defaults to 0 for no limit  "},{"key":"duration","value":"120","type":"text","description":"Total time allowed for the exam in minutes. Defaults to `120` if left blank."},{"key":"active","value":"Y","type":"text","description":"Status of the exam"},{"key":"department_id","value":"32198764","description":"Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.","type":"text"}]},"url":"https://demo.proctoru.com/api/editTermExam"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"time_sent\": \"2020-12-02T16:45:40Z\",\r\n    \"response_code\": 1,\r\n    \"message\": \"\",\r\n    \"data\": {\r\n        \"exam_no\": 5064576,\r\n        \"exam_id\": \"demo_exam\",\r\n        \"invite_url\": \"https://go.proctoru.com/invitations/open-invite?token=NDkyNTEwMG9wZW4taW52aXRl\"\r\n    }\r\n}"}],"_postman_id":"49fe6170-ca8e-4d43-9e60-e19e5fd6d399"}],"id":"437fed5d-7e87-894f-bcc1-06b44d4659ec","_postman_id":"437fed5d-7e87-894f-bcc1-06b44d4659ec","description":""},{"name":"Updating An Exam","item":[{"name":"editTermExam","event":[{"listen":"prerequest","script":{"id":"61a0bbde-bfae-4973-b5c7-75547e62b589","exec":["var randomNumber = 1000;","var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);","","var startDate = \"2014-08-29T00:00:00Z\";","postman.setEnvironmentVariable(\"start_date\", startDate);","","var endDate = \"2021-08-29T00:00:00Z\";","postman.setEnvironmentVariable(\"end_date\", endDate);","","var termID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"term_id\", termID);","","var examID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"exam_id\", examID);","","var courseNo = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"course_no\", courseNo);","","var termName = \"Math Term \" + Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"term_name\", termName);","","var description = \"Math Exam \" + Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"description\", description);","","var instructor = \"John Doe\";","","var password = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"password\", password);",""],"type":"text/javascript","packages":{}}}],"id":"e8eacfac-207c-419b-8a2e-8f583e079e5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"term_no","value":"678","description":"<p>ProctorU's unique ID that is passed back once the term is created. Pass this back in order to update the term.</p>\n","type":"text"},{"key":"term_id","value":"654321","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term. Acceptable character types: String, Integer,Float"},{"key":"term_name","value":"Term Name","type":"text","description":"<p><strong>(required)</strong></p>Name of the term. The test-taker will use this to locate their exam. Acceptable character types: String, Integer,Float"},{"key":"exam_id","value":"456789","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam.Acceptable character types: String, Integer,Float"},{"key":"exam_no","value":"123","description":"<p>ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.</p>\n","type":"text"},{"key":"description","value":"Exam Name","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam. Acceptable character types: String, Integer,Float"},{"key":"exam_url","value":"http://starwars.com/quiz","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"password","value":"examPassword","type":"text","description":"<p>Password for the exam.Acceptable character types: String, Integer,Float. There are currently no requirements for this field.</p>\n"},{"key":"note","value":"Custom text for proctor","type":"text","description":"<p>Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility.</p>\n"},{"key":"start_date","value":"2024-01-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Earliest possible date for a test-taker to take the exam -  ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2024-07-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Latest possible date for a test-taker to take the exam  - ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"instructor","value":"","type":"text","description":"<p>Instructor for Exam</p>\n"},{"key":"courseno","value":"98765","type":"text","description":"<p>Title of Course</p>\n"},{"key":"max_attempt","value":"0","type":"text","description":"<p>Maximum number of times the exam can be taken. Defaults to 0 for no limit  </p>\n"},{"key":"duration","value":"120","type":"text","description":"<p>Total time allowed for the exam in minutes. Defaults to <code>120</code> if left blank.</p>\n"},{"key":"active","value":"Y","type":"text","description":"<p>Status of the exam</p>\n"},{"key":"department_id","value":"32198764","description":"<p>Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.</p>\n","type":"text"},{"key":"whitelist_urls","value":"[{url: \"https://go.proctoru.com\", open_on_start: false}, {url: \"https://www.google.com\", open_on_start: true}]","description":"<p>URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.</p>\n","type":"text"},{"key":"exam_no","value":"987","description":"<p>ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.</p>\n","type":"text"},{"key":"preset","value":"medium","description":"<p>Exam sensitivity setting. Defaults to low if omitted. Input must be non capitalized, i.e. 'low','medium','high','custom'.For more information on what each security setting entails please view the following documentation, <a href=\"https://drive.google.com/file/d/1kTfmxwMZEzdjexeNt-Ogg7iAEU4zL75T/view?usp=sharing\">ProctorU Security Preset Documentation</a></p>\n","type":"text"},{"key":"preset_custom_configurations","value":"{\"browser_tabs\": \"allowed\", \"allow_copy_paste\": \"enabled\", \"window_size_allowed\": \"maximized\", \"lost_focus\": \"restricted\"}","description":"<p>Exam sensitivity custom settings allowed for the exam. This parameter is <strong>required</strong> when <strong>preset</strong> value is set to <strong>custom</strong>. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1kTfmxwMZEzdjexeNt-Ogg7iAEU4zL75T/view?usp=sharing\">ProctorU Exam Sensitivity Settings</a></p>\n","type":"text"},{"key":"whitelist_urls","value":"[{url: \"https://go.proctoru.com\", open_on_start: false}, {url: \"https://www.google.com\", open_on_start: true}]","description":"<p>URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.</p>\n","type":"text"},{"key":"permitted_resources_list","value":"financial_calculator,handwritten_notes ","description":"<p>Resources allowed for the exam. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1Tuuayecktn6LxNmVkjPwdN_wBJ1JDnwc/view?usp=sharing\">ProctorU Allowed Resources Documentation</a> </p>\n","type":"text"},{"key":"other_resources","value":"Matlab","description":"<p>Free text field for other resources allowed for the exam that are not covered in the predefined list of the permitted_resources_list parameter. </p>\n","type":"text"},{"key":"instructors","value":"[{\"first_name\":\"John\", \"last_name\":\"Doe\", \"email\":\"JohnDoe@email.com\"}, {\"first_name\":\"Jane\", \"last_name\":\"Doe\", \"email\":\"JaneDoe@email.com\"}]","description":"<p>Instructors for the exam. Use this parameter in place of the 'instructor' parameter whenever your exam has multiple instructors attached to it. Please follow the provided example value format. </p>\n","type":"text"}]},"url":"https://demo.proctoru.com/api/editTermExam","description":"<p>This resource is used to add or update terms and exams.</p>\n","urlObject":{"path":["editTermExam"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"2ee14174-a5ac-400a-93d8-3672269c0399","name":"editTermExam","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2021-04-09T14:02:11Z","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"term_no","value":"2","description":"ProctorU's unique ID that is passed back once the term is created. Pass this back in order to update the term.","type":"text"},{"key":"term_id","value":"1","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term."},{"key":"term_name","value":"Fall-20","type":"text","description":"<p><strong>(required)</strong></p>Name of the term"},{"key":"exam_id","value":"156","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam."},{"key":"exam_no","value":"","description":"ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.","type":"text"},{"key":"description","value":"Practice exam","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam"},{"key":"exam_url","value":"http://proctoru.com","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"password","value":"password","type":"text","description":"Password for the exam."},{"key":"notes","value":"","type":"text","description":"Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility."},{"key":"start_date","value":"2021-06-13T16:41:20Z","type":"text","description":"<p><strong>(required)</strong></p>Earliest possible date for a test-taker to take the exam -  ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2021-07-13T16:41:20Z","type":"text","description":"<p><strong>(required)</strong></p>Latest possible date for a test-taker to take the exam  - ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"instructor","value":"John Doe","type":"text","description":"Instructor for Exam"},{"key":"courseno","value":"Intro Course 101","type":"text","description":"Course number for the exam"},{"key":"max_attempt","value":"0","type":"text","description":"Maximum number of times the exam can be taken. Defaults to 0 for no limit  "},{"key":"duration","value":"120","type":"text","description":"Total time allowed for the exam in minutes. Defaults to `120` if left blank."},{"key":"active","value":"Y","type":"text","description":"Status of the exam"},{"key":"whitelist_urls","value":"[{url: \"https://go.proctoru.com\", open_on_start: false}, {url: \"https://www.google.com\", open_on_start: true}]","description":"URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.","type":"text"},{"key":"department_id","value":"32198764","description":"Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.","type":"text"}]},"url":"https://demo.proctoru.com/api/editTermExam"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2021-04-09T14:02:11Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"exam_no\": 694566357,\n        \"exam_id\": \"156\",\n        \"invite_url\": \"https://demo.proctoru.com/invitations/open-invite?token=MTA3MDE3ODg2Mm9wZW4taW52aXRl\"\n    }\n}"},{"id":"6efe4b99-aac9-4cf1-a92b-1ee21b933c02","name":"editTermExam Multiple Instructors","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"term_no","value":"","description":"ProctorU's unique ID that is passed back once the term is created. Pass this back in order to update the term.","type":"text"},{"key":"term_id","value":"654321","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term."},{"key":"term_name","value":"Term Name","type":"text","description":"<p><strong>(required)</strong></p>Name of the term"},{"key":"exam_id","value":"demo_exam","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam."},{"key":"exam_no","value":"","description":"ProctorU's unique ID that is passed back once the exam is created. Pass this back in order to update the exam.","type":"text"},{"key":"description","value":"Exam Name","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam"},{"key":"exam_url","value":"https://go.proctoru.com/quiz","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"password","value":"examPassword","type":"text","description":"Password for the exam."},{"key":"notes","value":"Custom text for proctor","type":"text","description":"Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility."},{"key":"start_date","value":"2024-01-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Earliest possible date for a test-taker to take the exam -  ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"end_date","value":"2024-07-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p>Latest possible date for a test-taker to take the exam  - ISO8601 DateTime In UTC - Format:  YYYY-MM-DDTHH24:MI:SSZ"},{"key":"instructors","value":"[{\"first_name\":\"John\", \"last_name\":\"Doe\", \"email\":\"JohnDoe@email.com\"}, {\"first_name\":\"Jane\", \"last_name\":\"Doe\", \"email\":\"JaneDoe@email.com\"}]","type":"text","description":"Instructor for Exam"},{"key":"courseno","value":"98765","type":"text","description":"Title of Course"},{"key":"max_attempt","value":"0","type":"text","description":"Maximum number of times the exam can be taken. Defaults to 0 for no limit  "},{"key":"duration","value":"120","type":"text","description":"Total time allowed for the exam in minutes. Defaults to `120` if left blank."},{"key":"active","value":"Y","type":"text","description":"Status of the exam"},{"key":"department_id","value":"32198764","description":"Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.","type":"text"}]},"url":"https://demo.proctoru.com/api/editTermExam"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"time_sent\": \"2020-12-02T16:45:40Z\",\r\n    \"response_code\": 1,\r\n    \"message\": \"\",\r\n    \"data\": {\r\n        \"exam_no\": 5064576,\r\n        \"exam_id\": \"demo_exam\",\r\n        \"invite_url\": \"https://go.proctoru.com/invitations/open-invite?token=NDkyNTEwMG9wZW4taW52aXRl\"\r\n    }\r\n}"}],"_postman_id":"e8eacfac-207c-419b-8a2e-8f583e079e5d"}],"id":"45706117-eb5d-1af2-33f8-6ad5eb4ef8d0","_postman_id":"45706117-eb5d-1af2-33f8-6ad5eb4ef8d0","description":""},{"name":"getInstitutionTermList","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"]}}],"id":"53f06723-ebfb-80be-a6f7-98a50263f130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":"https://demo.proctoru.com/api/getInstitutionTermList/?time_sent=2023-11-29T20:01:23&all=Y","description":"<p>This resource returns a list of the terms in the system. This is primarily used for institutions that are converting to the API when the term list already exists at ProctorU.</p>\n","urlObject":{"path":["getInstitutionTermList",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"},{"description":{"content":"<p>Return all active terms (set to F) or return all inactive and active terms (set to T) </p>\n","type":"text/plain"},"key":"all","value":"Y"}],"variable":[]}},"response":[{"id":"ed73df53-d1b1-4345-bb67-64daff8cfc66","name":"getInstitutionTermList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":{"raw":"https://demo.proctoru.com/api/getInstitutionTermList/?time_sent=2023-11-29T20:01:23&all=Y","host":["https://demo.proctoru.com/api"],"path":["getInstitutionTermList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"all","value":"Y","description":"Return all active terms (set to F) or return all inactive and active terms (set to T) "}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T19:24:58Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"term_no\": 905177788,\n            \"term_id\": \"519\",\n            \"term_name\": \"Math Term 870\",\n            \"active\": \"Y\"\n        },\n        {\n            \"term_no\": 905177329,\n            \"term_id\": \"761\",\n            \"term_name\": \"Math Term 476\",\n            \"active\": \"Y\"\n        }\n        ]\n    }"}],"_postman_id":"53f06723-ebfb-80be-a6f7-98a50263f130"},{"name":"getInstitutionExamList","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"]}}],"id":"f44b3997-9beb-9dd7-1d60-1d198faa6b84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":"https://demo.proctoru.com/api/getInstitutionExamList/?time_sent=2023-11-29T20:01:23&term_id={{termID}}&term_no&all=Y","description":"<p>This resource returns a list of the current active exams.</p>\n","urlObject":{"path":["getInstitutionExamList",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"},{"description":{"content":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term.","type":"text/plain"},"key":"term_id","value":"{{termID}}"},{"description":{"content":"<p>ProctorU's unique ID that is passed back once the term is created. You may pass this instead of term_id if you prefer.</p>\n","type":"text/plain"},"key":"term_no","value":null},{"description":{"content":"<p>Return all active exams (set to F) or return all inactive and active exams (set to T) </p>\n","type":"text/plain"},"key":"all","value":"Y"}],"variable":[]}},"response":[{"id":"ed0d7c7e-878f-43d0-99ee-586457ffe196","name":"getInstitutionExamList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":{"raw":"https://demo.proctoru.com/api/getInstitutionExamList/?time_sent=2023-11-29T20:01:23&term_id={{termID}}&term_no&all=Y","host":["https://demo.proctoru.com/api"],"path":["getInstitutionExamList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"term_id","value":"{{termID}}","description":"<p><strong>(required)</strong></p> Institution's unique term ID. Pass this back in order to update the term."},{"key":"term_no","value":null,"description":"ProctorU's unique ID that is passed back once the term is created. You may pass this instead of term_id if you prefer."},{"key":"all","value":"Y","description":"Return all active exams (set to F) or return all inactive and active exams (set to T) "}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T19:26:43Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"term_no\": 905174317,\n            \"term_id\": \"1985\",\n            \"term_name\": \"November AY2020-T2\",\n            \"exam_id\": \"123\",\n            \"exam_no\": 691416907,\n            \"courseno\": null,\n            \"description\": \"MATH 1001 - AY2020-T1\",\n            \"instructor\": \"John Doe\",\n            \"start_date\": \"2019-11-10T13:08:55Z\",\n            \"end_date\": \"2019-11-12T13:08:55Z\",\n            \"duration\": 60,\n            \"active\": \"Y\",\n            \"notes\": null,\n            \"password\": \"password\",\n            \"max_attempt\": 0\n        }\n        ]\n    }"}],"_postman_id":"f44b3997-9beb-9dd7-1d60-1d198faa6b84"},{"name":"getScheduleInfoAvailableTimesList","event":[{"listen":"prerequest","script":{"id":"8a86365c-c94b-4649-ad78-11f77593ff1c","exec":["var moment = require('moment')","","hoursNumber = 24;","daysNumber = 365;","","randomHour = Math.floor(Math.random() * hoursNumber);","randomDay = Math.floor(Math.random() * daysNumber);","randomDate = moment().add(1, \"year\").add(randomDay, \"days\").add(randomHour, \"hours\").startOf(\"day\");","","var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);","","var time = new Date().toISOString();","postman.setEnvironmentVariable(\"randomStartDate\", randomDate);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5f3c6475-4279-c1a1-4b77-2c675305165d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":"https://demo.proctoru.com/api/getScheduleInfoAvailableTimesList/?time_sent=2023-11-29T20:01:23&start_date={{randomStartDate}}&takeitnow=N","description":"<p>This resource returns a list of the available times, as well as a list of times for a specific exam. There are two specific ways to show the times: with an exam or test-taker and without an exam or test-taker.</p>\n","urlObject":{"path":["getScheduleInfoAvailableTimesList",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"},{"description":{"content":"<p><strong>(required)</strong></p> Date for the times that you would like to see","type":"text/plain"},"key":"start_date","value":"{{randomStartDate}}"},{"description":{"content":"<p><strong>(required)</strong></p> Setting this to Y will allow times within 1 hour to be presented. These times will incur an additional 'Take It Now' premium fee. ","type":"text/plain"},"key":"takeitnow","value":"N"},{"disabled":true,"key":"exam_id","value":"{{examID}}"},{"disabled":true,"key":"student_id","value":"12345"},{"disabled":true,"description":{"content":"<p>Used to search for times for a specific reservation.</p>\n","type":"text/plain"},"key":"reservation_no","value":""}],"variable":[]}},"response":[{"id":"6fe246d6-31b2-416a-9bf0-b8a457105a02","name":"getScheduleInfoAvailableTimesList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":{"raw":"https://demo.proctoru.com/api/getScheduleInfoAvailableTimesList/?time_sent=2023-11-29T20:01:23&student_id=12345&exam_id={{examID}}&start_date={{randomStartDate}}&takeitnow=N&reservation_no=","host":["https://demo.proctoru.com/api"],"path":["getScheduleInfoAvailableTimesList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","description":"<p><strong>(required)</strong></p> Institution's unique test-taker ID"},{"key":"exam_id","value":"{{examID}}","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam."},{"key":"start_date","value":"{{randomStartDate}}","description":"<p><strong>(required)</strong></p> Date for the times that you would like to see"},{"key":"takeitnow","value":"N","description":"<p><strong>(required)</strong></p> Date for the times that you would like to see"},{"key":"reservation_no","value":"","description":"Used to edit a previous appointment."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T16:45:46Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"start_date\": \"2021-07-19T05:00:00Z\",\n            \"local_start_date\": \"2021-07-19T00:00:00-05:00\",\n            \"fee\": 30.0,\n            \"fee_premium\": 0.0,\n            \"fee_discount\": 0.0\n        }\n     \n        ]\n    }"}],"_postman_id":"5f3c6475-4279-c1a1-4b77-2c675305165d"},{"name":"addProcess","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);","","var reservationID = \"2014-08-29T00:00:00Z\";","postman.setEnvironmentVariable(\"reservationID\", reservationID);",""]}}],"id":"5f3ae61f-7584-d607-0156-51d6ae5269bf","request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique test-taker ID"},{"key":"exam_id","value":"{{examID}}","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam."},{"key":"start_date","value":"2024-01-01T00:00:00","type":"text","description":"<p><strong>(required)</strong></p> Date the reservation will be available"},{"key":"reservation_id","value":"456456456","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique reservation ID"},{"key":"reservation_no","value":"","type":"text","description":"<p>ProctorU's unique reservation ID</p>\n"},{"key":"comments","value":"","type":"text","description":"<p>Comments input by the test-taker</p>\n"},{"key":"takeitnow","value":"N","type":"text","description":"<p><strong>(required)</strong></p> If this flag is true and the record is uploaded successfully, the student will be sent an email containing the URL, their user_id, user_password, and login instructions for ProctorU."},{"key":"url_return","value":"{{redirect}}","type":"text","description":"<p>URL where test-taker is redirected after scheduling is complete  </p>\n"},{"key":"notify","value":"N","type":"text","description":"<p>Specifies whether to send the predefined email notification to the test-taker of a scheduled reservation. Defaults to <code>true</code>.  </p>\n"}]},"url":"https://demo.proctoru.com/api/addProcess/","description":"<p>This resource reserves a time for a test-taker to take an exam.</p>\n","urlObject":{"path":["addProcess",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"aa44d178-5780-44f3-83cb-8baccf48b322","name":"addProcess","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2020-05-14T21:26:41Z","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"365","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique test-taker ID"},{"key":"exam_id","value":"123","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam."},{"key":"start_date","value":"2020-05-14T20:40:00Z","type":"text","description":"<p><strong>(required)</strong></p> Date the reservation will be available"},{"key":"reservation_id","value":"2020-05-14T20:40:00Z","type":"text","description":"<p><strong>(required)</strong></p> Institution's unique reservation ID"},{"key":"reservation_no","value":"908125464","type":"text","description":"ProctorU's unique reservation ID"},{"key":"comments","value":"","type":"text","description":"Comments input by the test-taker"},{"key":"takeitnow","value":"N","type":"text","description":"<p><strong>(required)</strong></p> If this flag is true and the record is uploaded successfully, the student will be sent an email containing the URL, their user_id, user_password, and login instructions for ProctorU."},{"key":"url_return","value":"https://proctoru.com","type":"text","description":"URL where test-taker is redirected after scheduling is complete  "},{"key":"notify","value":"N","type":"text","description":"Specifies whether to send the predefined email notification to the test-taker of a scheduled reservation. Defaults to `true`.  "}]},"url":"https://demo.proctoru.com/api/addProcess/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T21:26:41Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": {\n        \"balance\": 0.0,\n        \"reservation_id\": \"2020-05-14T20:40:00Z\",\n        \"reservation_no\": 908125464,\n        \"url\": \"https://demo.proctoru.com/students/reservations?login_token=BAhpBBaPJzc%3D--d2d840508f23b8338763b110963b23c2ede4f8e2&reservation_no=908125464&return_to=http%3A%2F%2Fwww.proctoru.com\"\n        }\n    }"}],"_postman_id":"5f3ae61f-7584-d607-0156-51d6ae5269bf"}],"id":"aa5ad435-dba3-2c6b-9467-fa7a253f7ffb","_postman_id":"aa5ad435-dba3-2c6b-9467-fa7a253f7ffb","description":""},{"name":"Creating a FulfillmentResult","item":[{"name":"createFulfillmentResult","event":[{"listen":"prerequest","script":{"id":"217839bb-2f12-4010-a767-fbc08b252fda","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"],"type":"text/javascript"}}],"id":"ae66960a-dcf3-9a20-c940-b87243427a6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"{{API_TOKEN}}","description":"<p>ProctorU's provided API key used for authentication</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text"},{"key":"session_id","value":"{{fulfillmentId}}","description":"<p><strong>(required)</strong></p>\nThe 36 character ID of the Fulfillment.","type":"text"},{"key":"score","value":"65","description":"<p><strong>(required)</strong></p>\nThe final score of the test-takers fulfillment.","type":"text"},{"key":"result","value":"f","description":"<p><strong>(required)</strong></p>\nThe result is whether the test-taker passed or failed. \n\"p\" for Pass. \"f\" for Fail.","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://demo.proctoru.com/api/createFulfillmentResult","urlObject":{"path":["createFulfillmentResult"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"1662b2a1-5f2b-7e78-77b1-39e15af335a5","name":"Failed createFulfillmentResult","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"{{API_TOKEN}}","description":"ProctorU's provided API key used for authentication"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text"},{"key":"session_id","value":"{{fulfillmentId}}","description":"The 36 character ID of the Fulfillment.","type":"text"},{"key":"score","value":"","description":"The final score of the test-takers fulfillment.","type":"text"},{"key":"result","value":"p","description":"The result is whether the test-taker passed or failed. ","type":"text"}]},"url":"https://demo.proctoru.com/api/createFulfillmentResult"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, private, max-age=0","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Set-Cookie","value":"__profilin=p%3Dt; path=/","name":"Set-Cookie","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"Vary","value":"Origin","name":"Vary","description":""},{"key":"X-Frame-Options","value":"ALLOWALL","name":"X-Frame-Options","description":""},{"key":"X-Meta-Request-Version","value":"0.4.3","name":"X-Meta-Request-Version","description":""},{"key":"X-MiniProfiler-Ids","value":"[\"mi23df6i0i45nha1wnat\",\"lp1vqnxjuyikylh3ifgv\",\"us60og19v1fm9r5v75as\",\"7kslkvkmhcc8bbfxjsb1\",\"ecwau9zrbql9hiy1gbqo\",\"x9tmy3fxtmscjkc81ykt\",\"iagawnlsc8v3jv964s45\",\"x1ou93nye24j2ii5y9rd\",\"b4zk1errdo2edzub0bkc\"]","name":"X-MiniProfiler-Ids","description":""},{"key":"X-Request-Id","value":"27a95a80-e7cf-4cc5-bae4-fd767f36100b","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.083457","name":"X-Runtime","description":""}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"p%3Dt","key":"__profilin"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"POST","key":"request_method"}],"responseTime":"89","body":"{\"time_sent\":\"2017-09-06T15:50:52.524Z\",\"response_code\":2,\"message\":\"Score was invalid. : Error count 1 of 50\",\"data\":null}"},{"id":"63581ad0-40d1-e026-0231-ba68f7ed06ac","name":"Successful createFulfillmentResult with FAIL result","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"{{API_TOKEN}}","description":"ProctorU's provided API key used for authentication"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text"},{"key":"session_id","value":"{{fulfillmentId}}","description":"The 36 character ID of the Fulfillment.","type":"text"},{"key":"score","value":"65","description":"The final score of the test-takers fulfillment.","type":"text"},{"key":"result","value":"f","description":"The result is whether the test-taker passed or failed. ","type":"text"}]},"url":"https://demo.proctoru.com/api/createFulfillmentResult"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Sep 2017 14:54:43 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"0740163d311fec9ebc4d93f4ff84ee7d\"","name":"ETag","description":""},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=31536000","name":"Strict-Transport-Security","description":""},{"key":"Vary","value":"Origin","name":"Vary","description":""},{"key":"X-Frame-Options","value":"ALLOWALL","name":"X-Frame-Options","description":""},{"key":"X-Rack-Cache","value":"invalidate, pass","name":"X-Rack-Cache","description":""},{"key":"X-Request-Id","value":"24e0e3d8-81a4-45ea-abd1-f85d4f75e7d3","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.044316","name":"X-Runtime","description":""}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"demo.proctoru.com","path":"/","secure":true,"value":"POST","key":"request_method"}],"responseTime":"272","body":"{\"time_sent\":\"2017-09-07T14:54:43Z\",\"response_code\":1,\"message\":\"\",\"data\":null}"},{"id":"94ae5418-026d-66b9-e3ef-0b7bbe4b3a75","name":"Successful createFulfillmentResult with PASS result","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"{{API_TOKEN}}","description":"ProctorU's provided API key used for authentication"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text"},{"key":"session_id","value":"{{fulfillmentId}}","description":"The 36 character ID of the Fulfillment.","type":"text"},{"key":"score","value":"100","description":"The final score of the test-takers fulfillment.","type":"text"},{"key":"result","value":"p","description":"The result is whether the test-taker passed or failed. ","type":"text"}]},"url":"https://demo.proctoru.com/api/createFulfillmentResult"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, private, max-age=0","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Set-Cookie","value":"__profilin=p%3Dt; path=/","name":"Set-Cookie","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"Vary","value":"Origin","name":"Vary","description":""},{"key":"X-Frame-Options","value":"ALLOWALL","name":"X-Frame-Options","description":""},{"key":"X-Meta-Request-Version","value":"0.4.3","name":"X-Meta-Request-Version","description":""},{"key":"X-MiniProfiler-Ids","value":"[\"x9tmy3fxtmscjkc81ykt\",\"lp1vqnxjuyikylh3ifgv\",\"us60og19v1fm9r5v75as\",\"7kslkvkmhcc8bbfxjsb1\",\"ecwau9zrbql9hiy1gbqo\"]","name":"X-MiniProfiler-Ids","description":""},{"key":"X-Request-Id","value":"c844120f-ed86-4199-ba00-51a0f9e32ec9","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.617059","name":"X-Runtime","description":""}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"p%3Dt","key":"__profilin"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"POST","key":"request_method"}],"responseTime":"636","body":"{\"time_sent\":\"2017-09-06T15:45:26Z\",\"response_code\":1,\"message\":\"\",\"data\":null}"}],"_postman_id":"ae66960a-dcf3-9a20-c940-b87243427a6d"}],"id":"5a479359-62f3-8068-0e82-428013619083","description":"<p>Once a Fulfillment has been completed, you are able to send a POST request with details of the score of the Fulfillment for ProctorU to store.</p>\n","_postman_id":"5a479359-62f3-8068-0e82-428013619083"},{"name":"addBlueBirdExam Flow","item":[{"name":"getTimeZoneList","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"]}}],"id":"c201865d-852e-ce06-6cfe-3888ca289933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"url":"https://demo.proctoru.com/api/getTimeZoneList/?time_sent=2023-11-29T20:01:23","description":"<p>This resource returns a list of time zones.</p>\n","urlObject":{"path":["getTimeZoneList",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"}],"variable":[]}},"response":[{"id":"9822d36f-1b49-45fd-8acd-c5ec4b5f9025","name":"getTimeZoneList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"url":{"raw":"https://demo.proctoru.com/api/getTimeZoneList/?time_sent=2023-11-29T20:01:23","host":["https://demo.proctoru.com/api"],"path":["getTimeZoneList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-13T16:18:23Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"TimeZoneNo\": 42,\n            \"GMTOffset\": -12.0,\n            \"Id\": \"Dateline Standard Time\",\n            \"DisplayName\": \"(UTC-12:00) International Date Line West\",\n            \"Description\": \"Dateline Standard Time\",\n            \"SortOrder\": 100,\n            \"LocalTime\": \"4:18 AM\",\n            \"DST\": false\n            }\n        ]\n    }"}],"_postman_id":"c201865d-852e-ce06-6cfe-3888ca289933"},{"name":"addBlueBirdExam","event":[{"listen":"prerequest","script":{"id":"3384d5a2-7b3a-47da-8110-24d2ee42bf1b","exec":["var randomNumber = 1000;","var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);","","var startDate = \"2014-08-29T00:00:00Z\";","postman.setEnvironmentVariable(\"startDate\", startDate);","","var endDate = \"2019-08-29T00:00:00Z\";","postman.setEnvironmentVariable(\"endDate\", endDate);","","var examID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"examID\", examID);","","var courseID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"courseID\", courseID);","","var termName = \"Term \" + Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"termName\", termName);","","var description = \"This is a description \" + Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"description\", description);","","var instructor = \"Random Instructor \" + Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"instructor\", instructor);","","var password = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"password\", password);","","var termID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"termID\", termID);","","var courseNo = \"The Force 101\";","","postman.setEnvironmentVariable(\"courseNo\", courseNo);"],"type":"text/javascript","packages":{}}}],"id":"21bbd47f-11d9-3bb4-e441-ea5a8d77939b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","type":"text","description":"<p>Institution's unique test-taker ID. Can be used to scope the report down to an individual user.</p>\n"},{"key":"user_id","value":"userLogin","type":"text","description":"<p>Username for the test-taker; used to log in to ProctorU's scheduling system</p>\n"},{"key":"user_password","value":"userPassword","type":"text","description":"<p>ProctorU's password for the test-taker; used to log in to ProctorU's scheduling system</p>\n"},{"key":"first_name","value":"Jane","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's first name"},{"key":"last_name","value":"Doe","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's last name"},{"key":"country","value":"US","type":"text","description":"<p><strong>(preferred)</strong></p> Test-taker's Country. ISO 3166-1 alpha 2 codes are supported. You can find a list of valid codes here: https://www.iban.com/country-codes"},{"key":"state","value":"AL","description":"<p><strong>(required)</strong></p> Test-taker's State *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"city","value":"Hoover","description":"<p><strong>(required)</strong></p> Test-taker's City *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"address1","value":"2200 Riverchase Parkway","description":"<p><strong>(required)</strong></p> Test-taker's Address 1 *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"zipcode","value":"35244","description":"<p><strong>(required)</strong></p> Test-taker's Zip or Postal Code *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"phone1","value":"8557728678","type":"text","description":"<p>Test-taker's Primary Telephone Number</p>\n"},{"key":"phone2","value":"{{phone2}}","type":"text","description":"<p>Test-taker's Secondary Telephone Number</p>\n"},{"key":"email","value":"JaneDoe@email.com","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's Email"},{"key":"time_zone_id","value":"{{timeZone}}","type":"text","description":"<p><strong>(required)</strong></p> Time Zone ID or Description- please call getTimeZoneList for a list of IDs and Descriptions to use for this field. Either the ID or Description from the getTimeZoneList response can be used here"},{"key":"notify","value":"Y","type":"text","description":"<p>Whether to notify the test-taker of this scheduling by e-mail. Defaults to true if omitted.  </p>\n"},{"key":"exam_id","value":"456789","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam. <br /><br /><strong>Please note that when creating the exam_id, the system appends the student_id to it as well.</strong> <br /><br /> Example: <br /><br />Sending over the following params:<br /><br /><code>{ \"exam_id\": \"123\", \"student_id\": \"456\"}</code><br /><br /> will result in the <code>exam_id</code> being \"123-456\". This is because bluebird exams are treated as single user exams.  When using certain reports, this may be reflected in the response that is given back."},{"key":"course_id","value":"{{courseID}}","type":"text","description":"<p>Institution's unique identifier for a course</p>\n"},{"key":"description","value":"Exam Name","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam"},{"key":"active_date","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p> Earliest possible date for a test-taker to schedule the exam  "},{"key":"end_date","value":"{{end_date}}","type":"text","description":"<p><strong>(required)</strong></p> Latest possible date for a test-taker to schedule the exam  "},{"key":"duration","value":"60","type":"text","description":"<p>Total time allowed for the exam in minutes. Defaults to <code>120</code> if left blank.</p>\n"},{"key":"duration_modifier","value":"30","description":"<p>Test-taker's extra time for the exam in minutes.</p>\n","type":"text"},{"key":"instructor","value":"","type":"text","description":"<p>Instructor's name  </p>\n"},{"key":"course_no","value":"98765","type":"text","description":"<p>Title of Course</p>\n"},{"key":"exam_url","value":"https://www.starwars.com/quiz","description":"<p>URL where the exam is located</p>\n","type":"text"},{"key":"exam_password","value":"examPassword","type":"text","description":"<p>Password for the exam</p>\n"},{"key":"notes","value":"Custom text for proctor","type":"text","description":"<p>Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility.</p>\n"},{"key":"department_id","value":"32198764","description":"<p>Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.</p>\n","type":"text"},{"key":"preset","value":"medium","description":"<p>Exam sensitivity setting. Defaults to low if omitted. Input must be non capitalized, i.e. 'low','medium','high','custom'.For more information on what each security setting entails please view the following documentation, <a href=\"https://getyardstick-my.sharepoint.com/:b:/g/personal/cclark_meazurelearning_com/EUuhcIT89g5Nlq6XunF0ftIBo9o597QF4Lwpla4IGoRkTQ\">ProctorU Security Preset Documentation</a></p>\n","type":"text"},{"key":"preset_custom_configurations","value":"{\"browser_tabs\": \"allowed\", \"allow_copy_paste\": \"enabled\", \"window_size_allowed\": \"maximized\", \"lost_focus\": \"restricted\"}","description":"<p>Exam sensitivity custom settings allowed for the exam. This parameter is <strong>required</strong> when <strong>preset</strong> value is set to <strong>custom</strong>. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1kTfmxwMZEzdjexeNt-Ogg7iAEU4zL75T/view?usp=sharing\">ProctorU Exam Sensitivity Settings</a></p>\n","type":"text"},{"key":"whitelist_urls","value":"[{\"url\": \"https://go.proctoru.com\", \"open_on_start\": false}, {\"url\": \"https://www.google.com\", \"open_on_start\": true}]","description":"<p>URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.</p>\n","type":"text"},{"key":"permitted_resources_list","value":"financial_calculator,handwritten_notes ","description":"<p>Resources allowed for the exam. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1Tuuayecktn6LxNmVkjPwdN_wBJ1JDnwc/view?usp=sharing\">ProctorU Allowed Resources Documentation</a> </p>\n","type":"text"},{"key":"other_resources ","value":"Matlab","description":"<p>Free text field for other resources allowed for the exam that are not covered in the predefined list of the permitted_resources_list parameter. </p>\n","type":"text"},{"key":"proctoring_modality  ","value":"\t\nonline/test_center/hybrid","description":"<p>preferred proctoring modality for the exam(online for remote, test_center for in-person and hybrid for both). default value is online.</p>\n","type":"text","uuid":"f5d0dc2c-6605-4205-8fd8-abf4610f2270"},{"key":"package_id","value":"14580","description":"<p>(required when proctoring_modality is test_center or hybrid)</p>\n<p>package_id determines the duration of the time slot at the test center. package_id will be provided during implementation by the project team.</p>\n","type":"text","uuid":"6e79d632-09c6-4696-8aca-959323c15a5f"}]},"url":"https://demo.proctoru.com/api/addBlueBirdExam/","description":"<p>This resource will initiate the addition or update of test-taker registration, as well as adding individual exam information for one student.</p>\n<p>To update an existing BlueBird exam in the system, the student_id, course_id, and exam_id parameters must all contain values, and they must match an existing record in the system.</p>\n","urlObject":{"path":["addBlueBirdExam",""],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"02af312a-5938-cb07-a623-338bd7a049b7","name":"1 - Successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","type":"text","description":"Institution's unique test-taker ID. Can be used to scope the report down to an individual user."},{"key":"user_id","value":"userLogin","type":"text","description":"Username for the test-taker; used to log in to ProctorU's scheduling system"},{"key":"user_password","value":"userPassword","type":"text","description":"ProctorU's password for the test-taker; used to log in to ProctorU's scheduling system"},{"key":"first_name","value":"Jane","type":"text","description":"<p><strong>(required)</strong></p>Test-taker's first name"},{"key":"last_name","value":"Doe","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's last name"},{"key":"country","value":"US","type":"text","description":"<p><strong>(preferred)</strong></p> Test-taker's Country. ISO 3166-1 alpha 2 codes are supported. You can find a list of valid codes here: https://www.iban.com/country-codes"},{"key":"state","value":"AL","description":"<p><strong>(required)</strong></p> Test-taker's State *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"city","value":"Hoover","description":"<p><strong>(required)</strong></p> Test-taker's City *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"address1","value":"2200 Riverchase Parkway","description":"<p><strong>(required)</strong></p> Test-taker's Address 1 *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"zipcode","value":"35244","description":"<p><strong>(required)</strong></p> Test-taker's Zip or Postal Code *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"phone1","value":"8557728678","type":"text","description":"Test-taker's Primary Telephone Number"},{"key":"phone2","value":"{{phone2}}","type":"text","description":"Test-taker's Secondary Telephone Number"},{"key":"email","value":"JaneDoe@email.com","type":"text","description":"<p><strong>(required)</strong></p> Test-taker's Email"},{"key":"time_zone_id","value":"{{timeZone}}","type":"text","description":"<p><strong>(required)</strong></p> Time Zone ID or Description- please call getTimeZoneList for a list of IDs and Descriptions to use for this field. Either the ID or Description from the getTimeZoneList response can be used here"},{"key":"notify","value":"Y","type":"text","description":"Whether to notify the test-taker of this scheduling by e-mail. Defaults to true if omitted.  "},{"key":"exam_id","value":"456789","type":"text","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam. <br><br><strong>Please note that when creating the exam_id, the system appends the student_id to it as well.</strong> <br><br> Example: <br><br>Sending over the following params:<br><br><code>{ \"exam_id\": \"123\", \"student_id\": \"456\"}</code><br><br> will result in the <code>exam_id</code> being \"123-456\". This is because bluebird exams are treated as single user exams.  When using certain reports, this may be reflected in the response that is given back."},{"key":"course_id","value":"{{courseID}}","type":"text","description":"Institution's unique identifier for a course"},{"key":"description","value":"Exam Name","type":"text","description":"<p><strong>(required)</strong></p> Title of the exam"},{"key":"active_date","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p> Earliest possible date for a test-taker to schedule the exam  "},{"key":"end_date","value":"{{end_date}}","type":"text","description":"<p><strong>(required)</strong></p> Latest possible date for a test-taker to schedule the exam  "},{"key":"duration","value":"60","type":"text","description":"Total time allowed for the exam in minutes. Defaults to `120` if left blank."},{"key":"duration_modifier","value":"30","description":"Test-taker's extra time for the exam in minutes.","type":"text"},{"key":"instructor","value":"","type":"text","description":"Instructor's name  "},{"key":"course_no","value":"98765","type":"text","description":"Title of Course"},{"key":"exam_url","value":"https://www.starwars.com/quiz","description":"URL where the exam is located","type":"text"},{"key":"exam_password","value":"examPassword","type":"text","description":"Password for the exam"},{"key":"notes","value":"Custom text for proctor","type":"text","description":"Notes that only the proctors / ProctorU can view. Add instructions here for proctors (no resources allowed, 1 bathroom break, navigate to this url). You may pass HTML here to format the code for visibility."},{"key":"department_id","value":"32198764","description":"Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.","type":"text"},{"key":"preset","value":"medium","description":"Exam sensitivity setting. Defaults to low if omitted. Input must be non capitalized, i.e. 'low','medium','high','custom'.For more information on what each security setting entails please view the following documentation, [ProctorU Security Preset Documentation](https://getyardstick-my.sharepoint.com/:b:/g/personal/cclark_meazurelearning_com/EUuhcIT89g5Nlq6XunF0ftIBo9o597QF4Lwpla4IGoRkTQ)","type":"text"},{"key":"preset_custom_configurations","value":"{\"browser_tabs\": \"allowed\", \"allow_copy_paste\": \"enabled\", \"window_size_allowed\": \"maximized\", \"lost_focus\": \"restricted\"}","description":"Exam sensitivity custom settings allowed for the exam. This parameter is <strong>required</strong> when <strong>preset</strong> value is set to <strong>custom</strong>. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  [ProctorU Exam Sensitivity Settings](https://drive.google.com/file/d/1kTfmxwMZEzdjexeNt-Ogg7iAEU4zL75T/view?usp=sharing)","type":"text"},{"key":"whitelist_urls","value":"[{\"url\": \"https://go.proctoru.com\", \"open_on_start\": false}, {\"url\": \"https://www.google.com\", \"open_on_start\": true}]","description":"URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.","type":"text"},{"key":"permitted_resources_list","value":"financial_calculator,handwritten_notes ","description":"Resources allowed for the exam. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  [ProctorU Allowed Resources Documentation](https://drive.google.com/file/d/1Tuuayecktn6LxNmVkjPwdN_wBJ1JDnwc/view?usp=sharing) ","type":"text"},{"key":"other_resources ","value":"Matlab","description":"Free text field for other resources allowed for the exam that are not covered in the predefined list of the permitted_resources_list parameter. ","type":"text"},{"key":"proctoring_modality  ","value":"\t\nonline/test_center/hybrid","description":"preferred proctoring modality for the exam(online for remote, test_center for in-person and hybrid for both). default value is online.","type":"text","uuid":"f5d0dc2c-6605-4205-8fd8-abf4610f2270"},{"key":"package_id","value":"14580","description":"(required when proctoring_modality is test_center or hybrid)\n\npackage_id determines the duration of the time slot at the test center. package_id will be provided during implementation by the project team.","type":"text","uuid":"6e79d632-09c6-4696-8aca-959323c15a5f"}]},"url":"https://demo.proctoru.com/api/addBlueBirdExam/","description":"This resource will initiate the addition or update of test-taker registration, as well as adding individual exam information for one student.\n\nTo update an existing BlueBird exam in the system, the student_id, course_id, and exam_id parameters must all contain values, and they must match an existing record in the system."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 11 Aug 2017 16:24:30 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"8b434733a3769343f58cbb4b4af428ad\"","name":"ETag","description":""},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"request_method=POST; path=/; secure","name":"Set-Cookie","description":""},{"key":"Strict-Transport-Security","value":"max-age=31536000","name":"Strict-Transport-Security","description":""},{"key":"Vary","value":"Origin","name":"Vary","description":""},{"key":"X-Frame-Options","value":"ALLOWALL","name":"X-Frame-Options","description":""},{"key":"X-Rack-Cache","value":"invalidate, pass","name":"X-Rack-Cache","description":""},{"key":"X-Request-Id","value":"374fea5e-7609-413d-bcc2-3ff47dc6427a","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"2.544132","name":"X-Runtime","description":""}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"demo.proctoru.com","path":"/","secure":true,"value":"POST","key":"request_method"}],"responseTime":"2978","body":"{\"time_sent\":\"2017-08-11T16:24:30Z\",\"response_code\":1,\"message\":\"\",\"data\":{\"url\":\"https://demo.proctoru.com/students/reservations?login_token=BAhpBIFLJjc%3D--8fb2f15618c63ffccdbfc02d4c6657203e007da0\\u0026return_to=\"}}"},{"id":"26065701-864b-7ea8-3e88-3c5b5adcb74a","name":"1 - Successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","type":"text","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","type":"text"},{"key":"user_id","value":"12345","type":"text"},{"key":"user_password","value":"userPassword","type":"text"},{"key":"country","value":"US","type":"text"},{"key":"phone1","value":"8557728678","type":"text"},{"key":"phone2","value":"{{phone2}}","type":"text"},{"key":"email","value":"JaneDoe@email.com","type":"text"},{"key":"time_zone_id","value":"Central Standard Time","type":"text"},{"key":"notify","value":"Y","type":"text"},{"key":"exam_id","value":"{{examID}}","type":"text"},{"key":"course_id","value":"{{courseID}}","type":"text"},{"key":"description","value":"Exam Name","type":"text"},{"key":"active_date","value":"{{start_date}}","type":"text"},{"key":"end_date","value":"{{end_date}}","type":"text"},{"key":"duration","value":"120","type":"text"},{"key":"instructor","value":"","type":"text"},{"key":"course_no","value":"98765","type":"text"},{"key":"exam_password","value":"examPassword","type":"text"},{"key":"notes","value":"Custom text for proctor","type":"text"},{"key":"last_name","value":"Doe","type":"text"},{"key":"first_name","value":"Jane","type":"text"},{"key":"department_id","value":"32198764","type":"text"},{"key":"preset","value":"","type":"text"}]},"url":"https://demo.proctoru.com/api/addBlueBirdExam/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 11 Aug 2017 16:24:30 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"8b434733a3769343f58cbb4b4af428ad\"","name":"ETag","description":""},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":""},{"key":"Set-Cookie","value":"request_method=POST; path=/; secure","name":"Set-Cookie","description":""},{"key":"Strict-Transport-Security","value":"max-age=31536000","name":"Strict-Transport-Security","description":""},{"key":"Vary","value":"Origin","name":"Vary","description":""},{"key":"X-Frame-Options","value":"ALLOWALL","name":"X-Frame-Options","description":""},{"key":"X-Rack-Cache","value":"invalidate, pass","name":"X-Rack-Cache","description":""},{"key":"X-Request-Id","value":"374fea5e-7609-413d-bcc2-3ff47dc6427a","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"2.544132","name":"X-Runtime","description":""}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"demo.proctoru.com","path":"/","secure":true,"value":"POST","key":"request_method"}],"responseTime":"2978","body":"{\"time_sent\":\"2017-08-11T16:24:30Z\",\"response_code\":1,\"message\":\"\",\"data\":{\"url\":\"https://demo.proctoru.com/students/reservations?login_token=BAhpBIFLJjc%3D--8fb2f15618c63ffccdbfc02d4c6657203e007da0\\u0026return_to=\"}}"}],"_postman_id":"21bbd47f-11d9-3bb4-e441-ea5a8d77939b"}],"id":"d5a5ef62-e2e2-8af7-7e8d-14d13a9fb00c","_postman_id":"d5a5ef62-e2e2-8af7-7e8d-14d13a9fb00c","description":""},{"name":"List Reservations","item":[{"name":"getStudentReservationList","event":[{"listen":"prerequest","script":{"id":"031e3243-f317-44a4-8c03-edb4b4f6b918","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);"],"type":"text/javascript"}}],"id":"6c4ab1a0-122d-4c40-af19-924d22e6c793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n"}],"url":"https://demo.proctoru.com/api/getStudentReservationList/?time_sent=2023-11-29T20:01:23&student_id=12345","description":"<p>This endpoint returns a list of reservations for a user which are <strong>scheduled now or in the future.</strong></p>\n<p>Reservations that are cancelled, fulfilled, pending and waiting to be scheduled, or started and in a running status will not be returned. Scheduled reservations that are in the past will not be returned.</p>\n","urlObject":{"path":["getStudentReservationList",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"},{"description":{"content":"<p><strong>(required)</strong></p>Institution's unique test-taker ID","type":"text/plain"},"key":"student_id","value":"12345"}],"variable":[]}},"response":[{"id":"612bd6af-e6d4-4158-a415-23b2e5d7ffa7","name":"getStudentReservationList","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication"}],"url":{"raw":"https://demo.proctoru.com/api/getStudentReservationList/?time_sent=2023-11-29T20:01:23&student_id=12345","host":["https://demo.proctoru.com/api"],"path":["getStudentReservationList",""],"query":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"},{"key":"student_id","value":"12345","description":"<p><strong>(required)</strong></p>Institution's unique test-taker ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"time_sent\": \"2020-05-14T20:37:28Z\",\n    \"response_code\": 1,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"reservation_no\": 908125464,\n            \"reservation_id\": \"2020-05-14T20:40:00Z\",\n            \"exam_id\": \"123-2341324\",\n            \"description\": \"Final- MATH 101\",\n            \"courseno\": \"MATH 101\",\n            \"instructor\": \"John Doe\",\n            \"start_date\": \"2020-05-14T20:50:00Z\",\n            \"test\": \"Final - MATH 101\",\n            \"escalated\": false\n        }\n        ]\n    }"}],"_postman_id":"6c4ab1a0-122d-4c40-af19-924d22e6c793"}],"id":"bff4e7a0-3d28-4a2c-a3b1-2155e1c30930","event":[{"listen":"prerequest","script":{"id":"99c278da-4d80-4d13-be4f-c5c5542725f9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1bb3fb12-5294-4018-9973-c09ed9f513d3","type":"text/javascript","exec":[""]}}],"_postman_id":"bff4e7a0-3d28-4a2c-a3b1-2155e1c30930","description":""},{"name":"Testing Out Your System","item":[{"name":"Test It Out Link","id":"1efb9980-c1e6-40a3-9424-ae7e191da5d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>ProctorU's provided API key used for authentication</p>\n","key":"Authorization-Token","type":"text","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e"}],"url":"https://demo.proctoru.com/api/getTestItOutLink/?student_id=12345&time_sent=2023-11-29T20:01:23","description":"<p>Retrieve the Test It Out link for a given test-taker. This link logs the test-taker in to their account and directs them to the Test it Out page.</p>\n","urlObject":{"path":["getTestItOutLink",""],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p><strong>(required)</strong></p> Institution's unique test-taker ID","type":"text/plain"},"key":"student_id","value":"12345"},{"description":{"content":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text/plain"},"key":"time_sent","value":"2023-11-29T20:01:23"}],"variable":[]}},"response":[{"id":"da6a5b1b-a335-48ea-b4a9-150c892d538f","name":"Test It Out Link","originalRequest":{"method":"GET","header":[{"description":"ProctorU's provided API key used for authentication","key":"Authorization-Token","type":"text","value":"{{API Key}}"}],"url":{"raw":"https://demo.proctoru.com/api/getTestItOutLink/?student_id=12345&time_sent=2023-11-29T20:01:23","host":["https://demo.proctoru.com/api"],"path":["getTestItOutLink",""],"query":[{"key":"student_id","value":"12345","description":"<p><strong>(required)</strong></p> Institution's unique test-taker ID"},{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"time_sent\": \"2021-03-15T20:36:42Z\",\r\n    \"response_code\": 1,\r\n    \"message\": \"\",\r\n    \"data\": {\r\n        \"url\": \"https://demo.proctoru.com/students/system-metrics/new?login_token=BAHDJDSTrJzc%3D--51dbfhhrr323fa5e0c9a25e7e545f92b211ba73b6ceabc6\"\r\n    }\r\n}"}],"_postman_id":"1efb9980-c1e6-40a3-9424-ae7e191da5d2"}],"id":"dffc92a0-c5eb-4002-a06f-b01239fc1d10","_postman_id":"dffc92a0-c5eb-4002-a06f-b01239fc1d10","description":""},{"name":"JWT","item":[{"name":"CreateJWT","id":"f8498b05-92c3-442f-ae09-95b608b2b2af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n","type":"text"}],"url":"https://demo.proctoru.com/api/institutions/exam_url_parameters?param_name=jwt&kind=QueryStringJsonWebToken","description":"<p>This resource is used to add a jwt encrypted query parameter to the exam URL. The response will include the public key to be used by the receiving application.</p>\n","urlObject":{"path":["institutions","exam_url_parameters"],"host":["https://demo.proctoru.com/api"],"query":[{"description":{"content":"<p>Name of parameter</p>\n","type":"text/plain"},"key":"param_name","value":"jwt"},{"description":{"content":"<p>Parameter being implemented</p>\n","type":"text/plain"},"key":"kind","value":"QueryStringJsonWebToken"}],"variable":[]}},"response":[{"id":"49bbdff4-c825-4d21-99c4-8ea7ff3e36c3","name":"CreateJWT Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication","type":"text"}],"url":{"raw":"https://demo.proctoru.com/api/institutions/exam_url_parameters?param_name=jwt&kind=QueryStringJsonWebToken","host":["https://demo.proctoru.com/api"],"path":["institutions","exam_url_parameters"],"query":[{"key":"param_name","value":"jwt"},{"key":"kind","value":"QueryStringJsonWebToken"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Jun 2020 20:29:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"X-Frame-Options","value":"ALLOWALL"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Fri, 01 Jan 1990 00:00:00 GMT"},{"key":"X-Request-Id","value":"68a3b4c3-f08c-4e39-a853-677fdb26d877"},{"key":"X-Runtime","value":"0.080624"},{"key":"X-Rack-Cache","value":"invalidate, pass"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2020-06-09T20:29:30.129Z\",\n        \"param_name\": \"jwt\",\n        \"options\": {\n            \"public_key\": \"-----BEGIN PUBLIC KEY-----\\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5P8GihZvgMCLh/5e3mfP\\nWch92r0G8aYlRUXLNSb3ZEE4Jd9fb4nqBlmR+NuuPTu742FvWep2ZbigFChD4m0o\\n6OW6ZY7y6liVe5c1QheDS1EPSgT6lC+kV+cge0AlhC9T5tuY4085SAHDs0CXkR3H\\nB1AWRCAOdiQrH0ZN8UCDEoPzk3p619b4OkUpCo4GsMApRv5c49m4iFlZuMh3KVVE\\nYZHZU/O/6dw/O7tT2XGTGFdyKBEjUGuUnFna+vZYlyyzYeTamR9wLc6Ith0Kxaca\\n4zsQI6d8kw+qh1uTzUOuUg2RfauTj6maK7udybnBrhFJuVeEa5obbDDCcqYp1Hxp\\ngwIDAQAB\\n-----END PUBLIC KEY-----\\n\"\n        }\n    }\n]"}],"_postman_id":"f8498b05-92c3-442f-ae09-95b608b2b2af"},{"name":"ListExamParameters","id":"46d722fd-ed2b-40f5-8b30-ff56239bdc0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n","type":"text"}],"url":"https://demo.proctoru.com/api/institutions/exam_url_parameters","description":"<p>This resource is used to retrieve any query parameters generated for a specific institution. </p>\n","urlObject":{"path":["institutions","exam_url_parameters"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"75b75d8a-846d-4a90-b3fb-08929bbba72a","name":"ListExamParameters Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization-token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication","type":"text"}],"url":"https://demo.proctoru.com/api/institutions/exam_url_parameters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Jun 2020 20:29:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"X-Frame-Options","value":"ALLOWALL"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Fri, 01 Jan 1990 00:00:00 GMT"},{"key":"X-Request-Id","value":"de10f386-3234-4659-9de0-6d7ec4326cf4"},{"key":"X-Runtime","value":"0.035678"},{"key":"X-Rack-Cache","value":"miss"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2020-06-09T20:29:30.129Z\",\n        \"param_name\": \"jwt\",\n        \"options\": {\n            \"public_key\": \"-----BEGIN PUBLIC KEY-----\\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5P8GihZvgMCLh/5e3mfP\\nWch92r0G8aYlRUXLNSb3ZEE4Jd9fb4nqBlmR+NuuPTu742FvWep2ZbigFChD4m0o\\n6OW6ZY7y6liVe5c1QheDS1EPSgT6lC+kV+cge0AlhC9T5tuY4085SAHDs0CXkR3H\\nB1AWRCAOdiQrH0ZN8UCDEoPzk3p619b4OkUpCo4GsMApRv5c49m4iFlZuMh3KVVE\\nYZHZU/O/6dw/O7tT2XGTGFdyKBEjUGuUnFna+vZYlyyzYeTamR9wLc6Ith0Kxaca\\n4zsQI6d8kw+qh1uTzUOuUg2RfauTj6maK7udybnBrhFJuVeEa5obbDDCcqYp1Hxp\\ngwIDAQAB\\n-----END PUBLIC KEY-----\\n\"\n        }\n    }\n]"}],"_postman_id":"46d722fd-ed2b-40f5-8b30-ff56239bdc0e"},{"name":"RemoveJWT","id":"37f91df7-061b-41e3-82de-2dd0e63ef3e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization-token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"<p>ProctorU's provided API key used for authentication</p>\n","type":"text"}],"url":"https://demo.proctoru.com/api/institutions/exam_url_parameters/jwt","description":"<p>Removes JWT query parameters from an institution</p>\n","urlObject":{"path":["institutions","exam_url_parameters","jwt"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"2bf227e5-0a53-425e-8e95-9f6fef4b92a5","name":"RemoveJWT Successful","originalRequest":{"method":"DELETE","header":[{"key":"Authorization-token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","description":"ProctorU's provided API key used for authentication","type":"text"}],"url":"https://demo.proctoru.com/api/institutions/exam_url_parameters/jwt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Jun 2020 20:29:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"X-Frame-Options","value":"ALLOWALL"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Fri, 01 Jan 1990 00:00:00 GMT"},{"key":"X-Request-Id","value":"72e0e18b-3d5f-439d-9312-b657e7f318b3"},{"key":"X-Runtime","value":"0.029192"},{"key":"X-Rack-Cache","value":"invalidate, pass"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"37f91df7-061b-41e3-82de-2dd0e63ef3e9"}],"id":"10b8ef84-34de-45e0-8af3-d2b3f8542183","description":"<p>The 'CreateJWT' endpoint adds a JSON Web Token to all new exam URLs for an institution. <br />\nTo learn more about JSON Web Tokens (JWT) and  ProctorU's JSON Web Token endpoints please view the following documentation, <a href=\"https://drive.google.com/file/d/1xBNrmw_5Po7LXhYsUe40_w0O5VoiL2G7/view?usp=sharing\">ProctorU JWT Documentation</a></p>\n","event":[{"listen":"prerequest","script":{"id":"01ee12df-f6d0-4b66-8402-336425fee4bf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a8cc0d13-7b79-47f9-b443-af985cb512df","type":"text/javascript","exec":[""]}}],"_postman_id":"10b8ef84-34de-45e0-8af3-d2b3f8542183"},{"name":"Record+","item":[{"name":"add_record_plus_exams","id":"aaaad8ef-7c3f-417e-896a-3c6c75f073c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2023-11-29T20:01:23","description":"<p>Timestamp that should be sent within two minutes of the current time. \n<br />\n<br /><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br /><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ</p>\n","type":"text"},{"key":"student_id","value":"ExampleStudentId123","description":"<p>Institution's unique test-taker ID. Can be used to scope the report down to an individual user.</p>\n","type":"text"},{"key":"first_name","value":"Meazure","description":"<p><strong>(required)</strong></p>Test-taker's first name","type":"text"},{"key":"last_name","value":"Learning","description":"<p><strong>(required)</strong></p> Test-taker's last name","type":"text"},{"key":"email","value":"examplestudent@MeazureLearning.com","description":"<p><strong>(required)</strong></p> Test-taker's Email","type":"text"},{"key":"country","value":"US","description":"<p><strong>(required)</strong></p> Test-taker's Country. ISO 3166-1 alpha 2 codes are supported. You can find a list of valid codes here: https://www.iban.com/country-codes","type":"text"},{"key":"address1","value":"2200 Riverchase Parkway","description":"<p><strong>(required)</strong></p> Test-taker's Address 1 *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"city","value":"Hoover","description":"<p><strong>(required)</strong></p> Test-taker's City *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"zipcode","value":"35244","type":"text"},{"key":"state","value":"AL","description":"<p><strong>(required)</strong></p> Test-taker's State *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"phone1","value":"8557728678","description":"<p><strong>(required)</strong></p>Test-taker's Primary Telephone Number ","type":"text"},{"key":"time_zone_id","value":"Central Standard Time","description":"<p><strong>(required)</strong></p> Time Zone ID or Description- please call getTimeZoneList for a list of IDs and Descriptions to use for this field. Either the ID or Description from the getTimeZoneList response can be used here","type":"text"},{"key":"description","value":"Example Exam","description":"<p><strong>(required)</strong></p> Title of the exam","type":"text"},{"key":"duration","value":"60","type":"text"},{"key":"duration_modifier","value":"30","description":"<p>Test-taker's extra time for the exam in minutes.</p>\n","type":"text"},{"key":"exam_id","value":"Example Exam ID 123","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam. Value can be string,int, or special characters\n","type":"text"},{"key":"exam_url","value":"https://www.ExampleExamURL.com","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"preset","value":"medium","description":"<p>Exam sensitivity setting. Defaults to low if omitted. Input must be non capitalized, i.e. 'low','medium','high','custom'.For more information on what each security setting entails please view the following documentation, <a href=\"https://getyardstick-my.sharepoint.com/:b:/g/personal/cclark_meazurelearning_com/EUuhcIT89g5Nlq6XunF0ftIBo9o597QF4Lwpla4IGoRkTQ\">ProctorU Security Preset Documentation</a></p>\n","type":"text"},{"key":"preset_custom_configurations","value":"{\"browser_tabs\": \"allowed\", \"allow_copy_paste\": \"enabled\", \"window_size_allowed\": \"maximized\", \"lost_focus\": \"restricted\"}","description":"<p>Exam sensitivity custom settings allowed for the exam. This parameter is <strong>required</strong> when <strong>preset</strong> value is set to <strong>custom</strong>. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1kTfmxwMZEzdjexeNt-Ogg7iAEU4zL75T/view?usp=sharing\">ProctorU Exam Sensitivity Settings</a></p>\n","type":"text"},{"key":"whitelist_urls","value":"[{\"url\": \"https://www.meazurelearning.com\", \"open_on_start\": true}]","description":"<p>URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.</p>\n","type":"text"},{"key":"permitted_resources_list","value":"excel,note_cards","description":"<p>Resources allowed for the exam. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  <a href=\"https://drive.google.com/file/d/1Tuuayecktn6LxNmVkjPwdN_wBJ1JDnwc/view?usp=sharing\">ProctorU Allowed Resources Documentation</a> </p>\n","type":"text"},{"key":"other_resources","value":"custom text","description":"<p>Free text field for other resources allowed for the exam that are not covered in the predefined list of the permitted_resources_list parameter. </p>\n","type":"text"},{"key":"department_id","value":"12345","description":"<p>Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.</p>\n","type":"text"},{"key":"accommodations","value":"{\n  \"global\": [\n    422,\n    423\n  ],\n  \"custom\": [\n    \"Service animals (parrot)\",\n    \"Food (Slim-jims)\"\n  ]\n}","description":"<p>Testing accomodations for test-taker. For more information on how to format this variable please view <a href=\"https://drive.google.com/file/d/1EHU4-Oa7JeZzLFdKyXkJ-74KD_RqA3xD/view?usp=sharing\">ProctorU Accomodations Through API Documentation</a>  </p>\n","type":"text"},{"key":"instructors","value":"[{\"first_name\":\"John\", \"last_name\":\"Doe\", \"email\":\"JohnDoe@email.com\"}, {\"first_name\":\"Jane\", \"last_name\":\"Doe\", \"email\":\"JaneDoe@email.com\"}]","description":"<p>Instructors for the exam. Use this parameter in place of the 'instructor' parameter whenever your exam has multiple instructors attached to it. Please follow the provided example value format. </p>\n","type":"text"},{"key":"enable_password_injection","value":"true","description":"<p>Whether the password injection should happen or not. The value can be either 'true' or 'false'.\nNOTE: When this is 'true' then fields exam_password, password_injection_url, password_injection_field, password_submit_button_id, exam_submit_button_id, exam_submission_button_url are required fields.</p>\n","type":"text"},{"key":"exam_password","value":"examPassword","description":"<p>Password for the exam.Acceptable character types: String, Integer,Float. There are currently no requirements for this field.</p>\n","type":"text"},{"key":"password_injection_url","value":"https://go.proctoru.com/password","description":"<p>The URL where the exam password should be injected. This should start with 'http' or 'https'</p>\n","type":"text"},{"key":"password_injection_field_id","value":"password_field","description":"<p>The ID of the field in which exam_password should be injected.</p>\n","type":"text"},{"key":"password_submit_button_id","value":"btn_submit_password","description":"<p>The ID of the password submission button.</p>\n","type":"text"},{"key":"exam_submit_button_id","value":"btn_submit_exam","description":"<p>The ID of the exam submission button.</p>\n","type":"text"},{"key":"exam_submission_url","value":"https://go.proctoru.com/submitexam","description":"<p>The exam submission URL. This should start with 'http' or 'https'.</p>\n","type":"text"}]},"url":"https://demo.proctoru.com/api/exams/add_record_plus_exams","description":"<p>This endpoint is used to create/update the test-taker, create/update the exam, and start the Record+ Session.</p>\n","urlObject":{"path":["exams","add_record_plus_exams"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"21dd2718-84c6-42c8-a296-b617a0e07641","name":"add_record_plus_exams","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"{{API_Token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"time_sent","value":"2022-03-14T17:54:12.781Z","description":"<p><strong>(required)</strong></p>Timestamp that should be sent within two minutes of the current time. \n<br>\n<br><strong>Type:</strong>  ISO8601 DateTime In UTC \n<br><strong>Format:</strong>YYYY-MM-DDTHH24:MI:SSZ","type":"text"},{"key":"student_id","value":"ExampleStudentId123","description":"Institution's unique test-taker ID. Can be used to scope the report down to an individual user.","type":"text"},{"key":"first_name","value":"Meazure","description":"<p><strong>(required)</strong></p>Test-taker's first name","type":"text"},{"key":"last_name","value":"Learning","description":"<p><strong>(required)</strong></p> Test-taker's last name","type":"text"},{"key":"email","value":"examplestudent@MeazureLearning.com","description":"<p><strong>(required)</strong></p> Test-taker's Email","type":"text"},{"key":"country","value":"US","description":"<p><strong>(required)</strong></p> Test-taker's Country. ISO 3166-1 alpha 2 codes are supported. You can find a list of valid codes here: https://www.iban.com/country-codes","type":"text"},{"key":"address1","value":"2200 Riverchase Parkway","description":"<p><strong>(required)</strong></p> Test-taker's Address 1 *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"city","value":"Hoover","description":"<p><strong>(required)</strong></p> Test-taker's City *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"zipcode","value":"35244","description":"<p><strong>(required)</strong></p> Test-taker's zip or postal code *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"state","value":"AL","description":"<p><strong>(required)</strong></p> Test-taker's State *required if US only; otherwise you may ignore this field.","type":"text"},{"key":"phone1","value":"8557728678","description":"<p><strong>(required)</strong></p>Test-taker's Primary Telephone Number ","type":"text"},{"key":"time_zone_id","value":"Central Standard Time","description":"<p><strong>(required)</strong></p> Time Zone ID - please call getTimeZoneList for a list of IDs","type":"text"},{"key":"description","value":"Example Record+ Exam","description":"<p><strong>(required)</strong></p> Title of the exam","type":"text"},{"key":"duration","value":"60","type":"text"},{"key":"exam_id","value":"Example Exam ID 123","description":"<p><strong>(required)</strong></p>Institution's unique exam ID. Pass this back in order to update the exam. <br><br><strong>Please note that when creating the exam_id, the system appends the student_id to it as well.</strong> <br><br> Example: <br><br>Sending over the following params:<br><br><code>{ \"exam_id\": \"123\", \"student_id\": \"456\"}</code><br><br> will result in the <code>exam_id</code> being \"123-456\". This is because bluebird exams are treated as single user exams.  When using certain reports, this may be reflected in the response that is given back.","type":"text"},{"key":"exam_url","value":"https://www.meazurelearning.com","description":"<p><strong>(required)</strong></p> URL where the exam is located","type":"text"},{"key":"preset","value":"medium","description":"Exam sensitivity setting. Defaults to low if omitted. Input must be non capitalized, i.e. 'low','medium','high'.For more information on what each security setting entails please view the following documentation, [ProctorU Security Preset Documentation](https://drive.google.com/file/d/1kTfmxwMZEzdjexeNt-Ogg7iAEU4zL75T/view?usp=sharing)","type":"text"},{"key":"whitelist_urls","value":"[{\"url\": \"https://www.ExampleURL.com\", \"open_on_start\": true}]","description":"URLs that the test-takers are allowed to navigate to during the exam. You have the option to signify which URLs get opened at the start of the exam for the test-taker.","type":"text"},{"key":"permitted_resources_list","value":"excel,note_cards","description":"Resources allowed for the exam. This parameter's acceptable values come from a predefined list which, along with other helpful information, can be found here  [ProctorU Allowed Resources Documentation](https://drive.google.com/file/d/1Tuuayecktn6LxNmVkjPwdN_wBJ1JDnwc/view?usp=sharing) ","type":"text"},{"key":"other_resources","value":"Matlab","description":"Free text field for other resources allowed for the exam that are not covered in the predefined list of the permitted_resources_list parameter. ","type":"text"},{"key":"department_id","value":"740362762","description":"Institution's Department ID. To obtain your Department ID's call getInstitutionDepartmentList.","type":"text"},{"key":"accommodations","value":"{\n  \"global\": [\n    422,\n    423\n  ],\n  \"custom\": [\n    \"Service animals (parrot)\",\n    \"Food (Slim-jims)\"\n  ]\n}","description":"Testing accomodations for test-taker. For more information on how to format this variable please view [ProctorU Accomodations Through API Documentation](https://drive.google.com/file/d/1EHU4-Oa7JeZzLFdKyXkJ-74KD_RqA3xD/view?usp=sharing)  ","type":"text"}]},"url":"https://go.proctoru.com/api/exams/add_record_plus_exams"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Mar 2022 17:57:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"c2e85fb614e2af21abf370ce8c63ffd1\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"Root1-622f820d-3c53f2a90f7814d365515ec9"},{"key":"X-Runtime","value":"0.969911"},{"key":"X-Rack-Cache","value":"invalidate, pass"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Origin"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"url\": \"https://go.proctoru.com/students/fulfillments/d1278a79-ffc0-4f1d-bea9-b3800fcf7f24/auto?login_token=BAhpBNwUMDc%3D--7f60c75b1a979641887997780ccdb0c67b1fhe45\",\n    \"reservation_uuid\": \"421fb271-73c6-410d-8b61-2cdd91404e0e\"\n}"}],"_postman_id":"aaaad8ef-7c3f-417e-896a-3c6c75f073c1"},{"name":"fulfill_record_plus_exam","id":"5b531746-75b2-4b0b-9273-76cf0dde1d42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"reservation_uuid","value":"{{reservation_uuid}}","type":"text","description":"<p><strong>(required)</strong></p> Unique identifier for a test-taker's session. This value is returned in the response to the add_record_plus_exams call.  "}]},"url":"https://demo.proctoru.com/api/exams/add_record_plus_exams/fulfill","description":"<p>This endpoint is used to end, fulfill, a test-takers Record+ session. You will need to use the reservation UUID returned in the previous call to fulfill the selected session.</p>\n","urlObject":{"path":["exams","add_record_plus_exams","fulfill"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"b1b020d7-3afb-42b4-ac3a-6c3b99780155","name":"fulfill_record_plus_exam","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"{{API_Token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"reservation_uuid","value":"421fb271-73c6-410d-8b61-2cdd91404e0e","type":"text","description":"unique identifier for a test-taker's session. This value is returned in the response to the add_record_plus_exams call.  "}]},"url":"https://demo.proctoru.com/api/exams/add_record_plus_exams/fulfill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Mar 2022 18:00:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"34bfe97a77eb48c5d3156ac9e5aea298\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"Root1-622f82c0-49f0a447353753866946017b"},{"key":"X-Runtime","value":"0.304724"},{"key":"X-Rack-Cache","value":"invalidate, pass"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Origin"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"fulfilled\"\n}"}],"_postman_id":"5b531746-75b2-4b0b-9273-76cf0dde1d42"}],"id":"4cb46953-f7e3-45f2-9d99-25eabd759e05","description":"<p>Record+ exams are Meazure Learning's automated testing service line. In a Record+ session a test-taker is recorded during their testing session and a member of the Meazure Learning review team goes in after the session and reviews it for any possible integrity breaches. To read more about the technical aspects of this endpoint, including example calls and UML worflow diagrams please view our <a href=\"https://getyardstick-my.sharepoint.com/:w:/g/personal/kalford_meazurelearning_com/EfENzPR1sGhBrv6YPP9l4cQBt7zgmiVt3IrX8O6Ezr6_xw?e=t762a3\">ProctorU Record+ Documentation</a></p>\n","_postman_id":"4cb46953-f7e3-45f2-9d99-25eabd759e05"},{"name":"Accommodations","item":[{"name":"getAccommodationsList","id":"7a475df6-e175-49ba-80a0-255460eb49b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","type":"text"}],"url":"https://demo.proctoru.com/api/accommodations","urlObject":{"path":["accommodations"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"26fc5e98-68af-4c39-9124-74829e209c3b","name":"getAccommodationsList","originalRequest":{"method":"GET","header":[{"key":"Authorization-token","value":"Example API Token","type":"text"}],"url":"https://api.proctoru.com/api/accommodations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 May 2021 20:22:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Frame-Options","value":"ALLOWALL"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"cb6adbbbb981d9ddf8597d92ec5e4b65\""},{"key":"Cache-Control","value":"must-revalidate, private, max-age=0"},{"key":"X-Request-Id","value":"Root1-609edbec-730d9f1d6e2f8b7733e2e40d"},{"key":"X-Runtime","value":"0.007792"},{"key":"X-Rack-Cache","value":"miss"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"accommodations\": [\n        {\n            \"id\": 50474,\n            \"description\": \"Additional exam time (proctor will refer to time on LMS/Test driver) \"\n        },\n        {\n            \"id\": 50478,\n            \"description\": \"Food permitted\"\n        },\n        {\n            \"id\": 50473,\n            \"description\": \"Human assistant during exam (such as scribe or reader)\"\n        },\n        {\n            \"id\": 50475,\n            \"description\": \"Permitted background noise such as a radio or television\"\n        },\n        {\n            \"id\": 50479,\n            \"description\": \"Personal external medical device(s)\"\n        },\n        {\n            \"id\": 234,\n            \"description\": \"Restroom Breaks\"\n        },\n        {\n            \"id\": 50472,\n            \"description\": \"Screen Magnifier (extension based applications will not be supported)\"\n        },\n        {\n            \"id\": 50476,\n            \"description\": \"Speaking/Reading aloud\"\n        },\n        {\n            \"id\": 50471,\n            \"description\": \"Speech to text programs (extension based applications will not be supported)\"\n        },\n        {\n            \"id\": 50470,\n            \"description\": \"Text to speech programs (officially supported: JAWS; VoiceOver for Mac and Narrator for Windows)\"\n        },\n        {\n            \"id\": 50477,\n            \"description\": \"Use of headphones/earbuds/earplugs\"\n        }\n    ]\n}"}],"_postman_id":"7a475df6-e175-49ba-80a0-255460eb49b5"},{"name":"addAccommodation","event":[{"listen":"prerequest","script":{"id":"eaff85b1-9824-439b-a89c-88566c87f299","exec":["var randomNumber = 1000;\r","var time = new Date().toISOString();\r","postman.setEnvironmentVariable(\"currentTime\", time);\r","\r","var startDate = \"2014-08-29T00:00:00Z\";\r","postman.setEnvironmentVariable(\"startDate\", startDate);\r","\r","var endDate = \"2019-08-29T00:00:00Z\";\r","postman.setEnvironmentVariable(\"endDate\", endDate);\r","\r","var examID = Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"examID\", examID);\r","\r","var courseID = Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"courseID\", courseID);\r","\r","var termName = \"Term \" + Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"termName\", termName);\r","\r","var description = \"This is a description \" + Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"description\", description);\r","\r","var instructor = \"Random Instructor \" + Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"instructor\", instructor);\r","\r","var password = Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"password\", password);\r","\r","var termID = Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"termID\", termID);\r","\r","var courseNo = \"The Force 101\";\r","\r","postman.setEnvironmentVariable(\"courseNo\", courseNo);"],"type":"text/javascript"}}],"id":"ff48d0c2-a384-4aeb-b835-fb64cf00180f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Braille board allowed","type":"text"},{"key":"student_id","value":"12345","type":"text","disabled":true}]},"url":"https://demo.proctoru.com/api/students/12345/accommodations","urlObject":{"path":["students","12345","accommodations"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"da319265-b8e2-4476-8be5-9515585be777","name":"addAccommodation","originalRequest":{"method":"POST","header":[{"key":"Authorization-Token","value":"Example API Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Braille board allowed","type":"text"},{"key":"student_id","value":"12345","type":"text"}]},"url":"https://demo.proctoru.com/api/students/12345/accommodations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Jun 2021 21:39:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Frame-Options","value":"ALLOWALL"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"Root1-60ba9d8e-5fd1cc3a122d35414f73131f"},{"key":"X-Runtime","value":"0.037151"},{"key":"X-Rack-Cache","value":"invalidate, pass"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ff48d0c2-a384-4aeb-b835-fb64cf00180f"},{"name":"readUserAccommodation","event":[{"listen":"prerequest","script":{"id":"7587dc47-20a2-4634-9be7-0dc84ae8f3aa","exec":["var randomNumber = 1000;\r","var time = new Date().toISOString();\r","postman.setEnvironmentVariable(\"currentTime\", time);\r","\r","var startDate = \"2014-08-29T00:00:00Z\";\r","postman.setEnvironmentVariable(\"startDate\", startDate);\r","\r","var endDate = \"2019-08-29T00:00:00Z\";\r","postman.setEnvironmentVariable(\"endDate\", endDate);\r","\r","var examID = Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"examID\", examID);\r","\r","var courseID = Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"courseID\", courseID);\r","\r","var termName = \"Term \" + Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"termName\", termName);\r","\r","var description = \"This is a description \" + Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"description\", description);\r","\r","var instructor = \"Random Instructor \" + Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"instructor\", instructor);\r","\r","var password = Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"password\", password);\r","\r","var termID = Math.floor(Math.random() * randomNumber);\r","postman.setEnvironmentVariable(\"termID\", termID);\r","\r","var courseNo = \"The Force 101\";\r","\r","postman.setEnvironmentVariable(\"courseNo\", courseNo);"],"type":"text/javascript"}}],"id":"0bd1a84c-f685-407a-a88e-224db615d813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"student_id","value":"12345","type":"text","disabled":true}]},"url":"https://demo.proctoru.com/api/students/12345/accommodations","urlObject":{"path":["students","12345","accommodations"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"4aece19b-7d02-40b4-a9a7-99fe2917e8be","name":"readUserAccommodation","originalRequest":{"method":"GET","header":[{"key":"Authorization-Token","value":"Example API Token","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"student_id","value":"12345","type":"text"}]},"url":"https://demo.proctoru.com/api/students/12345/accommodations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Jun 2021 21:41:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Frame-Options","value":"ALLOWALL"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"26cc5c1e544b28058d8a8eec96a84294\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"Root1-60ba9e0f-2894a1fa4beb56521eafdff7"},{"key":"X-Runtime","value":"0.015071"},{"key":"X-Rack-Cache","value":"miss"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"accommodations\": [\n        {\n            \"id\": 81468,\n            \"description\": \"Braille board allowed\"\n        }\n    ]\n}"}],"_postman_id":"0bd1a84c-f685-407a-a88e-224db615d813"},{"name":"deleteAccommodation","id":"6bfe1f44-9af5-4183-9c17-f4fb81239f2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization-Token","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","type":"text"}],"url":"https://demo.proctoru.com/api/students/12345/accommodations/{{AccommodationID}}","urlObject":{"path":["students","12345","accommodations","{{AccommodationID}}"],"host":["https://demo.proctoru.com/api"],"query":[],"variable":[]}},"response":[{"id":"b5097348-143a-48e2-b144-1b62a7184ea2","name":"deleteAccommodation","originalRequest":{"method":"DELETE","header":[{"key":"Authorization-Token","value":"Example API Token","type":"text"}],"url":"https://demo.proctoru.com/api/students/12345/accommodations/81468"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Jun 2021 21:42:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Frame-Options","value":"ALLOWALL"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"Root1-60ba9e56-5e02f04d01c98ac67a33727a"},{"key":"X-Runtime","value":"0.025052"},{"key":"X-Rack-Cache","value":"invalidate, pass"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6bfe1f44-9af5-4183-9c17-f4fb81239f2f"}],"id":"8cb713bf-0ad0-44bd-b9ee-be2202b9b074","description":"<p>The accommodation's endpoints are used to add and remove accommodations to users accounts, along with pulling the list of predefined accommodations that ProctorU offers. To view more detailed documentation on the endpoints along with workflow diagrams to show you the recommended times to make these calls in your API integration please view our <a href=\"https://drive.google.com/file/d/1EHU4-Oa7JeZzLFdKyXkJ-74KD_RqA3xD/view?usp=sharing\">ProctorU Accommodations API Endpoint Documentation</a></p>\n","_postman_id":"8cb713bf-0ad0-44bd-b9ee-be2202b9b074"}],"event":[{"listen":"prerequest","script":{"id":"645ceb19-9023-4e34-a393-70fcbe5121b4","type":"text/javascript","exec":["var time = new Date().toISOString();","postman.setEnvironmentVariable(\"currentTime\", time);","","var randomNumber = 1000;","","var termID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"termID\", termID);","","var studentID = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"studentID\", studentID);","","var userID = \"lucas_skywalker\"","postman.setEnvironmentVariable(\"userID\", userID);","","var password = Math.floor(Math.random() * randomNumber);","postman.setEnvironmentVariable(\"password\", password);","","var email = userID + \"@starwars.com\";","postman.setEnvironmentVariable(\"email\", email);","","var phone1 =  Math.floor(Math.random() * randomNumber * 1000000);","postman.setEnvironmentVariable(\"phone1\", phone1);","","var phone2 =  Math.floor(Math.random() * randomNumber * 1000000);","postman.setEnvironmentVariable(\"phone2\", phone2);","","var phone3 =  Math.floor(Math.random() * randomNumber * 1000000);","postman.setEnvironmentVariable(\"phone3\", phone3);","","var flagNotes =  \"Test-taker should get double time on their exam.\";","postman.setEnvironmentVariable(\"flagNotes\", flagNotes);","","postman.setEnvironmentVariable(\"userPassword\", 'mtfbwya1337');",""]}},{"listen":"test","script":{"id":"97f6f5fe-9ce7-4d2e-9205-53bfd8a18117","type":"text/javascript","exec":[""]}}],"variable":[{"key":"city","value":"Hoover"},{"key":"state","value":"AL"},{"key":"country","value":"US"},{"key":"zipcode","value":"35244"},{"key":"phone1","value":"8557728678"},{"key":"time_zone_id","value":"Central Standard Time"},{"key":"all","value":"Y"},{"key":"max_attempt","value":"0"},{"key":"active","value":"Y"},{"key":"address1","value":"2200 Riverchase Parkway"},{"key":"address2","value":"Suite #600"},{"key":"API-Key","value":"cd8e357e-a608-4775-ac94-2db5e6b6f45e","type":"string"},{"key":"currentTime","value":"2023-11-29T20:01:23","type":"string"},{"key":"studentID","value":"12345","type":"string"},{"key":"userID","value":"userLogin","type":"string"},{"key":"userPassword","value":"userPassword","type":"string"},{"key":"lastName","value":"Doe","type":"string"},{"key":"firstName","value":"Jane","type":"string"},{"key":"flagNotes","value":"text","type":"string"},{"key":"instructor","value":"","type":"string"},{"key":"courseNo","value":"98765","type":"string"},{"key":"term_id","value":"654321","type":"string"},{"key":"term_name","value":"Term Name","type":"string"},{"key":"exam_id","value":"456789","type":"string"},{"key":"description","value":"Exam Name","type":"string"},{"key":"password","value":"examPassword","type":"string"},{"key":"duration","value":"120","type":"string"},{"key":"dept_id","value":"32198764","type":"string"},{"key":"startDate","value":"2024-01-01T00:00:00","type":"string"},{"key":"endDate","value":"2024-07-01T00:00:00","type":"string"},{"key":"URL","value":"https://demo.proctoru.com/api","type":"string"},{"key":"email","value":"JaneDoe@email.com","type":"string"},{"key":"notes","value":"Custom text for proctor","type":"string"},{"key":"reservationID","value":"456456456","type":"string"},{"key":"duration_modifier","value":"30"}]}