Search for Audit data matching the specified criteria.
Parameters (3)
| Name |
Type |
Description |
| section |
string |
Section of the source object. Required for non-admins. |
| ref_id |
int |
Id of the source object. Required for non-admins. |
| endDate |
string |
Upper bound date (exclusive). Defaults to now. |
Sortable
Use
the sort_field and sort_dir parameters to control the order in which
records are returned.
Pageable
Use
the page_size and page_num parameters to control the set of records
returned.
Return: \gforge\core\models\api\AuditTrailBasic[]
| Name |
Type |
Description |
| id |
int |
|
| changeDate |
string |
(Converted from DateTime Object, ISO 8601 format |
| fieldName |
string |
fieldName |
| user |
\api\UserBasic |
|
| newValue |
string |
|
| oldValue |
string |
|
| refId |
int |
|
| section |
string |
|