Save Action Log
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"action": "OPEN TAB",
"actionDuration": 0,
"actionTime": "2024-07-31T04:05:31.173Z"
}
Request Code Samples
curl --location --request POST 'https://service-dash.dlabssaas.io/rest/web/secured/participant/action-log' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "OPEN TAB",
"actionDuration": 0,
"actionTime": "2024-07-31T04:05:31.173Z"
}'
Responses
application/json Modified at 2024-07-31 04:08:04