v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBFolders
List folders
Returns Cloud Analytics folders the current customer has access to. Folders are returned in id-ascending order.
get/analytics/v1/folders
Query parameters
maxResultsstring
The maximum number of results to return in a single page. Use the page tokens to iterate through the entire collection.
pageTokenstring
Page token, returned by a previous call, to request the next page of results
Response
OK - The request succeeded.
Example response
{
"folders": [
{
"parentFolderId": "root"
}
]
}