Returns the central concat feed, used on the home page and elsewhere. This endpoint allows clients to retrieve different versions of the feed based on the provided parameters. filterMode parameter: (string)
Default: The normal feed, accepting and applying any of the other optional parameters.Trending: The trending feed; also accepts other optional parameters. Note: Datetime constraints apply to the moment the ism was plus-ism’d, not when the ism was created.IserCategories: Constrains the feed to only concats within categories that this iser had designated at the time of their signup, or in their profile settings.IserAuthored: Constrains the feed to only concats that this iser had authored.IserCommented: Constrains the feed to only comment concats that this iser had authored.OthersCommented: Constrains the feed to only comments that other isers have authored against the isers passed in.IserChained: Constrains the feed to only chain concats that this iser had authored.OthersChained: Constrains the feed to only concats that others have authored which are chains to concats by the list of isers passed in.IserPlusIsmd: Constrains the feed to only concats that this iser has plus-ism’d.OthersPlusIsmd: Constrains the feed to only the concats that others have plus ism’d, authored by this iser.IsmList: Constrains the feed to only the concats that were assigned under a specific concat list ID.sourceType parameter: (string)
(null): Not specified, so it does not filter the isms it returns based on this parameter.Isers: Only returns isms created by real humans, also called isers.AI: Only returns isms created by artificial intelligence, based on news articles and a variety of other supplemental content sources.contentType parameter: (string)
(null): Not specified, so it does not filter the isms it returns based on this parameter.isms: Only returns isms.stacks: Only returns stacks.chains: Only returns chains.isms,chains: Only returns isms and chains.isms,stacks: Only returns isms and stacks.chains,stacks: Only returns chains and stacks.iserHandle parameter: (string)
(null): Not specified, (default), will not filter on items based on the iser handle passed-in.(string value): The @handle of the iser to filter isms by. Filters based on any iser handle. Applies for specific FilterModes [IserCategories, IserAuthored, IserPlusIsmd, OthersPlusIsmd]displayModeReleaseID parameter: (int)
(null): Not specified, (default), so it does not apply any treatments to the isms it returns based on this parameter.(integer ID of the display mode release): Applies treatments based on this display mode release ID passed-in.searchText parameter: (string)
(null): Not specified, so it does not filter the isms it returns based on this parameter.(string value): Filters isms based on the string of text passed-in. Can be any text, but keep in mind it matches this against the ism text based on the LanguageID passed in.performance parameter: (string) Comma-delimited list of performance parameters, one from each group, across 3 groups. Example: ‘LowestClickedIsms,LowestNumberOfPlusIsms,ShowOriginalsAndPlusIsms’
LowestClickedIsms or HighestClickedIsms: The lowest|highest 25% of isms clicked.LowestNumberOfPlusIsms or HighestNumberOfPlusIsms: The lowest|highest 25% of plus-isms.JustShowOriginals or JustShowPlusIsms or ShowOriginalsAndPlusIsms: Whether to return originals, plus-isms, or both.The access token received from the authorization server in the OAuth 2.0 flow.