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>"
}Gets the created or altered image for this concat under the image genre of a specific display mode. Leave display mode null to get all display mode images for this concat.
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>"
}