GET Forms/EntryAuditLog
Get formEntryAuditLogs from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Match |
When searching by string, include records based on match type |
FormMatchCriteriaStringType |
None. |
AuditLogIDs |
Filter by AuditLogIDs |
Collection of integer |
None. |
FormEntryID |
Filter by FormEntryID |
integer |
None. |
AuditType |
Filter by AuditType |
FormAuditType |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
List of FormEntryAuditLogDTOs
Collection of FormEntryAuditLogDtoName | Description | Type | Additional information |
---|---|---|---|
AuditLogID | integer |
None. |
|
FormEntryID | integer |
None. |
|
AuditType | FormAuditType |
None. |
|
Created | FormAuditDataExDto |
None. |
|
Changes | Collection of FormEntryAuditLogChangeDto |
None. |