Get document folders
GET/folders
Get list of documents in a folder
Request
Query Parameters
Site Identifier
Index Key Identifier
Path query parameter (must be URL Encoded)
Limit Results
10
Share Identifier
Next page of results token
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
]
Next page of results token
Previous page of results token
documents
object[]
List of search result documents
Site Identifier
Path or Name of document
Document Content Width property
Document Content Height property
Path or Name of deep link
Inserted Timestamp
Last Modified Timestamp
Is Result a Document Folder
populated if search result are from an index
Document checksum, changes when document file changes
The type of checksum to use for file validation
Possible values: [SHA1
, SHA256
]
Document Identifier
Document Content-Type
User who added document
Document size
Document version
Parent Document Identifier
matchedAttribute
object
Tag key
Attribute with string value
Attribute with number value
Attribute with boolean value
matchedTag
object
Tag key
Tag value
Tag type
matchedTags
object[]
Tag key
Tag value
Tag type
tags
object
attributes
object
property name*
SearchResultDocumentAttribute
Attribute with string values
Attribute with number values
Attribute with boolean value
Attribute Value Type
Possible values: [BOOLEAN
, KEY_ONLY
, NUMBER
, STRING
, PUBLICATION
, CLASSIFICATION
, COMPOSITE_STRING
, RELATIONSHIPS
, WATERMARK
]
metadata
object[]
List of document Metadata
Metadata key
Metadata value
Metadata values
{
"next": "string",
"previous": "string",
"documents": [
{
"siteId": "string",
"path": "string",
"width": "string",
"height": "string",
"deepLinkPath": "string",
"insertedDate": "string",
"lastModifiedDate": "string",
"folder": true,
"indexKey": "string",
"checksum": "string",
"checksumType": "SHA1",
"documentId": "string",
"contentType": "string",
"userId": "string",
"contentLength": 0,
"versionId": "string",
"belongsToDocumentId": "string",
"matchedAttribute": {
"key": "string",
"stringValue": "string",
"numberValue": 0,
"booleanValue": true
},
"matchedTag": {
"key": "string",
"value": "string",
"type": "string"
},
"matchedTags": [
{
"key": "string",
"value": "string",
"type": "string"
}
],
"tags": {},
"attributes": {},
"metadata": [
{
"key": "string",
"value": "string",
"values": [
"string"
]
}
]
}
]
}