GET api/ActionLogs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ActionLogName | Description | Type | Additional information |
---|---|---|---|
ActionLogId | integer |
None. |
|
ActionTypeId | byte |
None. |
|
RecordTypeId | byte |
None. |
|
RecordId | integer |
None. |
|
UserId | integer |
None. |
|
ActionDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ActionLogId": 1, "ActionTypeId": 64, "RecordTypeId": 64, "RecordId": 4, "UserId": 5, "ActionDate": "2021-03-07T12:09:57.8726216-05:00" }, { "ActionLogId": 1, "ActionTypeId": 64, "RecordTypeId": 64, "RecordId": 4, "UserId": 5, "ActionDate": "2021-03-07T12:09:57.8726216-05:00" } ]