v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444236171.7 KB

Describes the contents of the specified folder, including its documents and subfolders.

By default, Amazon WorkDocs returns the first 100 active document and folder metadata items. If there are more results, the response includes a marker that you can use to request the next set of results. You can also request initialized documents.

get/api/v1/folders/{FolderId}/contents

Path parameters

FolderIdstring required

The ID of the folder.

Query parameters

sort'DATE' | 'NAME'

The sorting criteria.

order'ASCENDING' | 'DESCENDING'

The order for the contents of the folder.

limitinteger

The maximum number of items to return with this call.

markerstring

The marker for the next set of results. This marker was received from a previous call.

type'ALL' | 'DOCUMENT' | 'FOLDER'

The type of items.

includestring

The contents to include. Specify "INITIALIZED" to include initialized documents.

Limitstring

Pagination limit

Markerstring

Pagination token

Headers

Authenticationstring password

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Response

Success

Markerstring

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.