/api/2.0/tasks/{PK}/

GET https://developer.salesfusion.com/api/2.0/tasks/{PK}/

Reads detailed information for a specified task. Contains all standard and custom fields.

PK → Task_ID

Sample Response:
{
    "account_id": null,
    "comments": "",
    "contact_id": null,
    "contact_first_name": null,
    "contact_last_name": null,
    "created_date": "2018-12-19T14:34:56.380000Z",
    "created_by_id": 2,
    "owner_id": 2,
    "owner_email": "noreply@salesfusion.com",
    "owner_first_name": "Michael",
    "owner_last_name": "North",
    "opportunity_id": 0,
    "description": "",
    "priority": "",
    "reminder_datetime": null,
    "send_reminder": false,
    "due_date": null,
    "status": "",
    "subject": "this is a new task!",
    "updated_date": "2018-12-19T14:34:56.380000Z",
    "updated_by_id": 2,
    "custom_fields": {
        "ActivityDate": null,
        "WhatId": null
    }
}