# Get form template group by ID Retrieve detailed information about a form template group including the list of templates it contains. Endpoint: GET /partner/v2/account/{accountId}/location/{locationId}/form/template/groups/{groupId} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `groupId` (integer, required) Form template group ID Example: 500 - `accountId` (integer, required) Account identifier - `locationId` (integer, required) Location identifier ## Response 200 fields (application/json): - `createdAt` (string) Creation timestamp Example: "2024-06-15T10:00:00Z" - `id` (integer) Unique group identifier Example: 500 - `isActive` (boolean) Whether this group is active Example: true - `locationId` (integer) Associated location ID - `name` (string) Group name Example: "New Patient Intake Packet" - `practitionerId` (integer) Associated practitioner ID - `templateCount` (integer) Number of templates in this group Example: 3 - `templates` (array) Templates included in this group - `templates.elementCount` (integer) Number of form elements Example: 15 - `templates.id` (integer) Template ID Example: 12345 - `templates.isActive` (boolean) Whether this template is active Example: true - `templates.name` (string) Template name Example: "Patient Intake Form" ## Response 401 fields ## Response 403 fields ## Response 404 fields