List Picklists
documentedRetrieve all Picklists defined in the Workbooks database.
GET /picklists.apiPicklistsno implementation yet0 runsNo 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"