Skip to main content
GET
/
content
/
get-feed-filter-defaults
{
  "language": {
    "languageID": 123,
    "shortCode6391": "<string>",
    "title": "<string>",
    "originLanguageTitle": "<string>",
    "isRightToLeft": true,
    "compositionLine1": "<string>",
    "compositionLine2": "<string>",
    "placeholderLine1": "<string>",
    "placeholderLine2": "<string>"
  },
  "editions": [
    {
      "editionID": 123,
      "edition": "<string>",
      "defaultLanguageID": 123,
      "code": "<string>",
      "editionAbbrev": "<string>",
      "isHidden": true,
      "zoomLevelTypeCode": "<string>",
      "latitude": 123,
      "longitude": 123,
      "countries": [
        {
          "countryID": 123,
          "country": "<string>",
          "abbreviation": "<string>",
          "phonePrefix": "<string>",
          "flag": "<string>",
          "masks": [
            "<string>"
          ],
          "iSOCode": "<string>",
          "latitude": 123,
          "longitude": 123
        }
      ]
    }
  ],
  "categoryIDs": 123,
  "topicIDs": 123,
  "wordIDs": 123,
  "showIsms": true,
  "showStacks": true,
  "showChains": true,
  "showComments": true,
  "fromIsers": true,
  "fromAI": true,
  "displayModeReleaseID": 123,
  "displayModeRelease": "<string>",
  "displayModeReleaseDesc": "<string>",
  "DisplayModeReleaseIntroText": "<string>",
  "DisplayModeReleaseExplainerText": "<string>",
  "DisplayModeReleaseReleaseNotes": "<string>",
  "IsmListID": 123,
  "ExploreGroupID": 123,
  "DateFromUTC": "2023-11-07T05:31:56Z",
  "DateToUTC": "2023-11-07T05:31:56Z",
  "createdDate": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Response

Success

language
object
editions
object[] | null
categoryIDs
integer<int32> | null
topicIDs
integer<int32> | null
wordIDs
integer<int32> | null
showIsms
boolean | null
showStacks
boolean | null
showChains
boolean | null
showComments
boolean | null
fromIsers
boolean | null
fromAI
boolean | null
displayModeReleaseID
integer<int32> | null
displayModeRelease
string | null
displayModeReleaseDesc
string | null
DisplayModeReleaseIntroText
string | null
DisplayModeReleaseExplainerText
string | null
DisplayModeReleaseReleaseNotes
string | null
IsmListID
integer<int32> | null
ExploreGroupID
integer<int32> | null
DateFromUTC
string<date-time> | null
DateToUTC
string<date-time> | null
createdDate
string<date-time> | null