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, returned as the stored option value rather than its display label (e.g., "hire", not "Hire"); use the field's selectableValues in formDefinition to map values to labels
  • 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.

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

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

The pagination cursor. Use 'start' for the first page or the nextCursor value from a previous response.

-9007199254740991 to 9007199254740991

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

A sync token to retrieve only feedback updated since the last sync. Obtained from a previous list response.

Unix timestamp (milliseconds). When provided, only feedback created at or after this time is returned.

Response

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