- 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
Merge Video
Developing
POST
/rest/admin/secured/participant/activity/video-call/merge/{participantUrlId}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
participantUrlId
string
required
Example:
62c75323-39ed-4283-8af9-c8050ffb902f
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 'https://service-dash.dlabssaas.io/rest/admin/secured/participant/activity/video-call/merge/62c75323-39ed-4283-8af9-c8050ffb902f'
Responses
🟢200Success
application/json
Body
status
string
required
data
string
required
info
object
required
id
string
required
message
string
required
messageEn
null
required
messageId
null
required
field
null
required
redirect
null
required
Example
{
"status": "success",
"data": "The video merging process is running in the background! Please check periodically in 'View Answer Participant' page for the result!",
"info": {
"id": "SUCCESS_EDIT_DATA",
"message": "Video File successfully edited !",
"messageEn": null,
"messageId": null,
"field": null,
"redirect": null
}
}