Confluence Questions REST ResourcesPUBLIC SINCE 2.3
by Atlassian for Confluence Server 5.3+
questionDTO
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| dateAsked (dateTime) | 0/1 | |
| votes (votesDTO) | 0/1 | |
| comments (commentDTO) | 0/unbounded | |
| topics (topicDTO) | 0/unbounded | |
| id (long) | 1/1 | |
| space (spaceDTO) | 0/1 | |
| friendlyDateAsked (string) | 0/1 | |
| body (formattedBodyDTO) | 0/1 | |
| url (string) | 0/1 | |
| isTrashed (boolean) | 1/1 | |
| answers (answerDTO) | 0/unbounded | |
| answersCount (int) | 1/1 | |
| acceptedAnswerId (long) | 0/1 | |
| title (string) | 0/1 | |
| author (userDTO) | 0/1 |
JSON
| property | type | description |
|---|---|---|
| dateAsked | dateAsked (dateTime) | |
| votes | votes (votesDTO) | |
| comments | array of comments (commentDTO) | |
| topics | array of topics (topicDTO) | |
| id | id (long) | |
| space | space (spaceDTO) | |
| friendlyDateAsked | friendlyDateAsked (string) | |
| body | body (formattedBodyDTO) | |
| url | url (string) | |
| isTrashed | isTrashed (boolean) | |
| answers | array of answers (answerDTO) | |
| answersCount | answersCount (int) | |
| acceptedAnswerId | acceptedAnswerId (long) | |
| title | title (string) | |
| author | author (userDTO) |