BlobData
Queryable, Introduced in version 22.5
GET https://localhost:8001/sv/001.1/api/v1/Common/BlobData
A container for blob data.
GUID
0A07B09A-03F9-4AC2-908A-523A4BE9C770
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the blob data. |
|
MediaType | Int32 | The media type of the blob data.
|
|
MediaSubType | String | The media subtype of the blob data.
|
|
Value | String | The value of the blob data, represented as a Base64 string. |
Example
{
"Id": 0,
"MediaType": 0,
"MediaSubType": null,
"Value": null
}