Retrieve the list of mapped attributes for a template. Attributes are named mappings for form fields (e.g., 'first_name' or 'email') that can be used for pre-filling and data extraction.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/form/template/{formTemplateId}/attribute
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/location/{locationId}/form/template/{formTemplateId}/attribute
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/form/template/{formTemplateId}/attribute' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "attributes": [ { … } ], "formTemplateId": 12345, "formTemplateName": "Patient Intake Form" }