Sign in

Get demographic picklist values

documented

Load picklist values for a specific demographic.

GET /Services.svc/Contacts/DemographicInfoPicklistValues/{demographic}Contactsno 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/DemographicInfoPicklistValues/{{$demographic}}" \
  -X GET \
  -H "username: {{DELIVRA_USERNAME}}" \
  -H "password: {{DELIVRA_PASSWORD}}" \
  -H "listname: {{DELIVRA_LISTNAME}}" \
  -H "Accept: application/json"
Get demographic picklist values · Delivra · OpenIntegrations