- 🐶 Walk through Apidog
- Web
- Secured
- Open
- Testing Tool
- Openlink
- Log
- Toolset
- Save Testing Tool Item
- Toolset Timer
- Toolset Timer Toolset Component
- Get Toolset
- Get Batch Info
- Get Blockscreen
- Toolset Language
- Inform Consent
- Get Image
- Get File
- Get Profile
- Save Proctoring Open
- Open Simulation Answer
- Pentest GBA
- Upload Self Interview
- Upload Multimedia
- User Home Dashboard
- Open Dashboard
- Auth
- Color Theme
- Admin
- Secured
- Menu
- Report
- Master Aggregate Matriks (SAAS)
- Master Aggregate Matriks Dimension
- Report Master Aggregate
- Master Recommendation Formula
- Master Client Recom Formula
- Report List Batch Info
- Report List By Batch Id
- Report List By Project Id
- Report List Participant Individual By Project
- Report B2C List Participant Individual By Project
- Report List Participant Individual By Batch
- Download Template Excel Participant
- Download Template Excel Employee
- Export Engauge Link
- Project Info
- Report Bridge Tool Component Master Data CORE V2
- Report Bridge Tool Component Master Data DIVE V2
- Report Bridge Tool Component Master Data MOVE
- Report Bridge Tool Component Master Data MOVE V2
- Report Bridge Tool Component Master Data DISC
- Report Bridge Tool Component Master Data KOLB
- Report Bridge Tool Component Master Data AIMI
- Report Bridge Tool Component Master Data STI
- Report Bridge Tool Component Master Data Digital Sprint
- Report Bridge Tool Component Master Data Echo
- Report Ref Group Result Find All
- Participant
- Matriks Menu
- Tool Component
- Cluster
- Tool Component Folder
- Tool Set Folder
- Get All Tool Component
- Get Tool Component
- Get Tool Component Point Setting
- Block Find By Tool Component
- Preview Tool Component
- Get Tool Set
- Get Tool Set List
- Get Tool Set Detail
- Preview Tool Set
- Tool Set By Id
- Get Factsheet
- Get Block
- Update Item
- Add Tool Component
- Add Page
- Duplicate Tool Component
- Add Audiorec
- Update Fields Bipolar
- Update Constant Sum
- Update Field Forms
- Update Field RTE
- Update Fields Dropdown
- Update Drag And Drop
- Update Multiple Choice Item
- Update Audio Rec
- Delete Toolset
- Upload File
- Openlink Delivery
- Batch Project
- List BatchGET
- List Batch By TypeGET
- List Batch By Company IdGET
- List Batch OpenlinkGET
- List Batch B2CGET
- List Batch B2C ParticipantsGET
- List Batch ReportGET
- Project InfoGET
- Project Info B2CGET
- Batch Info B2CGET
- Project By ParticipantGET
- List ToolsetGET
- Batch Find By IdGET
- Project Find By IdGET
- Get Level ListGET
- Get Level DetailGET
- Add BatchPOST
- Add Batch Open LinkPOST
- Edit Batch Open LinkPUT
- Edit BatchPUT
- Delete BatchPUT
- Recruitment Request
- App Config
- Email
- Admin Client Company
- Get All
- Get All By Company
- Client Company List
- Client Company List Subscription
- Get Client Company By Id
- Find Client Company
- Get Batch Info
- Get Client Company Batch Find All
- Get Client Company Batch Auto Authentication
- Get Employees for selection
- Add Admin Client
- Add Admin Client 2
- Add Client Partition
- Client Company Update
- Get Ref Theme Colors
- Email Template
- Subscription
- Dashboard
- Employee
- Rater
- Company
- Download Upload List
- Recruitment Master
- Client Setup
- Participant Interview
- Blockscreen
- Group Interview
- User Role
- Dimension
- Recommendation
- Key Actions
- Tool Folder
- Personality Traits
- Cutting Point
- proctoring download
- Ref
- ToolSet
- Project Manager Company
- Open
- Report
- Gateway Process
- Digital Sprint
- Matriks Menu
- DISC
- General Report
- Raw Data Report
- Project Info
- Individual Report Cognitive
- Get Download Report
- Report Master Aggregate
- Get Download Report By Batch
- Get Download Report Aggregate Excel
- Export PTM Individual
- Export PTM Individual Zip PDF
- Export PTM Individual Pdf
- Get Download Report Gba
- Batch Info
- New Request
- Game Based Assesment
- Web Participant
- Login WebPOST
- Login Open Api (SAAS)POST
- Login WebGET
- Login Web CopyGET
- Login OpenlinkPOST
- Login 1POST
- Login StagingPOST
- Login SAASPOST
- Login odsPOST
- Login ProdPOST
- Login Prod SAASPOST
- Login ExternalPOST
- Login 2GET
- Refresh tokenPOST
- Refresh CacheGET
- Refresh token odsPOST
- Refresh token GbaPOST
- Test S3GET
- Test S3 ProdGET
Add Batch Open Link
POST
/rest/admin/secured/companies/client-company/project/batch/save-openlink
Request
Header Params
Authorization
string
required
Example:
Bearer {{access_token}}
Body Params application/json
folderName
string
required
batchName
string
required
batchStartDate
string
required
batchEndDate
string
required
showIndividualReport
integer
required
showCompanyLogo
integer
required
allowProctoring
integer
required
batchType
string
required
customCompabilityCheck
integer
required
Webcam
boolean
required
attachment
object
required
toolSetId
string
required
showPotentialScore
integer
required
compabilityChecks
array [object {3}]
required
compabilityCheckId
string
required
isEnable
boolean
required
methodType
string
required
batchFolderId
string
required
Example
{
"folderName": "Others",
"batchName": "Tes Custom Comp Check - 07-11",
"batchStartDate": "2023-11-08 13:29:00",
"batchEndDate": "2023-12-06 13:29:00",
"showIndividualReport": 0,
"showCompanyLogo": 0,
"allowProctoring": 0,
"batchType": "anonymous",
"customCompabilityCheck": 1,
"Webcam": true,
"attachment": {},
"toolSetId": "01be1be5-f9ff-42b4-b3de-4b5456de670d",
"showPotentialScore": 0,
"compabilityChecks": [
{
"compabilityCheckId": "1",
"isEnable": true,
"methodType": "Add"
},
{
"compabilityCheckId": "2",
"isEnable": false,
"methodType": "Add"
},
{
"compabilityCheckId": "3",
"isEnable": false,
"methodType": "Add"
}
],
"batchFolderId": "979ae579-5382-4b76-b2b5-f5dd31622e9f"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8082/rest/admin/secured/companies/client-company/project/batch/save-openlink' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"folderName": "Others",
"batchName": "Tes Custom Comp Check - 07-11",
"batchStartDate": "2023-11-08 13:29:00",
"batchEndDate": "2023-12-06 13:29:00",
"showIndividualReport": 0,
"showCompanyLogo": 0,
"allowProctoring": 0,
"batchType": "anonymous",
"customCompabilityCheck": 1,
"Webcam": true,
"attachment": {},
"toolSetId": "01be1be5-f9ff-42b4-b3de-4b5456de670d",
"showPotentialScore": 0,
"compabilityChecks": [
{
"compabilityCheckId": "1",
"isEnable": true,
"methodType": "Add"
},
{
"compabilityCheckId": "2",
"isEnable": false,
"methodType": "Add"
},
{
"compabilityCheckId": "3",
"isEnable": false,
"methodType": "Add"
}
],
"batchFolderId": "979ae579-5382-4b76-b2b5-f5dd31622e9f"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-03-06 02:01:11