Confluence · Example Payload

Confluence Cloud V2 Attachment Example

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Confluence Cloud V2 Attachment Example is an example object payload from Confluence, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstatustitlemediaTypemediaTypeDescriptioncommentfileSizewebuiLinkdownloadLinkpageIdblogPostId

Example Payload

Raw ↑
{
  "id": "abc123",
  "status": "example_value",
  "title": "Example Title",
  "mediaType": "example_value",
  "mediaTypeDescription": "example_value",
  "comment": "example_value",
  "fileSize": 10,
  "webuiLink": "example_value",
  "downloadLink": "example_value",
  "pageId": "500123",
  "blogPostId": "500123"
}