Load contacts (range)
documentedLoad a set of contacts added within a date range.
GET /Services.svc/Contacts/JoinRangeContactsno 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://integration.delivra.com/DelivraRESTServices/Services.svc/Categories/{{$categoryNameOrId}}/Contacts/JoinRange?startDate={{$startDate}}&endDate={{$endDate}}&pageSize={{$pageSize}}&pageNumber={{$pageNumber}}" \
-X GET \
-H "Accept: application/json" \
-H "username: {{DELIVRA_USERNAME}}" \
-H "password: {{DELIVRA_SECRET}}" \
-H "listname: {{DELIVRA_LISTNAME}}"