- 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
Upload Rating Assessor
Developing
POST
/rest/admin/secured/admin-client/participant/upload/template
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
type
string
optional
Example:
rating-assessor
batchId
string
optional
Example:
52eaf498-673b-4e1f-898a-55f9837c5130
Body Params multipart/form-data
file
file
required
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/admin-client/participant/upload/template?type=rating-assessor&batchId=52eaf498-673b-4e1f-898a-55f9837c5130' \
--form 'file=@""'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}