List all folders having write premission
GET {{baseUrl}}/accessTokenPermissions?page=0&size=10
List all folders having write permission. This API can be accessed by tenant admin, to list all write permission folders including of subtenants. Subtenant can access this API, to get list write permission folders owned by subtenant.
Limitations
*Size parameter value should not be more than 1000.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Specifies the requested page index | |
size | number | Specifies the number of elements in a page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"accessTokenPermissions":[{"id":"ut magna","path":"/myfolder1/myfolder2","subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4","permission":"WRITE","created":"2019-11-12T13:36:00.000Z"},{"id":"cupidat","path":"/myfolder1/myfolder2","subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4","permission":"WRITE","created":"2019-11-12T13:36:00.000Z"}],"page":{"size":-83757229,"totalElements":48728733,"totalPages":-43151247,"number":-57332635}}