Get file attributes for a filesystem

This API allows fetching of multiple file attributes with filtering and pagination. The fs_id query parameter is required.

Query Params
integer
required

Unique identifier of the filesystem

uuid

Unique identifier of a file within the filesystem

integer

filter by id of the object

string

filter by object name

string

filter by object name case insensitive exact match

string

filter by object name containing the given string

string

filter by object name containing the given string, case insensitive match

string

filter by object name starting with the given string

string

filter by object name starting with the given string, case insensitive match

string

filter by object name ending with the given string

string

filter by object name ending with the given string, case insensitive match

integer

filter by id greater than a value

integer

filter by id greater than or equal to a value

integer

filter by id lesser than a value

integer

filter by id lesser than or equal to a value

integer
Defaults to 100

Specifies the number of objects to be fetched in one paginated request. Response may have a X-Next-Page URL parameter in the header to fetch next set of objects or page

integer
Defaults to 0

Specifies the number of objects to be skipped in one request. Used together with Limit parameter to fetch paginated requests. This is automatically set in X-Next-Page response header if present

string
enum

Ordering of objects by id and name

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json