List unsubscribed contacts in category (range)
documentedList unsubscribed contacts within a category for a date range.
GET /Services.svc/Categories/{categoryNameOrId}/Contacts/UnsubRangeCategoriesno 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/UnsubRange?startDate={{startDate}}&endDate={{endDate}}&pageSize={{pageSize}}&pageNumber={{pageNumber}}" \
-X GET \
-H "username: {{DELIVRA_USERNAME}}" \
-H "password: {{DELIVRA_PASSWORD}}" \
-H "listname: {{DELIVRA_LISTNAME}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"