Get Fileshares
DescriptionGets all fileshares, belonging to the specified org. If org is not provided, it will use the org from the authentication context.
Request
URLURL
Query Parameters
Query Parameters
By default false, if true , the response will include sensitive data
Filter by orgId: non-super users can only query for their own orgIds
Page number to retrieve.
Search Criteria. Please see model definition for list of searchable fields.
search example
"id $eq id-1"
Size of each page.
Ascending/Descending. Format is property,{asc|desc} and default is ascending.
Authentication
Response
Response BodyResponse Body
200 OK
{
"empty": false,
"first": false,
"last": false,
"number": 4,
"numberOfElements": 10,
"size": 10,
"totalElements": 100,
"totalPages": 10
}
Schema for File share. Searchable fields are “id”, “name”, “path”, “providerInstanceId”, “deploymentProviderInstanceId”, “type”, “category”, “status”, “createdAt”, “updatedAt”
Whether Empty
Whether First Page
Whether Last Page
Current Page
Number of elements currently on this Page
Max size of the current Page
Total Number of elements
Total Pages
Errors
Unauthorized
Forbidden
Not Found