Sorting

Name

Value

sortField

Refer to the Resource description for available values.

sortOrder

ASC = ascending sort order (Default)

DESC = descending sort order


Supported Resources

· ContainerContents (file-list)

– /v2/containers/<oid>/contents


Example

https://api.example.com/v2/path-to-resource/contents?sortOrder=DESC&sortField=name

Pagination

Name

Value

start

Starting point to return.

count

Number of items to return from the start value.


Supported Resources

· ContainerContents (file-list)

– /v2/containers/<oid>/contents


Example

https://api.example.com/v2/containers/<oid>/contents?start=0&count=50

This example retrieves 50 items starting from zero (0) if there are 50 retrievable items; otherwise, only the available items (if less) are retrieved.