- 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
Update Status Activity
Developing
PUT
/rest/admin/secured/batch/openapi/update-status-activity
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
object {0}
Example
{
"batchId": "",
"participantId": "",
"status": "In Progress",
"startAt": "2024-07-04 00:00:00",
"finishAt": "2024-07-04 23:59:29",
"proctors": []
}
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/batch/openapi/update-status-activity' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchId": "",
"participantId": "",
"status": "In Progress",
"startAt": "2024-07-04 00:00:00",
"finishAt": "2024-07-04 23:59:29",
"proctors": []
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}