enumerate Published Files By User Action
fun enumeratePublishedFilesByUserAction(details: EnumerationUserDetails): AsyncJobSingle<UserActionPublishedFilesCallback>
Enumerates the list of published files for the current logged-in user based on user action. Results are returned in a UserActionPublishedFilesCallback. The returned AsyncJobSingle can also be awaited to retrieve the callback result.
Return
The Job ID of the request. This can be used to find the appropriate UserActionPublishedFilesCallback.
Parameters
details
The specific details of the request.