- Walkthrough DASH SAAS
- CMS
- Employee
- Company
- Province
- Ref Education Level
- Industry
- Company
- Subscription
- Assesment Design
- Menu
- Admin Client
- Client Project
- Agenda
- Dashboard
- Assessor
- Master Data
- Meeting
- Participant
- Open
- Assessor
- Report
- Batch
- External Link
- Dummy
- Interview TaskGET
- LoginPOST
- Get Company SettingGET
- WEB
- Open API Engauge
Assessor Rating Task Participant List
Developing
POST
/rest/admin/secured/adminclient/manage-assessor/rating-task/participant/rating-list/{assesorId}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
assesorId
string
required
Example:
user-1
Query Params
search
string
optional
Body Params application/json
object {0}
Example
{
"startDate":"2023-01-01",
"endDate":"2024-07-31",
"status": "ASSESSING"
}
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/adminclient/manage-assessor/rating-task/participant/rating-list/user-1?search' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate":"2023-01-01",
"endDate":"2024-07-31",
"status": "ASSESSING"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-07-15 04:21:09