GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

EmailContentGetPublishedArticlesInput

Input for getting Published articles with pagination of default page size 10

Fields

  • globalAccountId

    ID
    Required

    Sub account Global account ID. Must match the authenticated token's account claim. Required for authorization and data scoping.

  • first

    Int
    Optional

    Number of articles to return per page. Defaults to 10, maximum 10. Server enforces the 10-item cap to maintain consistent payload sizes.

  • after

    String
    Optional

    Pagination cursor from pageInfo.endCursor of the previous response. Omit or pass null to fetch the first page.

  • languages
    List

    Locale
    Optional

    Optional array of BCP-47 locale codes to filter article content. When null or empty, returns all available locales for each article.

  • Optional

    Optional date range filter for published articles.