- 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
- Auth
- Secured
- Compatibility
- Activity
- Participant
- NDA
- Answer
- Notes
- Password
- Action Log
- Proctoring
- Get Participant InfoGET
- Meeting
- Open
- Open API Engauge
Save Action Log
Developing
POST
/rest/web/secured/participant/action-log
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
action
stringÂ
required
actionDuration
integerÂ
required
actionTime
stringÂ
required
Example
{
"action": "OPEN TAB",
"actionDuration": 0,
"actionTime": "2024-07-31T04:05:31.173Z"
}
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/web/secured/participant/action-log' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "OPEN TAB",
"actionDuration": 0,
"actionTime": "2024-07-31T04:05:31.173Z"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}