---
title: "Gets audits for the record with the given referenceFieldValue in the specified table and project."
method: GET
path: "/data/{tableName}/{referenceFieldValue}/audit"
tags: ["AuditData"]
---

# Gets audits for the record with the given referenceFieldValue in the specified table and project.

`GET /data/{tableName}/{referenceFieldValue}/audit`

## Path parameters

- `tableName` string, required
- `referenceFieldValue` string, required

## Response `200`

OK

- PublicAuditDto[]
  - `referenceFieldValue` string, nullable
  - `userId` integer
  - `userName` string, nullable
  - `apiIntegrationName` string, nullable
  - `recordTemplateName` string, nullable
  - `timestamp` string, date-time
  - `fieldName` string, nullable
  - `fieldType` string, nullable
  - `valueFrom` string, nullable
  - `valueTo` string, nullable
  - `isNewRecord` boolean
  - `comment` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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