Show Article Attachment

GET {{baseUrl}}/api/v2/help_center/articles/:article_id/attachments/:article_attachment_id

Shows the properties of the specified attachment.

Note: Omit {/article_id} to access unassociated article attachments.

Allowed for

  • Agents
  • End users, as long as they can view the associated article

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"article_attachment":{"article_id":"\u003cinteger\u003e","content_type":"\u003cstring\u003e","content_url":"\u003cstring\u003e","created_at":"\u003cstring\u003e","file_name":"\u003cstring\u003e","id":"\u003cinteger\u003e","inline":"\u003cboolean\u003e","size":"\u003cinteger\u003e","updated_at":"\u003cstring\u003e","url":"\u003cstring\u003e"}}