Queries
/folders
folders
Get a collection of folders. Note: This query won't return folders from closed workspaces to which you are not subscribed
Arguments
ids
[ID!]
Required
A list of folders unique identifiers.limit
Int
Defaults: 25
Number of items to get, the default is 25.page
Int
Defaults: 1
Page number to get, starting at 1.workspace_ids
[ID]
A list of workspace unique identifiers to filter folders by workspaces. (pass null to include Main Workspace)
Returns
- Get a collection of folders. Note: This query won't return folders from closed workspaces to which you are not subscribed
query folders($ids: [ID!]) { folders(ids: $ids) { # folders fields } }
Built with