Returns a single custom field by ID.
Security
BearerAuth
GET
curl -i -X GET \
https://public.letsweel.com/v1/businesses/123/custom-fields/3fa85f64-5717-4562-b3fc-2c963f66afa6 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'OK
The unique identifier for this custom field.
Example:"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Controls which budgets this custom field is assigned to.
Enum:"NONE""SOME""ALL_CURRENT_AND_NEW"
Example:"NONE"
Whether this custom field is visible only to managers. Cannot be changed after creation.
Example:false
The source that created this custom field.
Enum:"MANUAL""PUBLIC_API""XERO""MYOB""QUICKBOOKS""NETSUITE""BUSINESS_CENTRAL"
Example:"PUBLIC_API"
The date and time when this custom field was created.
Example:"2024-01-15T09:00:00Z"
Response
{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "name": "Project Code", "field_type": "LIST", "budget_setting": "NONE", "is_manager_only": false, "created_by": "PUBLIC_API", "created": "2024-01-15T09:00:00Z", "updated": "2024-01-15T09:00:00Z" }