Read screening data by invocationId
GET/api/v1/cv-screening/profiles/:invocationId
Retrieves the profile data for the given invocationId. Authentication is required to access this endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Profile retrieved successfully.
Bad request: some mandatory parameters are missing, or some parameters are invalid.
Unauthorized. Authentication is required to upload files.
Response Headers
www-authenticate
Bearer
Forbidden: Tenant does not have a valid license or user is not authorized to work with provided tenant
Profile for specified invocation not found
An unexpected error occurred.