LeadTaskTypeDTO
Lead task type object. Returned by GET /v1/open-api/lead-task/types.
idint64
Task type ID
Example:
7namestring
Task type name
Example:
Calliconstring
Task type icon — a Material Icons code
Example:
callLeadTaskTypeDTO
{
"id": 7,
"name": "Call",
"icon": "call"
}