Confluence Questions REST ResourcesPUBLIC SINCE 2.3
by Atlassian for Confluence Server 5.3+
importAnswerJson
| Extends: | answerJson |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| questionId (long) | 0/1 | |
| author (string) | 0/1 | |
| votes (voteJson) | 0/unbounded | |
| accepted (boolean) | 1/1 | |
| comments (importCommentJson) | 0/unbounded | |
| dateAccepted (dateTime) | 0/1 | |
| bountyAwarded (boolean) | 1/1 | |
| bountyDateAwarded (dateTime) | 0/1 |
JSON
| property | type | description |
|---|---|---|
| questionId | questionId (long) | |
| author | author (string) | |
| votes | array of votes (voteJson) | |
| accepted | accepted (boolean) | |
| comments | array of comments (importCommentJson) | |
| dateAccepted | dateAccepted (dateTime) | |
| bountyAwarded | bountyAwarded (boolean) | |
| bountyDateAwarded | bountyDateAwarded (dateTime) |