v1
OpenAPI 3.0.02026-08-04109109370.6 KBForms
Get a form field
Get a single form field by the ID provided.
get/forms/{fieldId}
Path parameters
fieldIdstring required
Field Id
Response
Form Field
Example response
{
"wfFields": [
{
"id": "3-contacts",
"label": "Full Name",
"fieldName": "name",
"fieldType": "textfield",
"entityName": "Contacts"
}
]
}