Retrieve the details for a specific field.
GET
/fields/{fieldKey}
Request Parameters

key

string
The unique identifier for the field.
Example Response
{ "status": "ok", "code": 200, "data": { "field": { "key": "cklhanu5o010e3h66ukt6k3f6", "name": "Review Status", "type": "dropdown", "details": { "options": [ { "key": "cklhan5jm00013h65k28s3vh5", "label": "Approved" }, { "key": "cklhanmsw00023h65kd8gxh06k", "label": "Declined" } ] }, "required": true } } }