get https://{subdomain}.myclickfunnels.com/api/v2/forms/field_sets//fields
List fields for a field set
Log in to see full request history
Responses
List fields for a field set
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/field_sets/field_set_id/fields \
--header 'accept: application/json'
xxxxxxxxxx
26]
[
{
"id": 145,
"public_id": "ZjXINY",
"field_set_id": 155,
"label": "MyString",
"field_type": "MyString",
"allow_multiple": false,
"key": "CustomKey",
"hidden": false,
"created_at": "2025-03-05T12:39:49.436Z",
"updated_at": "2025-03-05T12:39:49.436Z"
},
{
"id": 146,
"public_id": "zQONDE",
"field_set_id": 156,
"label": "MyString",
"field_type": "MyString",
"allow_multiple": false,
"key": "CustomKey",
"hidden": false,
"created_at": "2025-03-05T12:39:49.443Z",
"updated_at": "2025-03-05T12:39:49.443Z"
}