{
"status": "success",
"message": "Fields fetched successfully",
"data": [
{
"id": 1,
"form_id": 1,
"label": "Reason for Resignation",
"type": "select",
"options": [
"Better opportunity elsewhere",
"Career advancement",
"Work-life balance",
"Salary/compensation",
"Management issues",
"Company culture",
"Personal reasons",
"Other"
],
"is_required": true,
"order": 1,
"created_at": "2025-09-10T16:39:25.000000Z",
"updated_at": "2025-09-10T16:39:25.000000Z"
},
{
"id": 2,
"form_id": 1,
"label": "Last Working Day",
"type": "date",
"options": null,
"is_required": true,
"order": 2,
"created_at": "2025-09-10T16:39:25.000000Z",
"updated_at": "2025-09-10T16:39:25.000000Z"
},
{
"id": 3,
"form_id": 1,
"label": "Overall Experience Rating",
"type": "radio",
"options": [
"Very Satisfied",
"Satisfied",
"Neutral",
"Dissatisfied",
"Very Dissatisfied"
],
"is_required": true,
"order": 3,
"created_at": "2025-09-10T16:39:25.000000Z",
"updated_at": "2025-09-10T16:39:25.000000Z"
},
{
"id": 4,
"form_id": 1,
"label": "Additional Comments",
"type": "text",
"options": null,
"is_required": false,
"order": 4,
"created_at": "2025-09-10T16:39:25.000000Z",
"updated_at": "2025-09-10T16:39:25.000000Z"
}
]
}