GetBase64Content Method
Obsolete. Get base64 content of an API Response.
Syntax
GetBase64Content(json: JsonObject; nodeName: Text; mimeType: Text; var base64String: Text)
Parameters
json
Type: JsonObject
API Response as JSON object.
nodeName
Type: Text
Name of the requested JSON node.
mimeType
Type: Text
Expected MIME-Type of the base64 String.
base64String
Type: Text
Requested key name as string.
Return Value
None
Remarks
Obsolete.Use MIME-Type from “bdev.API MIME Type” enum, instead of textual.