an object with query parameters
OptionalallowInternalFiles?: booleanIf set to false, do not return data files with internal extensions else return all the data files.
OptionaldeleteEndDate?: stringIf specified, the returned list will only include data files and folders that have been deleted prior to the specified date (inclusive).
OptionaldeleteStartDate?: stringIf specified, the returned list will only include data files and folders that have been deleted since the specified date (inclusive).
OptionalincludeFolders?: booleanOptionallimit?: numberOptionalpage?: stringOptionalsort?: GetDataFileDeleteRecordsSortFieldThe name of the field used to sort the result. By default, the sort order is ascending. Putting a '+' prefix on the sort field name explicitly indicates ascending sort order. A '-' prefix indicates a descending sort order.
Optionaloptions: ApiCallOptions
Use this operation to retrieve records of data files and folders deleted within a given time range, across all spaces in the tenant. Use
deleteStartDateanddeleteEndDateto constrain the results to a specific window. This operation requires elevated service-to-service privileges.