{type} path segment selects which item type's statuses to return and must be one of the supported values:| Value | Item type |
|---|---|
client | Clients |
invoice | Invoices |
estimate | Estimates |
purchase_order | Purchase orders |
staff | Staff |
supplier | Suppliers |
product | Products |
work_order | Work orders |
404.curl --location --globoff 'https://.daftra.com/api2/follow_up_statuses/client.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": [
{
"FollowUpStatus": {
"id": 31,
"site_id": 100,
"item_type": 1,
"name": "New Lead",
"color": "white",
"status": 1,
"display_order": 1,
"is_primary": 0,
"require_followup": 0,
"followup_after": 3,
"entity_key": null,
"deleted": 0,
"created": "2021-02-01 10:00:00",
"modified": "2021-02-01 10:00:00"
}
}
],
"pagination": {
"prev": null,
"next": null,
"page": 1,
"page_count": 1,
"total_results": 5
}
}