Generate XLS Group Report
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request POST 'https://service-dash.dlabssaas.io/rest/admin/secured/report/assessment/group-report/85aadc9c-5ba8-4d03-9487-3bd082c1e0f8' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"status": "success",
"data": true,
"info": null
}
Modified at 2024-08-09 07:56:59