Skip to main content

LeadTaskTypeDTO

Lead task type object. Returned by GET /v1/open-api/lead-task/types.

idint64

Task type ID

Example: 7
namestring

Task type name

Example: Call
iconstring

Task type icon — a Material Icons code

Example: call
LeadTaskTypeDTO
{
"id": 7,
"name": "Call",
"icon": "call"
}