/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 status | Description |
---|---|
200 |
The operation completed successfully |
401 |
There is no session or the session is invalid |
Response body
Field | Type | Description |
---|---|---|
|
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.
|