- Walkthrough DASH SAAS
- CMS
- Employee
- Company
- Province
- Ref Education Level
- Industry
- Company
- Subscription
- Assesment Design
- Menu
- Admin Client
- Master Data
- Meeting
- Participant
- Open
- Assessor
- Report
- Batch
- External Link
- Dummy
- Interview TaskGET
- LoginPOST
- Get Company SettingGET
- WEB
- Open API Engauge
Upload External Link Video
Developing
PUT
/rest/admin/secured/admin-client/participant/{participantId}/external-link/interview/{activityId}/video
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
participantId
string
required
Example:
b14d6da6-464b-4786-822d-f01b8fa00e5f
activityId
string
required
Example:
d30718d4-8d75-45de-b358-0710c50d3830
Body Params multipart/form-data
file
file
optional
Example:
file://C:\Users\user\Videos\Captures\BPJS Assessment Center and 17 more pages - Work - Microsoft Edge 2024-08-23 08-58-48.mp4
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 PUT 'https://service-dash.dlabssaas.io/rest/admin/secured/admin-client/participant/b14d6da6-464b-4786-822d-f01b8fa00e5f/external-link/interview/d30718d4-8d75-45de-b358-0710c50d3830/video' \
--form 'file=@"C:\\Users\\user\\Videos\\Captures\\BPJS Assessment Center and 17 more pages - Work - Microsoft Edge 2024-08-23 08-58-48.mp4"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}