# Get notification group by ID Retrieve detailed information about a specific notification group. Endpoint: GET /partner/v2/account/{accountId}/location/{locationId}/notification-group/{groupId} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `groupId` (integer, required) Notification group ID Example: 12345 - `accountId` (integer, required) Account identifier - `locationId` (integer, required) Location identifier ## Response 200 fields (application/json): - `appointmentId` (integer) Related appointment ID if applicable Example: 111 - `createdAt` (string) Creation timestamp Example: "2025-01-14T08:00:00Z" - `formGroupId` (integer) Related form group ID if applicable Example: 222 - `id` (integer) Unique notification group identifier Example: 12345 - `lastEmailSentAt` (string) When the last email was sent from this group Example: "2025-01-15T09:00:00Z" - `lastSmsSentAt` (string) When the last SMS was sent from this group Example: "2025-01-15T09:00:00Z" - `notificationCount` (integer) Number of notifications in this group Example: 5 - `paymentRequestId` (integer) Related payment request ID if applicable Example: 333 ## Response 401 fields ## Response 403 fields ## Response 404 fields