Retrieve a list of form template groups for the account. Form template groups are pre-configured collections of forms that can be assigned together.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/form/template-group
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/form/template-group
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/form/template-group?practitionerId=0&active=true&cursor=string&limit=20' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "groups": [ { … } ], "nextCursor": "string" }