A valid request URL is required to generate request examples{
"subPaths": [
"<string>"
],
"startIndex": 123,
"pageSize": 123,
"pageCount": 123,
"totalCount": 123,
"items": [
{
"id": "<string>",
"name": "<string>",
"path": "<string>",
"publishSetCode": "<string>",
"extension": "<string>",
"documentTypeFQN": "<string>",
"listFQN": "<string>",
"contentLength": 123,
"contentMimeType": "<string>",
"contentUpdateDate": "2023-11-07T05:31:56Z",
"publishState": "<string>",
"properties": "<unknown>",
"insertDate": "2023-11-07T05:31:56Z",
"updateDate": "2023-11-07T05:31:56Z",
"activeDateRange": {
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z"
}
}
]
}Get Documents. To search documents along a particular path, use the filter path such as in “folder1\folder2”. If no path is provided, then the query will be a global search as it searches from the root of the tree hierarchy.
A valid request URL is required to generate request examples{
"subPaths": [
"<string>"
],
"startIndex": 123,
"pageSize": 123,
"pageCount": 123,
"totalCount": 123,
"items": [
{
"id": "<string>",
"name": "<string>",
"path": "<string>",
"publishSetCode": "<string>",
"extension": "<string>",
"documentTypeFQN": "<string>",
"listFQN": "<string>",
"contentLength": 123,
"contentMimeType": "<string>",
"contentUpdateDate": "2023-11-07T05:31:56Z",
"publishState": "<string>",
"properties": "<unknown>",
"insertDate": "2023-11-07T05:31:56Z",
"updateDate": "2023-11-07T05:31:56Z",
"activeDateRange": {
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z"
}
}
]
}JWT Authorization header using the Bearer scheme.
Mozu.Content.Contracts.PropertyType filter expression to match against document properties.
Sort expression.
Page size
First item in the page to return from the total result set
if this call should include a adocument that isn't active in the given preview date
path from which to return documents
if true this call will populate Subpaths
Determines if the path parameter is used to scope the query to the specified path or ignored for a global scope. Defaults to specified path only. Valid values are: SpecifiedPathOnly, Global
limits which fields are returned in the response body