Communications

Communications

APIs for content creation and management such as email, templates, mobile/feed posts, delivery, and more.

Get Employee Feed GroupsQuery

Get all feed groups for an employee For operational reasons a max page size limit of 50 groups is set for pagination. If first or last are not set, then the following rules apply: - If before is set, then the last 50 groups are returned - In all other cases the first 50 groups are returned Note that archived groups are not returned as part of this operation

Request Parameters

  • first

    Int
    Optional

    Used for pagination to specify the number of items returned, should not be used in conjuction with last

  • last

    Int
    Optional

    Used for pagination to specify the number of items returned, should not be used in conjunction with first

  • before

    String
    Optional

    Used for pagination to get the previous page of data before the specified cursor

  • after

    String
    Optional

    Used for pagination to get the next page of data after the specified cursor

  • Sort the list of groups returned