Confluence · Example Payload

Confluence Cloud V2 Version Example

CollaborationContent ManagementDocumentationKnowledge BaseWiki

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

Top-level fields

createdAtmessagenumberminorEditauthorId

Example Payload

Raw ↑
{
  "createdAt": "example_value",
  "message": "example_value",
  "number": 10,
  "minorEdit": true,
  "authorId": "500123"
}