ReplyResource Resource

GET /replies

Request Parameters
name type description default constraints
count query 100 int
description_format query text  
first query 0 int
id query   long
Response Body
media type data type
application/json SearchResultList (JSON)
application/xml searchResultList (XML)

GET /replies/{id}

Request Parameters
name type description default constraints
id path   long
description_format query text  
include_attachments query true boolean
Response Body
media type data type
application/json Reply (JSON)
application/xml reply (XML)

PUT /replies/{id}

Request Parameters
name type description default constraints
id path   long
description_format query text  
Request Body
media type data type
application/json Reply (JSON)
application/xml reply (XML)
Response Body
media type data type
application/json Reply (JSON)
application/xml reply (XML)

DELETE /replies/{id}

Request Parameters
name type description default constraints
id path   long
purge query false boolean
version query   int

GET /replies/{id}/reply_tree

Request Parameters
name type description default constraints
id path   long
description_format query text  
Response Body
media type data type
application/json SearchResultTree (JSON)
application/xml searchResultTree (XML)

GET /replies/{id}

Request Parameters
name type description default constraints
id path   long
description_format query text  
Response Body
media type data type
application/json SearchResultList (JSON)
application/xml searchResultList (XML)

POST /replies/{id}

Request Parameters
name type description default constraints
id path   long
description_format query text  
Request Body
media type data type
application/json Reply (JSON)
application/xml reply (XML)
Response Body
media type data type
application/json Reply (JSON)
application/xml reply (XML)

GET /replies/{id}/tags

Request Parameters
name type description constraints
id path long
Response Body
media type data type
application/json SearchResultList (JSON)
application/xml searchResultList (XML)

POST /replies/{id}/tags

Request Parameters
name type description constraints
id path long
Request Body
media type data type
application/json Tag (JSON)
application/xml tag (XML)
Response Body
media type data type
application/json SearchResultList (JSON)
application/xml searchResultList (XML)

DELETE /replies/{id}/tags

Request Parameters
name type description constraints
id path long

GET /replies/{id}/tags/{tagId}

Request Parameters
name type description constraints
id path long
tagId path  
Response Body
media type data type
application/json Tag (JSON)
application/xml tag (XML)

DELETE /replies/{id}/tags/{tagId}

Request Parameters
name type description constraints
id path long
tagId path  

GET /replies/{id}/ancestry

Request Parameters
name type description constraints
id path long
Response Body
media type data type
application/json array of BinderBrief (JSON)
application/xml list of binderBrief (XML)

GET /replies/{id}/attachments

Request Parameters
name type description constraints
id path long
Response Body
media type data type
application/json SearchResultList (JSON)
application/xml searchResultList (XML)

POST /replies/{id}/attachments

Request Parameters
name type description constraints
id path long
data_name query  
file_name query  
md5 query  
mod_date query  
Response Body
media type data type
application/json FileProperties (JSON)
application/xml fileProperties (XML)

POST /replies/{id}/attachments

Request Parameters
name type description constraints
id path long
data_name query  
file_name query  
md5 query  
mod_date query  
Response Body
media type data type
application/json FileProperties (JSON)
application/xml fileProperties (XML)

POST /replies/{id}/attachments

Request Parameters
name type description
id path
Response Body
media type data type
application/json FileProperties (JSON)
application/xml fileProperties (XML)