GET data/image/{name}/{section}/{fieldId}/{recordId}

Gets an image as a base64 string.

Request Information

URI

https://ofd-api.blueprintcpq.net/data/image/{name}/{section}/{fieldId}/{recordId}?share={share}

URI Parameters

NameDescriptionTypeAdditional information
name

Page name.

string

Required

section

Section Name or Id.

string

Required

fieldId

Identifier for the field.

globally unique identifier

Required

recordId

Record Identifier.

string

Required

share

Optional share identifier.

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

The image as a base64 string.

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>