List Article Inline Attachments

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

Lists all the article's inline attachments.

Allowed for

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"article_attachments":[{"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"},{"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"}]}