Sign in

List demographic picklists

documented

Load demographic picklists for contacts.

GET /Services.svc/Contacts/DemographicInfoPicklistsContactsno 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://integration.delivra.com/DelivraRESTServices/Services.svc/Contacts/DemographicInfoPicklists?username={{DELIVRA_USERNAME}}&password={{DELIVRA_PASSWORD}}&listname={{DELIVRA_LISTNAME}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"