Skip to main content
Get Attachment Preview

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

AttachmentId

GetAttachmentPreview: Retrieve an attachment from ticket message. The returned data is intended to be used for a preview. The returned data is sanitized.

AttachmentId
integer<int32>

Response

OK

Service attachment data intended for preview purposes Carrier object for AttachmentPreview. Services for the AttachmentPreview Carrier is available from the Ticket Agent.

Name
string

Name of the attachment file

MimeType
string

The mimetype of the attachment

Size
integer<int32>

Size of the attachment in bytes

Content
string<byte>

Attachment data

EmailSubject
string

Subject of the attached RFC822 email. Null for non-RFC822 attachment

EmailFrom
string

From field of the attached RFC822 email. Null for non-RFC822 attachment

EmailTo
string

To field of the attached RFC822 email. Null for non-RFC822 attachment

EmailCc
string

Cc field of the attached RFC822 email. Null for non-RFC822 attachment

EmailDate
string<date-time>

Date of the attached RFC822 email. Default DateTime value for non-RFC822 attachment

EmailAttachmentsInfo
object[]

The attachments inside the attached RFC822 email. Empty array for non-RFC822 attachment

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.