Request

Response

    Inputs

    PaginationInput

    input

    Specifies how to split the response into multiple pages.


    Fields

    cursorSpecifies what page to fetch. If you don’t specify cursor, fetches the first page.
    limitThe maximum number of items to return in a page. The default value for limit varies from query to query.


    Where Used

    UsageUsed ByDescription
    Argument for Query hubs Retrieves all hubs that match the specified criteria. A Hub is a container of projects, shared resources, and users with a common context.
    Argument for Query projects Retrieves all projects that match the specified filter criteria from a specified hub.
    Argument for Query folders Retrieves all sub-folders within a specified folder that meet the filter criteria specified by the filter argument.