---
title: "Effective Predefined Days Assigned To Group [beta]"
method: GET
path: "/v3/attendance/predefined-days/{groupId}/effective"
tags: ["[v3] Attendance"]
---

# Effective Predefined Days Assigned To Group [beta]

`GET /v3/attendance/predefined-days/{groupId}/effective`

List of all day types assigned to a group along with inheritance from parent groups. Note: This is a beta version.

## Path parameters

- `groupId` integer, required

## Headers

- `Accept` string
- `Content-Type` string

## Response `200`

List of all day types assigned to a group along with inheritance from parent groups

- object
  - `data` object[]
    - `id` integer — ID of the assignment
    - `groupId` integer — ID of the group day was assigned to (if different than ID in path assignment was inherited)
    - `date` string — Date
    - `dateTypeId` integer — Id of the day type
    - `dayTypeSlug` string — String identifier of the day type

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/timecamp/apis/timecamp-api.md) · [All operations](https://skmtc.net/timecamp/apis/timecamp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timecamp/timecamp-api/revisions/c7e9d1f9cf61/schema)
