Get Prefill Choices
Get prefill choices for an app’s prefill.
Authorizations
Path Parameters
The app that the prefill belongs to.
The prefill to get choices for.
Query Parameters
ID of the authentication to use for the app.
Authentications available to the user can be listed using the List Authentications For App endpoint.
The Zapier account ID to use.
Account IDs available to the user can be listed using the Get Account List endpoint
Optional query to filter results by.
The list of prefill options for each user/app/prefill combo is cached for 24 hours.
If force_refresh
is set to true
, the cache will be refreshed. This should only be used when the list of prefill options is known to have changed.
Best practice is to offer a "Refresh" button to the user that sets this to true
for one request.
Body
A dictionary of key-value pairs, where the key is a need
key and the value is a selected value for that need.
Response
If this is true
, then it means that the list of prefill options is still being loaded.
While this is true
, the endpoint should be polled (in general every second) until it returns false
.
Seconds that have elapsed since the list of options for this prefill has been refreshed.
To refresh the list, use the force_refresh
query parameter.