Find Candidate Copy
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"employeeIds":"1e46a469-bea8-4369-a947-7f7920cd1d17"
}
Request Code Samples
curl --location --request POST 'https://service-dash.dlabssaas.io/rest/admin/secured/adminclient/manage-assessor/save-bulk' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeIds":"1e46a469-bea8-4369-a947-7f7920cd1d17"
}'
Responses
application/json Modified at 2024-08-22 18:31:24