Confluence v2 Attachment endpoints.
Confluence v2 Attachment endpoints.
(delete-attachment client id)(delete-attachment client id opts)Delete attachment. DELETE /wiki/api/v2/attachments/{id} Path params: id (integer) — the ID of the attachment to delete. Query opts: purge (boolean).
Delete attachment. DELETE /wiki/api/v2/attachments/{id}
Path params: id (integer) — the ID of the attachment to delete.
Query opts: purge (boolean).(get-attachment-by-id client id)(get-attachment-by-id client id opts)Get attachment by id. GET /wiki/api/v2/attachments/{id} Path params: id (string) — the ID of the attachment. Query opts: version, include-labels, include-properties, include-operations, include-versions, include-version, include-collaborators.
Get attachment by id. GET /wiki/api/v2/attachments/{id}
Path params: id (string) — the ID of the attachment.
Query opts: version, include-labels, include-properties, include-operations,
include-versions, include-version, include-collaborators.(get-attachment-thumbnail-by-id client id)(get-attachment-thumbnail-by-id client id opts)Download attachment thumbnail by id. GET /wiki/api/v2/attachments/{id}/thumbnail/download Path params: id (string) — the ID of the attachment. Query opts: version, height, width.
Download attachment thumbnail by id. GET /wiki/api/v2/attachments/{id}/thumbnail/download
Path params: id (string) — the ID of the attachment.
Query opts: version, height, width.(get-attachments client)(get-attachments client opts)Get attachments. GET /wiki/api/v2/attachments Query opts: sort, cursor, status, mediaType, filename, limit.
Get attachments. GET /wiki/api/v2/attachments Query opts: sort, cursor, status, mediaType, filename, limit.
(get-blogpost-attachments client id)(get-blogpost-attachments client id opts)Get attachments for blog post. GET /wiki/api/v2/blogposts/{id}/attachments Path params: id (integer) — the ID of the blog post. Query opts: sort, cursor, status, mediaType, filename, limit.
Get attachments for blog post. GET /wiki/api/v2/blogposts/{id}/attachments
Path params: id (integer) — the ID of the blog post.
Query opts: sort, cursor, status, mediaType, filename, limit.(get-custom-content-attachments client id)(get-custom-content-attachments client id opts)Get attachments for custom content. GET /wiki/api/v2/custom-content/{id}/attachments Path params: id (integer) — the ID of the custom content. Query opts: sort, cursor, status, mediaType, filename, limit.
Get attachments for custom content. GET /wiki/api/v2/custom-content/{id}/attachments
Path params: id (integer) — the ID of the custom content.
Query opts: sort, cursor, status, mediaType, filename, limit.(get-label-attachments client id)(get-label-attachments client id opts)Get attachments for label. GET /wiki/api/v2/labels/{id}/attachments Path params: id (integer) — the ID of the label. Query opts: sort, cursor, limit.
Get attachments for label. GET /wiki/api/v2/labels/{id}/attachments
Path params: id (integer) — the ID of the label.
Query opts: sort, cursor, limit.(get-page-attachments client id)(get-page-attachments client id opts)Get attachments for page. GET /wiki/api/v2/pages/{id}/attachments Path params: id (integer) — the ID of the page. Query opts: sort, cursor, status, mediaType, filename, limit.
Get attachments for page. GET /wiki/api/v2/pages/{id}/attachments
Path params: id (integer) — the ID of the page.
Query opts: sort, cursor, status, mediaType, filename, limit.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |