POST v1/api/{studyId}/dataauditlog
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studyId | globally unique identifier |
Required |
Body Parameters
DataAuditLogFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| From | date |
None. |
|
| To | date |
None. |
|
| ObjectTypes | Collection of string |
None. |
|
| IsSubjectEntry | boolean |
None. |
|
| OtherColumnsValues | Dictionary of OtherColumn [key] and string [value] |
None. |
Response Information
Resource Description
Collection of DataAuditLog| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityName | string |
None. |
|
| EntryUsername | string |
None. |
|
| FieldAction | string |
None. |
|
| FileType | FileType |
None. |
|
| FormattedTimestamp | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| IsSubjectEntry | boolean |
None. |
|
| NewFileBlobId | globally unique identifier |
None. |
|
| NewValue | string |
None. |
|
| NewValueUrl | Url |
None. |
|
| ObjectType | string |
None. |
|
| OldFileBlobId | globally unique identifier |
None. |
|
| OldValue | string |
None. |
|
| OldValueUrl | Url |
None. |
|
| SiteName | string |
None. |
|
| SubjectIdentifier | string |
None. |
|
| Timestamp | date |
None. |
|
| TimestampTicks | integer |
None. |