Activity Task Call
A Call task records a phone call made or scheduled with a contact or organisation. It is a specialised subtype of Task with fields for tracking call details. The system automatically syncs calls with time registrations when duration is set, and can create calendar items when a date is assigned.
Endpoints
List
GET
/v1/odata/Activity_Task_CallGet by ID
GET
/v1/odata/Activity_Task_Call({id})Create
POST
/v1/odata/Activity_Task_CallUpdate
PUT
/v1/odata/Activity_Task_Call({id})Delete
DELETE
/v1/odata/Activity_Task_Call({id})Fields
No fields beyond the standard Entity fields.
Custom Query
Build your own OData query against Activity_Task_Call. Open Run and edit the whole request inline — swap the entity set, change the $filter, or add $expand, $select, $orderby, $top, $skip. Type $ for suggestions; use ↺ Reset to restore this example.
GET
/v1/odata/Activity_Task_Call?$top=10