---
title: "This API is to get Student Attendance data"
method: GET
path: "/api/StudentCommunicationData/GET_Student_Attendance"
tags: ["StudentCommunicationData"]
---

# This API is to get Student Attendance data

`GET /api/StudentCommunicationData/GET_Student_Attendance`

The following codes are returned

200  -  Success,

E300 - Invalid TokenID

## Query parameters

- `TokenID` string, required
- `AcademicYearID` integer, required
- `StudentEnrollmentID` integer, required

## Response `200`

OK

- Stuattendance[]
  - `Month` integer
  - `Year` integer
  - `MonthName` string
  - `MonthYear` string
  - `twp` number, double
  - `pwp` number, double
  - `IsMonthlyAtt` integer

## Other responses

- `400` — Bad Request
- `403` — Unauthorized
- `500` — Internal Server error

---

[API](https://skmtc.dev/myclassboard/apis/mcbschoolapi.md) · [All operations](https://skmtc.dev/myclassboard/apis/mcbschoolapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myclassboard/mcbschoolapi/revisions/bc313f10ca9a/schema)
