Retrieves a collection of resources, including folders and documents. The only CollectionType
supported is SHARED_WITH_ME
.
See https://www.paws-r-sdk.com/docs/workdocs_get_resources/ for full documentation.
workdocs_get_resources(
AuthenticationToken = NULL,
UserId = NULL,
CollectionType = NULL,
Limit = NULL,
Marker = NULL
)
The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
The collection type.
The maximum number of resources to return.
The marker for the next set of results. This marker was received from a previous call.