Get feedsAsk AIget https://platform.{env}.simpplr.com/v1/rfeed/feedsThis API allows you to retrieve all feedsQuery ParamsnextPageTokenstringrequiredToken for pagination. For initial request, send empty string "" For subsequent requests, use the nextPageToken returned as integer from previous response sizestringrequiredThe number of feeds to return per pagesortBystringenumDefaults to createdAtcreatedAtlastActivityAtpreferenceAllowed:createdAtlastActivityAtpreferencefilterstringenumDefaults to allThe filter to apply to the feedsalliFollowpreferenceaskedByMevotedByMefavouritedtoMeduplicateunansweredansweredByMeansweredAndApprovedShow 11 enum valuesfeedContextstringenumDefaults to homeThe context of the feeds. When set to "site", siteId parameter is required When set to "content", both siteId and contentId parameters are required homesitecontentAllowed:homesitecontenttypestringenumThe type of feed to returnpostpostquestionAllowed:postquestionsiteIdstringThe ID of the site. Required when feedContext is "site" or "content"contentIdstringThe ID of the content. Required when feedContext is "content"feedIdsstringThe IDs of the feeds to return (send comma-separated list of feed IDs without spaces)exemptFeedIdsstringThe IDs of the feeds to exempt from the search (send comma-separated list of feed IDs without spaces)isSearchForMarkDuplicatebooleanWhether to search for mark duplicate feeds(questions)falsetruefalseResponses 200Success 400Error 401Authorize error 403Forbidden errorUpdated 4 months ago