Skip to main content
POST
/
iser
/
displaymode
/
releases
Gets display mode releases authored by the current iser.
curl --request POST \
  --url https://api.example.com/iser/displaymode/releases \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "languageID": 1,
  "displayModeIDs": null,
  "displayModeReleaseIDs": null,
  "searchText": null,
  "editionIDs": null,
  "categoryIDs": null,
  "submittableStatusTypeIDs": null,
  "orderBy": null,
  "fieldName": null,
  "isFeatured": null,
  "isTrending": null,
  "isPopular": 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
languageID
integer<int32>
default:1
displayModeIDs
integer<int32>[] | null
displayModeReleaseIDs
integer<int32>[] | null
searchText
string | null
editionIDs
integer<int32>[] | null
categoryIDs
integer<int32>[] | null
submittableStatusTypeIDs
integer<int32>[] | null
orderBy
string | null
fieldName
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