/configuration/imageExtensionConfig - Get image extensions

Returns a list of the image extensions (".png", ".jpg", etc.) configured in the CCMS.

Note:

This method is new in 6.3

End-point

GET /configuration/imageExtensionConfig

Possible response

HTTP statusDescription

200

The operation completed successfully

401

There is no session or the session is invalid

Response body

FieldTypeDescription

result

String[...]

List of the image extensions defined for the various image types in the CCMS multiimage.xml configuration

Note: The extensions always start with "." regardless of how they are defined in the configuration file.