Retrieve the results of the candidates (Deprecated)

This endpoint is deprecated and will be removed in the future. Use the new endpoint GET /api/v2/public/screenings/{screeningId}/results instead.

This endpoint fetches a paginated list of candidates based on their average scores in screenings.

Example Request:
GET /api/v1/public/screenings/{screeningId}/results?page=2&limit=20

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the screening (UUID v4)

Query Params
integer
Defaults to 1

Page number for pagination (default: 1)

integer
≤ 100
Defaults to 100

Number of items per page (default: 100, maximum: 100)

Responses

400

Bad Request: Invalid or missing parameters.

401

Unauthorized: The token is invalid or expired.

403

Forbidden: The user does not have permission to access this resource.

404

Not Found: The specified screening does not exist.

429

Too Many Requests: Rate limit exceeded.

Language
Credentials
Bearer
API Key
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json