Get Folder Items
{ getFolderItems }
Gets a list of content items in a given folder.
Method
/API3/content/getFolderItems
- Enterprise Admin
- Domain Admin
- Pro
- Analyst
- Viewer
- Basic
Input Parameters
Name
getFolderItemsObject
Object Type
Description
The object for getting the folder items
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Pyramid Content item object.. Note that the response is returned as a list of items of this object type.
Notes
Use the function recursively to extract the full content tree
Examples
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP