
Ashby API Integration Profile
Information and guides about integrating with Ashby API
Add Ashby Integration to Your ProductapplicationFeedback.list in Ashby API
List all feedback associated with an application.
Requires the candidatesRead
permission.
The submittedValues
field in the response contains the submitted feedback in an object where the key is the path of the field and the value is the value submitted for that field.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Query | query | object | |
Data | data | object | |
Created After | data.createdAfter | number | The API will return data after this date, which is the time since the unix epoch in milliseconds |
Cursor | data.cursor | string | Opaque cursor indicating which page of results to fetch |
Sync Token | data.syncToken | 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. |