Sign in

List contacts in category

documented

List all contacts for a category.

GET /Services.svc/Categories/{categoryNameOrId}/ContactsCategoriesno 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/Categories/{{$categoryNameOrId}}/Contacts?username={{DELIVRA_USERNAME}}&password={{DELIVRA_PASSWORD}}&listname={{DELIVRA_LISTNAME}}&pageSize={{$pageSize}}&pageNumber={{$pageNumber}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"