Breaking change in GET /files endpoint

Effective from: January 4, 2021


What will change?

We are going to change the definition of the sort parameter of GET /files endpoint. We’re going to allow sorting by 2 columns only ( id , update_time ) and restrict sorting by more than 1 column at the same time (e.g. field_name_1 ASC, field_name_2 DESC won’t work anymore).

Who is affected?

Anyone doing queries to GET /files using sorting by file_type.


See full the changelog post here.

Hello, @Lev_Blum

Could you please describe what exactly has changed for you when using GET /files? Then it will become more clear for our developers to look into this.

@Lev_Blum did the suggestion our support gave you to use pagination from 0 and 1001 to list the missing files help?

Thank you Riin. Conversation with you has helped.