ArticleAttachments
Show Acticle Attachment in Zendesk.
Columns
Name | Type | References | Description |
Id [KEY] | Long | Assigned ID when the article attachment is created | |
ArticleId | Long |
Articles.Id | The associated article, if present |
ContentType | String | The file type. Example: image/png | |
ContentUrl | String | URL where the attachment file can be downloaded | |
CreatedAt | String | The time the article attachment was created | |
DisplayFileName | String | display_file_name | |
FileName | String | The file name | |
Inline | Boolean | The attached file is shown in the admin interface for inline attachments. Its URL can be referenced in the article's HTML body. Inline attachments are image files directly embedded in the article body. If false, the attachment is listed in the list of attachments. The default value is false. | |
RelativePath | String | relative_path | |
Size | Integer | The attachment file size in bytes | |
UpdatedAt | String | The time the article attachment was last updated | |
Url | String | The URL of the article attachment | |
AttachmentsResponse | String | Content of the attachments |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description | |
Locale | String | The locale that the article attachments is being displayed in | |
IsInline | Boolean | The locale that the article attachments is being displayed in | |
Base64EncodedResponse | Boolean | Raw response gets converted into base64encoded
The default value is true. |