Skip to main content
Get Blob Entity On Project

Headers

Accept-Language
string

Convert string references and multi-language values into a specified language (iso2) code.

SO-Language
string

Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.

SO-Culture
string

Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.

SO-TimeZone
string

Specify the timezone code that you would like date/time responses converted to.

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

ProjectId

GetBlobEntityOnProject: Gets the blob entity that represents the project image binary object.

ProjectId
integer<int32>

Response

OK

Carrier object for BlobEntity. Services for the BlobEntity Carrier is available from the BLOB Agent.

BlobId
integer<int32>

Primary key

BlobSize
integer<int32>

The length, in bytes, of the binary data AS STORED after any encryption and/or zipping. Important to get right, since some databases will not tell us just based on the blob itself!

Description
string

A description that is entered by the user, and visible to the user

ExtraInfo
string

Extra information, spare field, can be used for anything that makes sense. Should not refer to any particular context, that is something for the BinaryObjectLInk

IsEncrypted
boolean

Has the data been encrypted.

IsZipped
boolean

Has the data been zipped.

MimeType
string

Mime type, describing the technical type (image/jpeg) of the data

OriginalSize
integer<int32>

Original size of the binary data, before encryption and/or zipping. This is what the ultimate client will get

CreatedDate
string<date-time>

Registered when in UTC.

UpdatedDate
string<date-time>

Last updated when in UTC.

CreatedBy
object

Carrier object for Associate. Services for the Associate Carrier is available from the Associate Agent.

UpdatedBy
object

Carrier object for Associate. Services for the Associate Carrier is available from the Associate Agent.

ConceptualType
string

The type, for instance PHOTO, PERSONPHOTO, or whatever, that is descriptive of what kind of image or data this is

TableRight
object

Wraps a table right together with an explanatory reason. Code can indicate why access is restricted.

FieldProperties
object

Field property dictionary mapping field names to field access rights.