Retrieve a file folder
Retrieve an Atom document representation of a file folder.This method returns the Atom document of a file folder. If you want to retrieve a feed of folders, see Getting a feed of folders. You might want to use this request to retrieve a file folder before you update it.
See Authenticating requests for information about how to authenticate the request.
Table 1. Atom API request details
Method URI Output representation Description GET Construct the URI using the following syntax: /basic/api/collection/{collection-id}/entry collection Atom document Returns a collection Atom document.
Note: {collection-id} is the value of the <td:uuid> element in the collection's Atom entry document.
Input
None.
Output
An Atom entry document containing the Atom document for the file folder.Returned HTTP headers
HTTP/1.1 200 OK
Indicates that the file folder was successfully found and returned. If an error occurs, this header will contain one of the error codes below.
Content-Type: application/atom+xml
Indicates that the document returned contains data in Atom format.
- HTTP/1.1 401 Unauthorized
- HTTP/1.1 404 Not Found
Parent topic
Work with foldersRelated reference
File folder content
});