GET /archive_files results sort order request

Description: When calling the GET /archive_files the result should be sorted by the query_data_type.

For instance, if the value for query_data_type is ‘archive_complete_time’, then the results would be sorted by archive complete time.

Reason: When onboarding archiving customers there is often the need to load past meetings into the archive. These requests are often for weeks (if the customer is archiving for that long). For a large organization, this may result in hundreds of thousands of meetings.

If the results are sorted and for some reason the processing of archived meetings is interrupted, then the process can resume where it left off, as the sort order guarantees that all previous meeting have been processed.