Skip to main content
POST
/
displaymode
/
images
/
all
Gets the created or altered image for this concat under the image genre of a specific display mode.
curl --request POST \
  --url https://api.example.com/displaymode/images/all \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "displayModeIDs": null,
  "languageID": 123,
  "concatCode": 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
displayModeIDs
string | null
languageID
integer<int32>
concatCode
string<uuid>

Response

Success

success
boolean
data
unknown