Get tasks for contact (sorted)
documentedRetrieves tasks related to a contact sorted by date.
GET /dev/api/contacts/{contact_id}/tasks/sortContactsno 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://{{$domain}}.agilecrm.com/dev/api/contacts/{{$contact_id}}/tasks/sort" \
-u "{{$AGILECRM_SECRET}}:{{AGILECRM_API_KEY}}" \
-H "Accept: application/json"