Journal des modifications
Release 8.1
RDTP-15326
What's New
GET /subscribers/mine/userActionLogs/export
RDTP-25916
What's Changed
GET /subscribers/mine/userActionLogs/export
Parameters:
Added: from in query
Returns user action logs with a timestamp >= from (inclusive).
Added: to in query
Returns user action logs with a timestamp <= to (inclusive).
Changed: action in query
Cannot be set if
objectTypeorobjectIDis set. Multipleactionquery parameters can be encoded in the URI.
Changed: objectType in query
Cannot be set if
actionorobjectIDis set.
Changed: objectID in query
Cannot be set if
actionorobjectTypeis set.
Changed: userLogin in query
Only supported when
actionis set.
Release 8.0
Initial release