Get folder contents
Response samples
Content Type
Show items (folders & files) inside a given folder
| Name | Type | Description | Required |
| folder_code | string | Code of folder to view. Defaults to the user's root folder. | optional |
| sort_by | string | Fields to sort items by. "type" here means file-or-folder (folders first). Defaults to user preferences. | optional |
| limit | integer | How many files or folders (maximum) to retrieve in this query. | optional |
| after_value | array of string | (Front-end developers need not concern themselves with how to set this value - it is set automatically by the back-end, and returned inside the "pagination.prevUrl" and "pagination.nextUrl" strings.) Ask for the items that come directly after this one. | optional |
| before_value | array of string | (Front-end developers need not concern themselves with how to set this value - it is set automatically by the back-end, and returned inside the "pagination.prevUrl" and "pagination.nextUrl" strings.) Ask for the items that come directly before this one. | optional |
| including | integer | (Front-end developers need not concern themselves with how to set this value - it is set automatically by the back-end, and returned inside the "pagination.prevUrl" and "pagination.nextUrl" strings.) Whether the item described in before_value or after_value should be included in the results. | optional |
Responses
Example: