Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

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

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

  • No labels