List contacts in category (range)
documentedList contacts added to a category within a specified date range.
GET /Services.svc/Categories/{categoryNameOrId}/Contacts/JoinRangeCategoriesno 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 "Content-Type: application/json" \
-H "Accept: application/json" \
-H "username: {{DELIVRA_USERNAME}}" \
-H "password: {{DELIVRA_SECRET}}" \
-H "listname: {{DELIVRA_LISTNAME}}"