GET data/image/{name}/{section}/{fieldId}/{recordId}
Gets an image as a base64 string.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/data/image/{name}/{section}/{fieldId}/{recordId}?share={share}
URI Parameters
Name | Description | Type | Additional 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.
stringResponse 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>