Hi,
to retrieve the value of a custom field using the API, you need to use the following GET call:
API_URL + 'task/' + taskID + '?fields=DE:<fieldName>';
Assuming the field name is alreadyBriefed, the response will look something like this:
{
"data": {
"ID": "6414xxx000205e3c363d28953f93xxxx",
"name": "Online Banner",
"objCode": "TASK",
"DE:alreadyBriefed": "no"
}
}
Regards
Lars