{ "info": { "name": "Webassessor API Collection" }, "item": [ { "name": "User Web Services", "item": [ { "name": "Get User", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n\t\"requestType\": \"GET USER\",\n\t\"securityToken\": \"{{ExampleSecurityToken}}\",\n\t\"login\": \"JohnChai@kryteriontest.xom\",\n \"returnFormat\":\"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get Users By Date Range", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\": \"GET USERS BY DATE RANGE\",\n \"securityToken\": \"{{ExampleSecurityToken}}\",\n \"startDate\": \"2025-08-06 11:00:00\",\n \"endDate\": \"2025-08-06 11:30:00\",\n \"returnFormat\": \"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get User by Email", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"requestType\": \"GET USER BY EMAIL\",\r\n \"securityToken\": \"{{ExampleSecurityToken}}\",\r\n \"email\": \"JohnChai1@kryteriontest.com\",\r\n \"returnFormat\": \"JSON\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get User By ID", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n\t\"requestType\": \"GET USER BY ID\",\n\t\"securityToken\": \"{{ExampleSecurityToken}}\",\n \"userId\": 3994977,\n \"returnFormat\": \"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get Custom Fields", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\": \"GET CUSTOM FIELDS\",\n \"securityToken\": \"{{ExampleSecurityToken}}\",\n \"returnFormat\":\"JSON\"\n}\n\n" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Add User", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n\t\"requestType\": \"ADD USER\",\n\t\"securityToken\": \"{{ExampleSecurityToken}}\",\n\t\"login\": \"JohnChai@kryteriontest.xom\",\n\t\"firstName\": \"John\",\n\t\"lastName\": \"Chai\",\n\t\"email\": \"JohnChai@kryteriontest.xom\",\n \"addressStreet1\": \"7776 S Pointe Pkwy W\",\n \"addressStreet2\": \"Suite 200\",\n \"addressCity\": \"Phoenix\",\n\t\"addressState\": \"Arizona\",\n\t\"addressPostalCode\": \"85044\",\n \"addressCountry\": \"United States\",\n \"homePhone\": \"1-9999999999\",\n \"customFields\":\n\t[\n {\"id\":\"\",\"numberValue\":\"1235\"},\n {\"id\":\"\",\"intValue\":\"1\"},\n {\"id\":\"\",\"dateValue\":\"2018-12-23\"},\n {\"id\":\"\",\"optionValue\":\"Chevy\"},\n {\"id\":\"\",\"stringValue\":\"hi\"} \n\t],\n \"sendEmail\": false,\n \"returnFormat\": \"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Edit User", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n\t\"requestType\": \"EDIT USER\",\n \"securityToken\": \"{{ExampleSecurityToken}}\",\t\n\t\"login\": \"JohnChai@kryteriontest.xom\",\n\t\"firstName\": \"John\",\n\t\"lastName\": \"Chai\",\n\t\"email\": \"JohnChai@kryteriontest.xom\",\n\t\"password\": \"Password1!\",\n \"addressStreet1\": \"7776 S Pointe Pkwy W\",\n\t\"addressStreet2\": \"Suite 200\",\n \"addressCity\": \"Phoenix\",\n\t\"addressState\": \"Arizona\",\n\t\"addressPostalCode\": \"85044\",\n \"addressCountry\": \"United States\",\n\t\"homePhone\": \"1-5555555555\",\n \"customFields\":\n\t[\n {\"id\":\"\",\"numberValue\":\"1235\"},\n {\"id\":\"\",\"intValue\":\"1\"},\n {\"id\":\"\",\"dateValue\":\"2018-12-23\"},\n {\"id\":\"\",\"optionValue\":\"Chevy\"},\n {\"id\":\"\",\"stringValue\":\"hi\"} \n\t],\n \"returnFormat\": \"JSON\"\n}\n" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Edit User Single Field", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n\t\"requestType\": \"EDIT USER\",\n\t\"securityToken\": \"{{ExampleSecurityToken}}\",\t\n\t\"login\": \"JohnChai1@kryteriontest.xom\",\n\t\"firstName\": \"John\",\n \"returnFormat\": \"JSON\"\n}\n" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Delete User", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\": \"DELETE USER\",\n \"securityToken\": \"{{ExampleSecurityToken}}\",\n \"login\": \"JohnChai@kryteriontest.xom\",\n \"returnFormat\": \"JSON\"\n}\n" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] } ] }, { "name": "Voucher and Coupons Web Services", "item": [ { "name": "Get Active Unassigned Vouchers", "protocolProfileBehavior": { "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8", "type": "text" }, { "key": "Accept", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"requestType\":\"GET ACTIVE UNASSIGNED VOUCHERS\",\r\n \"securityToken\":\"{{ExampleSecurityToken}}\",\r\n \"startDate\": \"2024-08-10 00:00:00\",\r\n \"endDate\": \"2024-08-17 00:00:00\",\r\n \"returnFormat\":\"JSON\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get Unassigned Vouchers by Batch", "protocolProfileBehavior": { "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8", "type": "text" }, { "key": "Accept", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"requestType\":\"GET UNASSIGNED VOUCHERS BY BATCH\",\r\n \"securityToken\":\"{{ExampleSecurityToken}}\",\r\n \"voucherName\":\"Example Voucher Name\",\r\n \"returnFormat\":\"JSON\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Add Voucher Batch", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\r\n \"requestType\": \"ADD VOUCHER BATCH\",\r\n \"securityToken\": \"{{ExampleSecurityToken}}\",\r\n \"voucherName\": \"Example Voucher Name\",\r\n \"expirationDate\": \"01/05/2026\",\r\n \"lastExamDate\": \"01/05/2026\", \r\n \"exams\": [\"PR000107\",\"PR000115\"],\r\n \"assignment\": {\"assignedVoucher\": true OR \"unassignedAmount\": 20 OR \"basedOnTestCompletion\": true OR \"alertAmount\": 10},\r\n \"description\": \"Example Description\",\r\n \"status\": \"ACTIVE\",\r\n \"value\": {\"amount\": null OR \"percentage\": 100},\r\n \"emailDomains\": [\"example.net\"],\r\n \"countryNames\": [\"United States\",\"Denmark\"],\r\n \"returnFormat\": \"JSON\"\r\n}\r\n" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Assign Voucher Batch", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"requestType\": \"ASSIGN VOUCHER BATCH TO USERS\",\r\n \"securityToken\": \"{{ExampleSecurityToken}}\",\r\n \"voucherName\": \"Voucher Batch Name\",\r\n \"candidateLogins\": [\r\n \"JohnChai@kryteriontest.xom\",\r\n \"JohnChai2@kryteriontest.xom\"\r\n ],\r\n \"sendEmail\" : false,\r\n \"returnFormat\": \"JSON\"\r\n}" }, "url": { "raw": "https://www.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "www", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] }, "description": "Assign vouchers to users" }, "response": [] }, { "name": "Edit Voucher Batch", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\r\n \"requestType\": \"EDIT VOUCHER BATCH\",\r\n \"securityToken\": \"{{ExampleSecurityToken}}\",\r\n \"clientRegionName\": \"John Brand\",\r\n \"voucherName\": \"Example Voucher Batch\",\r\n \"expirationDate\": \"12/25/2025\",\r\n \"lastExamDate\": \"12/25/2025\",\r\n \"exams\": [\"PR000115\"],\r\n \"value\": {\"amount\": 100 OR \"percentage\": 100},\r\n \"description\": \"Example Description\",\r\n \"allowedEmailDomains\": [\"gmail.com\"],\r\n \"blockedEmailDomains\": [\"example.com\"],\r\n \"countryNames\": [\"United States\",\"Denmark\"],\r\n \"status\":\"ACTIVE\",\r\n \"returnFormat\": \"JSON\"\r\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Activate Deactivate Voucher Batch", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\": \"ACTIVATE DEACTIVATE VOUCHER BATCH\",\n \"securityToken\": \"{{ExampleSecurityToken}}\",\n \"voucherName\": \"Example Voucher Name\",\n \"typeOfAction\": \"ACTIVATE OR DEACTIVATE\",\n \"returnFormat\": \"JSON\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Activate Deactivate Voucher Code", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\": \"ACTIVATE DEACTIVATE VOUCHER CODE\",\n \"securityToken\": \"{{ExampleSecurityToken}}\",\n \"voucherCodeName\": \"Example Voucher Code\",\n \"typeOfAction\": \"ACTIVATE OR DEACTIVATE\",\n \"returnFormat\": \"JSON\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get Coupons", "protocolProfileBehavior": { "disabledSystemHeaders": { "content-type": true } }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8", "type": "text" }, { "key": "Accept", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"requestType\":\"GET COUPONS\",\r\n \"securityToken\":\"{{ExampleSecurityToken}}\",\r\n \"couponCode\":\"Example Coupon Code\",\r\n \"returnFormat\":\"JSON\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Add Coupons", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\r\n \"requestType\": \"ADD COUPON\",\r\n \"securityToken\": \"{{ExampleSecurityToken}}\",\r\n \"couponName\": \"Example Coupon\",\r\n \"expirationDate\": \"12/25/2025\",\r\n \"lastExamDate\" :\"12/25/2026\",\r\n \"status\": \"ACTIVE\",\r\n \"totalCouponUses\": \"10\",\r\n \"usesPerCandidate\": \"1\",\r\n \"couponValue\": {\"amount\": 100 OR \"percentage\": 100},\r\n \"assignUsers\": \"MANUAL\",\r\n \"blockedEmailDomains\": [\"example.com\"],\r\n \"returnFormat\": \"JSON\"\r\n}\r\n" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Edit Coupon", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\r\n \"requestType\": \"EDIT COUPON\",\r\n \"securityToken\": \"{{ExampleSecurityToken}}\",\r\n \"couponName\": \"Example Coupon\",\r\n \"expirationDate\": \"12/25/2029\",\r\n \"description\": \"Example Coupon Description\", \r\n \"exams\": [\"PR000107\",\"PR000115\"],\r\n \"couponValue\": {\"amount\": 100 OR \"percentage\": 100},\r\n \"totalCouponUses\": \"100\",\r\n \"usesPerCandidate\": \"1\",\r\n \"allowedEmailDomains\": [\"example.com\"],\r\n \"status\":\"ACTIVE\",\r\n \"returnFormat\": \"JSON\"\r\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] } ] }, { "name": "Registration Web Services", "item": [ { "name": "Get Registrations By Date Range", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\":\"GET REGISTRATIONS BY DATE RANGE\",\n \"securityToken\":\"{{ExampleSecurityToken}}\",\n \"startDate\":\"2025-08-06 00:08:37\",\n \"endDate\":\"2025-08-06 19:28:38\",\n \"returnFormat\":\"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get Registrations", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\":\"GET REGISTRATIONS\",\n \"securityToken\":\"{{ExampleSecurityToken}}\",\n \"login\":\"JohnChai@kryteriontest.xom\",\n \"returnFormat\":\"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get Registrations By Product Code", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\":\"GET REGISTRATIONS BY PRODUCT CODE\",\n \"securityToken\":\"{{ExampleSecurityToken}}\",\n \"startDate\":\"2022-01-10 00:00:00\",\n \"endDate\":\"2022-01-15 00:00:00\",\n \"productCode\":\"PR000001\",\n \"returnFormat\":\"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get Available Time Slots", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\": \"GET AVAILABLE TIME SLOTS\",\n \"securityToken\": \"{{ExampleSecurityToken}}\",\n \"login\": \"JohnChai10@kryteriontest.xom\",\n \"examCode\": \"PR000115\",\n \"deliveryType\": \"PROCTORED\",\n \"facilityCode\": \"HOST1187\",\n \"timeZone\": \"America/Phoenix\",\n \"fromDate\": \"2026-01-14\",\n \"toDate\": \"2026-01-20\",\n \"dayPart\": \"EARLY_MORNING\",\n \"returnFormat\": \"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get Testing Center List", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\": \"GET TESTING CENTER LIST\",\n \"securityToken\": \"{{ExampleSecurityToken}}\",\n \"zipCode\": \"85044\",\n \"city\": \"Phoenix\",\n \"province\": \"AZ\",\n \"country\": \"United States\",\n \"returnFormat\": \"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Add Registration", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"requestType\": \"ADD REGISTRATION\",\r\n \"securityToken\": \"{{ExampleSecurityToken}}\",\r\n \"login\": \"JohnChai10@kryteriontest.xom\",\r\n \"examCode\": \"PR000225\",\r\n \"deliveryType\": \"WRAPPER_PROCTORED\",\r\n // \"facilityCode\": \"HOST1187\",\r\n \"scheduledDateTime\": \"2025-11-21 12:45:00\",\r\n \"timeZone\": \"America/Phoenix\",\r\n \"sendEmail\": true,\r\n \"returnFormat\": \"JSON\"\r\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Add Registration with Validation", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"requestType\": \"ADD REGISTRATION WITH VALIDATION\",\r\n \"securityToken\": \"{{ExampleSecurityToken}}\",\r\n \"login\": \"JohnChai@kryteriontest.xom\",\r\n \"examCode\": \"PR000180\",\r\n \"deliveryType\": \"NOT_PROCTORED\",\r\n \"returnFormat\": \"JSON\"\r\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Edit Registration", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"requestType\": \"EDIT REGISTRATION\",\r\n \"securityToken\": \"{{ExampleSecurityToken}}\",\r\n \"login\": \"JohnChai@kryteriontest.xom\",\r\n \"registrationId\": \"16635164\",\r\n \"deliveryType\": \"PROCTORED\",\r\n \"facilityCode\": \"HOST1249\",\r\n \"scheduledDateTime\": \"2026-02-25 11:00:00\",\r\n \"timeZone\": \"America/Phoenix\",\r\n \"sendEmail\": false,\r\n \"returnFormat\":\"JSON\"\r\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Cancel Registration", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\":\"CANCEL REGISTRATION\",\n \"securityToken\":\"{{ExampleSecurityToken}}\",\n \"login\":\"JohnChai@kryteriontest.xom\",\n \"registrationId\":\"99999999\",\n \"issueNoRefund\":false,\n \"registrationCancelReason\":\"Thetesttakerisoutoftown\",\n \"returnFormat\":\"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] } ] }, { "name": "Transcript Web Services", "item": [ { "name": "Get Transcripts By Date Range", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\":\"GET TRANSCRIPTS BY DATE RANGE\",\n \"securityToken\":\"{{ExampleSecurityToken}}\",\n \"startDate\":\"2025-11-06 00:00:00\",\n \"endDate\":\"2025-11-13 23:59:59\",\n \"returnFormat\":\"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get Transcripts By User", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\":\"GET TRANSCRIPTS BY USER\",\n \"securityToken\":\"{{ExampleSecurityToken}}\",\n \"login\" : \"JohnChai@kryteriontest.xom\",\n \"returnFormat\":\"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get Transcripts by Promotion", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"requestType\": \"GET TRANSCRIPTS BY PROMOTION\",\r\n \"securityToken\": \"{{ExampleSecurityToken}}\",\r\n \"voucherName\": \"Example Voucher Name\",\r\n \"returnFormat\": \"JSON\"\r\n}\r\n", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Add Transcript (single topic)", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\": \"ADD TRANSCRIPT\", \n \"securityToken\": \"{{ExampleSecurityToken}}\",\n \"registrationId\": \"10715771\",\n \"transcriptDate\": \"2022-11-25 16:31:47\", \n \"score\": 48,\n \"maxScore\": 50,\n \"passFail\": \"PASS\",\n \"transcriptStatus\": \"ACTIVE\", \n \"sendEmail\": false,\n \"returnFormat\": \"JSON\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Add Transcript (multitopic)", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\": \"ADD TRANSCRIPT\",\n \"securityToken\": \"{{ExampleSecurityToken}}\",\n \"registrationId\": \"111111\", \n \"transcriptStatus\": \"ACTIVE\", \n \"score\": 48,\n \"maxScore\": 50,\n \"transcriptDate\": \"2014-11-25 16:31:47\", \n \"passFail\": \"PASS\",\n \"sendEmail\": false, \n \"returnFormat\": \"JSON\",\n \"topicScore\":\n [\n { \"code\": \"TP000332\", \"score\": 3, \"maxScore\": 3}, \n { \"code\": \"TP000333\", \"score\": 3, \"maxScore\": 3}, \n { \"code\": \"TP000334\", \"score\": 10, \"maxScore\": 10},\n { \"code\": \"TP000335\", \"score\": 3, \"maxScore\": 3}, \n { \"code\": \"TP000336\", \"score\": 2, \"maxScore\": 2},\n { \"code\": \"TP000337\", \"score\": 8, \"maxScore\": 8},\n { \"code\": \"TP000338\", \"score\": 8, \"maxScore\": 8},\n { \"code\": \"TP000339\", \"score\": 6, \"maxScore\": 8},\n { \"code\": \"TP000340\", \"score\": 3, \"maxScore\": 3},\n { \"code\": \"TP000341\", \"score\": 2, \"maxScore\": 2}\n ]\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] } ] }, { "name": "Certification Web Services", "item": [ { "name": "Get Cert Info By Date Range", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\": \"GET CERT INFO BY DATE RANGE\", \n \"securityToken\": \"{{ExampleSecurityToken}}\",\n \"startDate\":\"2025-02-20 01:00:00\",\n \"endDate\":\"2025-02-27 23:00:00\",\n \"returnFormat\": \"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Get Cert Status By User", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\": \"GET CERT INFO\", \n \"securityToken\": \"{{ExampleSecurityToken}}\",\n \"login\": \"JohnChai@kryteriontest.xom\",\n \"returnFormat\": \"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] } ] }, { "name": "Assessment Web Services", "item": [ { "name": "Get Products", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\":\"GET PRODUCTS\",\n \"securityToken\":\"{{ExampleSecurityToken}}\",\n \"returnFormat\":\"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Add Item", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\": \"ADD ITEM\",\n \"securityToken\": \"{{ExampleSecurityToken}}\",\n \"itemBank\": \"custom_field^options^1.1\",\n \"clientDefinedID\": \"IA2a-3A_1\",\n \"itemType\": \"MC\",\n \"itemText\": \"Item Text?\",\n \"responseA\": \"Response A\",\n \"responseB\": \"Response B\",\n \"responseC\": \"Response C\",\n \"responseD\": \"Response D\",\n \"responseE\": \"E\",\n \"responseF\": \"F\",\n \"responseG\": \"G\",\n \"responseH\": \"H\",\n \"responseI\": \"I\",\n \"responseJ\": \"J\",\n \"correctResponse\": \"A\",\n \"itemPoints\": \"4\",\n \"randomizeResponse\": \"false\",\n \"itemObjective\": \"objective\",\n \"itemNotes\": \"notes\",\n \"itemFeedback\": \"\",\n \"customFields\":\n [\n {\"id\":\"466\", \"stringValue\":\"1. Recall\"},\n {\"id\":\"467\", \"stringValue\":\"Yes\"}\n ],\n \"returnType\" : \"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Edit Item", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"requestType\":\"EDIT ITEM\",\n \"securityToken\":\"{{ExampleSecurityToken}}\",\n \"itemId\": \"12345\",\n \"clientDefinedID\": \"UpdatedID\",\n \"itemText\": \"edited\",\n \"responseA\": \"A response update\",\n \"responseB\": \"B response update\",\n \"responseC\": \"C response update\",\n \"responseD\": \"D response update\",\n \"responseE\": \"E response update\",\n \"responseF\": \"F response update\",\n \"responseG\": \"G response update\",\n \"responseH\": \"H response update\",\n \"responseI\": \"I response update\",\n \"responseJ\": \"J response update\",\n \"correctResponse\": \"C\",\n \"itemPoints\": 2,\n \"updateRandomizeResponse\": true,\n \"itemNotes\": \"Updated notes\",\n \"itemFeedback\": \"Updated feedback\",\n \"itemObjective\": \"Updated objective\",\n \"gradientScoring\": true,\n \"pointsGradientResponseA\": 0.0,\n \"pointsGradientResponseB\": 1.0,\n \"pointsGradientResponseC\": 2.0,\n \"pointsGradientResponseD\": 1.5,\n \"pointsGradientResponseE\": 1.0,\n \"pointsGradientResponseF\": 0.5,\n \"pointsGradientResponseG\": 0.0,\n \"pointsGradientResponseH\": 1.1,\n \"pointsGradientResponseI\": 1.0,\n \"pointsGradientResponseJ\": 1.1,\n \"customFields\": [\n {\"id\": 1, \"stringValue\": \"Updated\"},\n {\"id\": 2, \"numberValue\": 126.9},\n {\"id\": 3, \"dateValue\": \"2023-12-20\"},\n {\"id\": 4, \"intValue\": 2},\n {\"id\": 5, \"optionValue\": \"Option 3\"}\n ]\n}\n" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] } ] }, { "name": "Miscellaneous Web Services", "item": [ { "name": "Get Client Regions", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n\t\"requestType\": \"GET CLIENT REGIONS\",\n\t\"securityToken\": \"{{ExampleSecurityToken}}\",\n \"returnFormat\": \"JSON\"\n}" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] }, { "name": "Update Lab Progress", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "*/*", "type": "default" }, { "key": "Accept-Encoding", "value": "gzip,deflate,br", "type": "default" }, { "key": "Connection", "value": "keep-alive", "type": "default" }, { "key": "Authorization", "value": "Basic 123abc456def", "type": "default" } ], "body": { "mode": "raw", "raw": "{\r\n \"requestType\": \"UPDATE LAB PROGRESS\",\r\n \"securityToken\": \"{{ExampleSecurityToken}}\",\r\n \"registrationId\": \"10715771\",\r\n \"labProgress\": \"LAB_START\",\r\n \"sendEmail\": false,\r\n \"returnFormat\": \"JSON\"\r\n }" }, "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/processRequest", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "processRequest" ] } }, "response": [] } ] }, { "name": "Ping", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "url": { "raw": "https://sb01.webassessor.com/WebAssessorWebServices/jaxrs/wawebservices/ping", "protocol": "https", "host": [ "sb01", "webassessor", "com" ], "path": [ "WebAssessorWebServices", "jaxrs", "wawebservices", "ping" ] } }, "response": [] } ] }