Image Service

OpenClient endpoint for retrieving and managing images

ResourceDescription
Delete imageDeletes the image with the given id
Get custom status level imageRetrieves a status level image with the given name.
Get imageReturns the image with the given id
Get status level imageRetrieves a status level image with the given name.
Upload image

Delete image

Deletes the image with the given id

DELETE http://domain:port/application_context/api/core/v2/images/{id}

Path Parameters

NameTypeDescriptionDefault Value
idlongthe system wide unique identifier for the image 

Response

TypeDescription
void

Get custom status level image

Retrieves a status level image with the given name. The returned response is the binary content of hte image.

GET http://domain:port/application_context/api/core/v2/images/status/c/{name}

Path Parameters

NameTypeDescriptionDefault Value
nameStringthe name of the image which is being retrieved. 

Response

TypeDescription
Responsethe binary content of the requested image.

Get image

Returns the image with the given id

GET http://domain:port/application_context/api/core/v2/images/{id}

Path Parameters

NameTypeDescriptionDefault Value
idlongthe system wide unique identifier for the image 

Response

TypeDescription
Responsethe image

Get status level image

Retrieves a status level image with the given name. The returned response is the binary content of hte image.

GET http://domain:port/application_context/api/core/v2/images/status/{name}

Path Parameters

NameTypeDescriptionDefault Value
nameStringthe name of the image which is being retrieved. 

Response

TypeDescription
Responsethe binary content of the requested image.

Upload image

POST http://domain:port/application_context/api/core/v2/images

Post Payload

NameTypeDescriptionDefault Value
bodyMultipartBody 

Response

TypeDescription
Response