get https://{youraccountname}.api-us1.com/api/3/dealTasktypes
Retrieve all existing task types
{
"dealTasktypes": [
{
"cdate": null,
"defduration": "0",
"id": "1",
"links": [],
"status": "0",
"title": "Call",
"udate": null
},
{
"cdate": null,
"defduration": "0",
"id": "2",
"links": [],
"status": "0",
"title": "Email",
"udate": null
},
{
"cdate": null,
"defduration": "0",
"id": "3",
"links": [],
"status": "0",
"title": "Lunch",
"udate": null
},
{
"cdate": null,
"defduration": "0",
"id": "4",
"links": [],
"status": "0",
"title": "Meeting",
"udate": null
}
],
"meta": {
"total": "4"
}
}