Skip to main content
POST
/
concat
/
feed
Returns the central concat feed, used on the home page and elsewhere.
curl --request POST \
  --url https://api.example.com/concat/feed \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dateFromUTC": "2023-01-01T00:00:00",
  "dateToUTC": null,
  "languageID": 1,
  "editionIDs": null,
  "countryIDs": null,
  "categoryIDs": null,
  "filterMode": "Default/Trending/IserCategories/IserAuthored/IserCommented/OthersCommented/IserChained/OthersChained/IserPlusIsmd/OthersPlusIsmd/IsmList/ExploreGroup",
  "stackIDs": null,
  "performance": "LowestClickedIsms|HighestClickedIsms,LowestNumberOfPlusIsms|HighestNumberOfPlusIsms,ShowOriginalsAndPlusIsms|JustShowOriginals|JustShowPlusIsms",
  "topicIDs": null,
  "wordIDs": null,
  "iserHandles": null,
  "ismListID": null,
  "exploreGroupID": null,
  "sourceType": "AI/Iser/(or null)",
  "searchText": null,
  "contentTypeIDs": null,
  "displayModeReleaseID": null,
  "isFlagged": null,
  "isHidden": null,
  "isSuggestedFlagged": null,
  "isOriginal": null,
  "orderBy": "MostRecent|MostPlusIsms",
  "calendarPeriodTypeID": null,
  "constrainToHasMedia": null,
  "page": 1,
  "pageSize": 10
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
dateFromUTC
string<date-time> | null
default:2023-01-01T00:00:00
dateToUTC
string<date-time> | null
languageID
integer<int32>
default:1
editionIDs
integer<int32>[] | null
countryIDs
integer<int32>[] | null
categoryIDs
integer<int32>[] | null
filterMode
string | null
default:Default/Trending/IserCategories/IserAuthored/IserCommented/OthersCommented/IserChained/OthersChained/IserPlusIsmd/OthersPlusIsmd/IsmList/ExploreGroup
stackIDs
integer<int32>[] | null
performance
string | null
default:LowestClickedIsms|HighestClickedIsms,LowestNumberOfPlusIsms|HighestNumberOfPlusIsms,ShowOriginalsAndPlusIsms|JustShowOriginals|JustShowPlusIsms
topicIDs
integer<int32>[] | null
wordIDs
integer<int32>[] | null
iserHandles
string[] | null
ismListID
integer<int32> | null
exploreGroupID
integer<int32> | null
sourceType
string | null
default:AI/Iser/(or null)
searchText
string | null
contentTypeIDs
string | null
displayModeReleaseID
integer<int32> | null
isFlagged
boolean | null
isHidden
boolean | null
isSuggestedFlagged
boolean | null
isOriginal
boolean | null
orderBy
string | null
default:MostRecent|MostPlusIsms
calendarPeriodTypeID
integer<int32> | null
constrainToHasMedia
boolean | null
page
integer<int32>
default:1
pageSize
integer<int32>
default:10

Response

Success

success
boolean
data
unknown