applicationFeedback.list

List all interview scorecards and feedback submissions associated with an application.

Each feedback submission contains:

  • formDefinition: The structure of the feedback form with all available fields
  • submittedValues: Responses to the form fields, which depending on the form configuration can include:
    • Text feedback (e.g., "Candidate showed strong technical skills...")
    • Numerical scores (e.g., "4" for a 1-4 rating scale)
    • Structured selections (e.g., "Strong Hire" for overall recommendation)
  • Interview context: Links to associated interviews, events, and the submitting user

See the Pagination and Incremental Synchronization guide for detailed usage examples.

Requires the candidatesRead permission.

Body Params
int64

The API will return data after this date, which is the time since the unix epoch in milliseconds

string

Opaque cursor indicating which page of results to fetch

string

An opaque token representing the last time the data was successfully synced from the API. A new, updated one is returned after successfully fetching the last page of data.

number

The maximum number of items to return. The maximum and default value is 100.

uuid

The id of the application you'd like to fetch feedback for

Response

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json