- 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
Generate XLS Participant Group Report
Developing
POST
/rest/admin/secured/report/assessment/participant-group-report/{batchId}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
batchId
string
required
Example:
85aadc9c-5ba8-4d03-9487-3bd082c1e0f8
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/report/assessment/participant-group-report/85aadc9c-5ba8-4d03-9487-3bd082c1e0f8'
Responses
🟢200Success
application/json
Body
status
string
required
data
boolean
required
info
null
required
Example
{
"status": "success",
"data": true,
"info": null
}