GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

NotessaContentGetFoldersInput

Input for getting folders for an account

Fields

  • activeAccountId

    ID
    Required

    Account ID of the user's currently active account. This should be the globalAccountID (e.g., "208020"), not a UUID.

  • folderNameFilter

    String
    Optional

    Optional filter to search for folders by name. Returns folders whose names contain this string (case-insensitive).

  • Optional

    Optional filter to search for folders by type. Filters folders based on their associated type.

    • EMAIL
    • EVENT
    • NONE
  • page

    Int
    Optional

    Page number for pagination. Default 1

  • pageSize

    Int
    Optional

    Page size for pagination. Default 20