Document toolboxDocument toolbox

Sorting

Sort is a comma-delimited ordered list of property names to sort by. Adding a - before the name switches to sorting in descending order (Eg:"LocationId,-Name")

If the same property is selected more than once, the first occurrence will only be taken into account.

Request example: https://localhost:8087/api/v1.0/infrastructure/locations?Sort=Id,-Name

Â