List Article Attachments

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

Lists all the article's attachments.

Note: By default the pagination returns the maximum attachments per page, which is 100.

Allowed for

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

Pagination

  • Cursor pagination (recommended)
  • Offset pagination

See Pagination.

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"}]}