List modified contacts
documentedLoad a set of contacts recently modified since a start date.
GET /Services.svc/Contacts/ListModifiedContactsno 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/Contacts/ListModified?Username={{DELIVRA_API_USERNAME}}&Password={{DELIVRA_API_PASSWORD}}&Listname={{DELIVRA_LISTNAME}}&ModifiedSince={{$modified_since}}" \
-X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json"