FolderEntryResource Resource

GET /folder_entries

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)

POST /folder_entries/legacy_query

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

GET /folder_entries/operations

Response Body
media type data type
application/json SearchResultList (JSON)
application/xml searchResultList (XML)

GET /folder_entries/operations/{name}

Request Parameters
name type description
name path
Response Body
media type data type
application/json Operation (JSON)
application/xml operation (XML)

GET /folder_entries/operations/{name}/permissions

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

GET /folder_entries/{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 FolderEntry (JSON)
application/xml folderEntry (XML)

PUT /folder_entries/{id}

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

POST /folder_entries/{id}

Request Parameters
name type description default constraints
description_format form text  
synchronize form   boolean
id path   long
Response Body
media type data type
application/json FolderEntry (JSON)
application/xml folderEntry (XML)

GET /folder_entries/{id}/reservation

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

GET /folder_entries/{id}/access

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

PUT /folder_entries/{id}/reservation

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

DELETE /folder_entries/{id}/reservation

Request Parameters
name type description constraints
id path long

GET /folder_entries/{id}/shares

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

POST /folder_entries/{id}/shares

Request Parameters
name type description default constraints
id path   long
notify query false boolean
notify_address query    
Request Body
media type data type
application/json Share (JSON)
application/xml share (XML)
Response Body
media type data type
application/json Share (JSON)
application/xml share (XML)

DELETE /folder_entries/{id}

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

GET /folder_entries/{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 /folder_entries/{id}/replies

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 /folder_entries/{id}/replies

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 /folder_entries/{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 /folder_entries/{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 /folder_entries/{id}/tags

Request Parameters
name type description constraints
id path long

GET /folder_entries/{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 /folder_entries/{id}/tags/{tagId}

Request Parameters
name type description constraints
id path long
tagId path  

GET /folder_entries/{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 /folder_entries/{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 /folder_entries/{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 /folder_entries/{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 /folder_entries/{id}/attachments

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