Insights Hub How to sort files using IoT File Service API

2021-06-11T08:03:48Z
APIs & Services

Summary


Details

You want to sort file in descending or ascending order by using the following API:

/iotfile/v3/files/ 

Solution

You can sort the files in descending or ascending order by using the below API request:

/api/iotfile/v3/files/[asset id]?order=name desc

/api/iotfile/v3/files/[asset id]?order=name asc

Note: You need to replace [asset id] with the actual asset ID.

Notes

KB Article ID# PL8548506

Contents

SummaryDetails

Associated Components

IoT File Service