# Attendance

## Overview

Attendance service allows users to maintain attendance registers, enrol individuals, create, update or search attendance logs and manage staff permissions.

## API Specifications

**Base Path:** /attendance/

### API Contract Link

{% embed url="<https://editor.swagger.io/?url=https://raw.githubusercontent.com/egovernments/DIGIT-Works/master/backend/attendance/Attendance-Service-1.0.0.yaml>" %}

## Data Model

### DB Schema Diagram

<figure><img src="/files/oroik7MKotdEhu6yK4Ik" alt=""><figcaption></figcaption></figure>

## Web Sequence Diagram

#### Attendance Register

{% tabs %}
{% tab title="Create" %}

<figure><img src="/files/8pxEGQwn6ZeqeGbJvOIR" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Update" %}

<figure><img src="/files/tT0l6CYYUIR9BpTWlNbb" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Search" %}

<figure><img src="/files/vQmQRDvoWuqz1PmBWRc6" alt=""><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}

#### Staff

{% tabs %}
{% tab title="Create" %}

<figure><img src="/files/E3Egd8IyW0x5sCxdU2Mt" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Update/Delete" %}

<figure><img src="/files/geROCOoQeePAsOMhH7QL" alt=""><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}

#### Attendee

{% tabs %}
{% tab title="Create" %}

<figure><img src="/files/8APpIKHiklJDe4KvDVt7" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Delete" %}

<figure><img src="/files/v41FJ97SN0JWskS7NSmT" alt=""><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}

#### Attendance Log

{% tabs %}
{% tab title="Create" %}

<figure><img src="/files/Kr5xUk8sooW3oObzHggf" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Update" %}

<figure><img src="/files/P1eWVlEgRzPiYVP52t9p" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Search" %}

<figure><img src="/files/CynP3Nc00k5m7iJd4ZTO" alt=""><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}

## Related Topics

* [Functional specifications - Attendance](/works/specifications/functional-specifications/attendance-management.md)
* [Attendance module service configuration](/works/setup/configure-works/service-configuration/attendance.md)
* [Attendance UI configuration](/works/reference-implementations/muktasoft-v2.2/deployment/configuration/ui-configuration/modules/attendance-cbo-application.md) - for MuktaSoft
* [Attendance employee user manual](/works/reference-implementations/muktasoft-v2.2/implementation/training-resources/user-manual/mobile-application-user-manual/cbo-getting-started/track-attendance.md) - for MuktaSoft


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digit.org/works/platform/architecture/low-level-design/services/attendance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
