question

aira01 avatar image
aira01 asked

How to sort the list.

I tried to sort the list by sending the following command. nodes?filters=kind:FILE&sort=sort:["name ASC","contentProperties.size DESC"] But I failed. The following message is returned. {"message":"Invalid parameter sort:["name ASC","contentProperties.size DESC"]","logref":"b03218eb-d84a-11e4-877b-37d9b4e9688d"} How can I set the valid parameters?
amazon drive
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jamie Grossman avatar image
Jamie Grossman answered
Hi there, You are using sort=sort:["name ASC","contentProperties.size DESC”]. The correct use should be: sort=["name ASC","contentProperties.size DESC”]. The "sort:” is redundant. Hope this helps! Jamie
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.