GET v4/fields/all
Operation ID: fetchAllFields
Auth: unknown
Description
Retrieve all fields the authenticated user has access to, including fields shared with the authenticated user from other resource owners. Filter the results by field name if the `fieldName` query parameter is specified. A 409 will be returned if the X-Next-Token has expired. When receiving a 409, the client should discard the X-Next-Token, discard all currently persisted fields for the user, and re-fetch fields from /fields/all.
Parameters (3)
(integer, header, optional)
Max number of results to return per batch. Must be between 1 and 100 inclusive. Defaults to 100.
Constraints: {'minimum': 1, 'maximum': 100}
(string, header, optional)
Opaque string which allows for fetching the next batch of results. Can be used to poll for changes.
(string, query, optional)
Optional prefix filter for field name. Must be at least 3 characters.
No probe data for this endpoint yet.