/
GR
gridfox
/
Gridfox Public API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 3w ago
Details
Filter operations
AuditData
1
get
Gets audits for the record with the given referenceFieldValue in the specified table and project.
Groups
1
Permissions
1
RuntimeData
8
Tables
1
Users
3
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
OK
PublicAuditDto[]
required
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
Changes