Skip to main content
Opigno Enterprise API provides an endpoint to get the list of all posts available for the current API user (created by the user themselves or by the users who are in the current user’s network). To get this data, getPostsFeed query should be called. Results will be returned with pagination, but without possibility to change the order. Query sorting key can be changed. Default sorting: pinned posts first, then descending by the creation time. The following arguments can be used in the query:
The query returns the list of the Post objects. Detailed description and the full list of available properties can be found here.