GET configurator/image/{id}

Gets a base64 encoded image.

Request Information

URI

https://ofd-api.blueprintcpq.net/configurator/image/{id}?width={width}&height={height}

URI Parameters

NameDescriptionTypeAdditional information
id

The identifier.

globally unique identifier

Required

width

The (optional) width.

integer

None.

height

The (optional) height.

integer

None.

Body Parameters

None.

Response Information

Resource Description

The image base64 encoded.

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>