List Scorecards ​
Endpoint ​
http
GET /unified/ats/scorecards
Integrations supported
- Breezy
Query parameters ​
integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example:
62f44730-dd91-461e-bd6a-aedd9e0ad79d
organization_id
string
The ID of the organization to filter the scorecards by.
Supported in
- Breezy
job_id
string
The ID of the job to filter the scorecards by.
Required in
- Breezy
candidate_id
string
The ID of the candidate to filter the scorecards by.
Required in
- Breezy
Response Body ​
result
object[]
List of Scorecards
id
string
REQUIRED · The scorecard's unique identifier
Supported in
- Breezy
application
object
The scorecard's application
id
string
Unique identifier of the application
candidate
object
The scorecard's candidate
id
string
Unique identifier of the candidate
interview
object
The scorecard's interview
id
string
Unique identifier of the interview
interviewer
object
The scorecard's interviewer
Supported in
- Breezy
id
string
Unique identifier of the user
submitted_at
string
The scorecard's submitted date
overall_recommendation
string
The scorecard's overall recommendation
Supported in
- Breezy
created_at
string · date-time
The date and time of the scorecard's creation
updated_at
string · date-time
The date and time of the scorecard's last update
remote_data
object
Raw data returned from the remote API call.
next_cursor
string
The cursor to use for the next page of results. Pass this value as `next_cursor` in the query parameter in the next request to get the next page of results.