Get replies by ID.
| name | type | description | default | constraints | multivalued |
|---|---|---|---|---|---|
| count | query | 100 | int | no | |
| description_format | query | The desired format for the reply descriptions. Can be "html" or "text". | text | no | |
| first | query | 0 | int | no | |
| id | query | The ID of a reply. Can be specified multiple times. | long | yes |
| media type | data type | description |
|---|---|---|
| application/json | SearchResultList (JSON) | A SearchResultList of ReplyBrief objects. |
| application/xml | searchResultList (XML) |
Delete the specified reply and its child replies.
| name | type | description | constraints |
|---|---|---|---|
| id | path | The ID of the folder entry. | long |
List the first level of replies to this reply.
| name | type | description | default | constraints |
|---|---|---|---|---|
| id | path | The ID of the reply. | long | |
| description_format | query | The desired format for the reply description in the response. Can be "html" or "text". | text |
| media type | data type | description |
|---|---|---|
| application/json | SearchResultList (JSON) | A SearchResultList of Reply objects. |
| application/xml | searchResultList (XML) |
Get a reply.
| name | type | description | default | constraints |
|---|---|---|---|---|
| id | path | The ID of the repy. | long | |
| description_format | query | The desired format for the reply description. Can be "html" or "text". | text | |
| include_attachments | query | Whether to include file attachment metadata in the response. | true | boolean |
| media type | data type |
|---|---|
| application/json | Reply (JSON) |
| application/xml | reply (XML) |
Add a reply to the specified reply.
| name | type | description | default | constraints |
|---|---|---|---|---|
| id | path | The ID of the reply. | long | |
| description_format | query | The desired format for the folder entry description in the response. Can be "html" or "text". | text |
| media type | data type | description |
|---|---|---|
| application/json | Reply (JSON) | The reply to add. The description text must be specified in the Reply object. The title is optional. |
| application/xml | reply (XML) |
| media type | data type | description |
|---|---|---|
| application/json | Reply (JSON) | The new Reply object. |
| application/xml | reply (XML) |
Update the reply.
| name | type | description | default | constraints |
|---|---|---|---|---|
| id | path | The ID of the reply. | long | |
| description_format | query | The desired format for the reply description in the response. Can be "html" or "text". | text |
| media type | data type | description |
|---|---|---|
| application/json | Reply (JSON) | The updated Reply object. |
| application/xml | reply (XML) |
| media type | data type | description |
|---|---|---|
| application/json | Reply (JSON) | The updated Reply object. |
| application/xml | reply (XML) |
Get a tree structure with all of the replies to this reply.
| name | type | description | default | constraints |
|---|---|---|---|---|
| id | path | The ID of the reply. | long | |
| description_format | query | The desired format for the reply descriptions in the response. Can be "html" or "text". | text |
| media type | data type | description |
|---|---|---|
| application/json | SearchResultTree (JSON) | A SearchResultTree of Reply objects. |
| application/xml | searchResultTree (XML) |