Confluence Questions REST ResourcesPUBLIC SINCE 2.3
by Atlassian for Confluence Server 5.3+
importQuestionJson element
| Type: | importQuestionJson |
Example JSON
{
"id" : ...,
"author" : "...",
"votes" : [ {
"targetId" : ...,
"author" : "...",
"type" : "...",
"creationDate" : "..."
}, ... ],
"answers" : [ {
"questionId" : ...,
"author" : "...",
"votes" : [ {
"targetId" : ...,
"author" : "...",
"type" : "...",
"creationDate" : "..."
}, ... ],
"accepted" : false,
"comments" : [ {
"targetId" : ...,
"author" : "...",
"body" : "...",
"dateCommented" : "..."
}, ... ],
"dateAccepted" : "...",
"bountyAwarded" : false,
"bountyDateAwarded" : "...",
"body" : "...",
"draftId" : ...,
"dateAnswered" : "..."
}, ... ],
"comments" : [ {
"targetId" : ...,
"author" : "...",
"body" : "...",
"dateCommented" : "..."
}, ... ],
"bounty" : {
"answerId" : ...,
"creator" : "...",
"awarder" : "...",
"awardee" : "...",
"creationDate" : "...",
"dateAwarded" : "...",
"questionId" : ...,
"points" : ...
},
"spaceKey" : "...",
"title" : "...",
"body" : "...",
"topics" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"featured" : false
}, ... ],
"dateAsked" : "..."
}