Skip to main content
POST
/
public
/
displaymode
/
filter
Public version of gets display modes based on filters.
curl --request POST \
  --url https://api.example.com/public/displaymode/filter \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "publicSessionToken": "<string>",
  "displayModeIDs": null,
  "languageID": 1,
  "searchText": null,
  "authorIserIDs": null,
  "editionIDs": null,
  "categoryIDs": null,
  "submittableStatusTypeIDs": null,
  "orderBy": null,
  "fieldName": null,
  "isFeatured": null,
  "isTrending": null,
  "homepageURL": null,
  "page": 1,
  "pageSize": 10,
  "fromDate": null,
  "toDate": null
}
'
{
  "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
publicSessionToken
string | null
displayModeIDs
integer<int32>[] | null
languageID
integer<int32>
default:1
searchText
string | null
authorIserIDs
integer<int32>[] | null
editionIDs
integer<int32>[] | null
categoryIDs
integer<int32>[] | null
submittableStatusTypeIDs
integer<int32>[] | null
orderBy
string | null
fieldName
string | null
homepageURL
string | null
page
integer<int32>
default:1
pageSize
integer<int32>
default:10
fromDate
string<date-time> | null
toDate
string<date-time> | null

Response

Success

success
boolean
data
unknown