get_community_posts
Retrieve paginated community posts, filterable by author, space, course, or mentions, sorted by most recent first.
Instructions
🟢 READ-ONLY · Community · GET /v2/community/posts
Get community posts
Returns a list with all the posts of the school community. The post are in sorted order, with the most recently created post appearing first, and the list is paginated, with a default limit of 10 posts per page. To refine the list of posts, there are a number of query params outlined in the following section; In case more than one Query param is provided, then all of them will be applied (AND operator).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Filter by the page number. In case page number is higher than the maximum one, the results of last page will be returned | |
| user_id | No | Filter by the post author. Can be a unique identifier or email | |
| mentions | No | Filter by the unique identifier of the user a post mentions | |
| space_id | No | Filter by the unique identifier of the space in which the post was made | |
| course_id | No | Filter by the unique identifier of the course discussion the post was made | |
| items_per_page | No | Filter by the items per page number |