item_type), and audit timestamps. Requires the manage client-settings permission.curl --location --globoff 'https://.daftra.com/v2/api/entity/follow_up_actions/1.json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": {
"FollowUpAction": {
"id": 1,
"item_type": 1,
"name": "Follow-Up Call",
"entity_key": null,
"display_order": null,
"staff_id": 0,
"created": "2026-06-30 10:00:00",
"modified": "2026-06-30 10:00:00",
"deleted": 0,
"action_type": null
}
}
}