---
title: "Fetch Employee audit report"
method: POST
path: "/v1/reports/audit/employee_activities/flat_file"
---

# Fetch Employee audit report

`POST /v1/reports/audit/employee_activities/flat_file`

This API gives the audit report of the activities of employees based on the filter.

## Request body

- object
  - `RAW_BODY` string

## Response `200`

200

- union
  - object
    - `employee_activities` object[]
      - `changed_on` string
      - `employee_center_name` string
      - `level` string
      - `employee_name` string
      - `object_id` string
      - `object_type` integer
      - `object_name` string
      - `object_action_name` string
      - `action_type` string
      - `old_value` string
      - `new_value` string
      - `updated_by_email` string
      - `updated_by_system` string
    - `page_info` object
      - `total` integer
      - `page` integer
      - `size` integer
    - `error` unknown
  - object
    - `employee_activities` object[]
      - `changed_on` string
      - `employee_center_name` string
      - `level` string
      - `employee_name` string
      - `object_id` string
      - `object_type` integer
      - `object_name` string
      - `object_action_name` string
      - `action_type` string
      - `old_value` string
      - `new_value` string
      - `updated_by_email` string
      - `updated_by_system` string
    - `page_info` object
      - `total` integer
      - `page` integer
      - `size` integer
    - `error` unknown
  - object
    - `employee_activities` object[]
      - `changed_on` string
      - `employee_center_name` string
      - `level` string
      - `employee_name` string
      - `object_id` string
      - `object_type` integer
      - `object_name` string
      - `object_action_name` string
      - `action_type` string
      - `old_value` string
      - `new_value` string
      - `updated_by_email` string
      - `updated_by_system` string
    - `page_info` object
      - `total` integer
      - `page` integer
      - `size` integer
    - `error` unknown
  - object
    - `employee_activities` object[]
      - `changed_on` string
      - `employee_center_name` string
      - `level` string
      - `employee_name` string
      - `object_id` string
      - `object_type` integer
      - `object_name` string
      - `object_action_name` string
      - `action_type` string
      - `old_value` string
      - `new_value` string
      - `updated_by_email` string
      - `updated_by_system` string
    - `page_info` object
      - `total` integer
      - `page` integer
      - `size` integer
    - `error` unknown

## Other responses

- `400` — 400

---

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