
Ashby API Integration Profile
Information and guides about integrating with Ashby API
Add Ashby Integration to Your Productapplication.list in Ashby API
Gets all applications schedules in the organization.
Requires the candidatesRead
permission.
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. |