Retrieve detailed information about a form template group including the list of form templates it contains.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/form/template-group/{groupId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/form/template-group/{groupId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/form/template-group/500' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Form template group found and returned successfully
Response
{ "createdAt": "2025-01-15T14:00:00Z", "id": 500, "isActive": true, "locationId": 0, "name": "New Patient Intake Packet", "practitionerId": 0, "templateCount": 3, "templates": [ { … } ] }