v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Fetch Employee audit report

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

post/v1/reports/audit/employee_activities/flat_file

Request body

RAW_BODYstring

Response

200

OR
OR
OR

Example response

{
  "employee_activities": [
    {
      "changed_on": "2023-10-12T08:46:12",
      "employee_center_name": "NewYork",
      "level": "Arizona",
      "employee_name": "Tangerinespa_Own",
      "object_id": "c0994390-481f-472c-944f-d802c6096082",
      "object_type": 2,
      "object_name": "Arizona",
      "object_action_name": "CenterName",
      "action_type": "U",
      "old_value": "CenterTestLoyalty",
      "new_value": "Arizona",
      "updated_by_system": "sa"
    }
  ],
  "page_info": {
    "total": 26,
    "page": 1,
    "size": 10
  }
}