Retrieve the list of form elements (fields) for a template. Each element represents an input field, with its type, label, and optional attribute mapping.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/form/template/{formTemplateId}/element
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/location/{locationId}/form/template/{formTemplateId}/element
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/form/template/{formTemplateId}/element' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "elements": [ { … } ], "formTemplateId": 12345, "formTemplateName": "Patient Intake Form" }