Sign in

Get tasks for contact (sorted)

documented

Retrieves tasks related to a contact sorted by date.

GET /dev/api/contacts/{contact_id}/tasks/sortContactsno 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://{{$domain}}.agilecrm.com/dev/api/contacts/{{$contact_id}}/tasks/sort" \
  -u "{{$AGILECRM_SECRET}}:{{AGILECRM_API_KEY}}" \
  -H "Accept: application/json"