Confluence · Example Payload

Confluence Cloud V2 Comment Example

CollaborationContent ManagementDocumentationKnowledge BaseWiki

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

Top-level fields

idstatustitleblogPostIdpageIdparentCommentIdauthorIdcreatedAtresolutionStatus

Example Payload

Raw ↑
{
  "id": "abc123",
  "status": "example_value",
  "title": "Example Title",
  "blogPostId": "500123",
  "pageId": "500123",
  "parentCommentId": "500123",
  "authorId": "500123",
  "createdAt": "example_value",
  "resolutionStatus": "example_value"
}