Sign in

List Picklists

documented

Retrieve all Picklists defined in the Workbooks database.

GET /picklists.apiPicklistsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://secure.workbooks.com/picklists.api" \
  -G \
  -d "api_key={{WORKBOOKS_API_KEY}}" \
  -H "Accept: application/json"
List Picklists · Workbooks · OpenIntegrations