Filter Based on File Name or Type
Add this filter to display the search or browse results that match a specific keyword name or file type.
Request Parameters
Name | Description |
Mode | Valid values are:
|
Data_Type | Data Type Values Valid values are:
|
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- queryId string
- currCIEngineType integer
- engineid string
- rawQuery string
searchResult object
resultItem object[]
modifiedTime integerfileName stringviewsourceurl stringfolderPathHTML stringciJobId integerfolderPath stringappId integercloudId integerrefcopyAppType integersizeKB integerdataType integerturboGuid stringjobId integerMIMEType stringaccessTime integerclientName stringfileNameHTML stringaFileOffset integeraFileId integerappType integeraFileLength integerclientId integercommcellNo integerfilePath stringdocumentId stringbackupTime integerappSpecific object
appSpecificFlags object
deleted booleanstub booleanazureADItem object
userData object
commonData object
tenantData object
domainData object
groupData object
eMail object
subject stringimportance integersubjectHTML stringtags object
customProperties object
nameValues object[]
name stringvalue stringvalues string[]facetResults object
facetResult object[]
name stringstringParameter object[]
custom booleancount integername stringselected booleanrangeParameter object[]
custom booleancount integerstart integerend integerselected booleanproccessingInfo object
totalSize integertotalHits integer
{
"queryId": "string",
"currCIEngineType": 0,
"engineid": "string",
"rawQuery": "string",
"searchResult": {
"resultItem": [
{
"modifiedTime": 0,
"fileName": "string",
"viewsourceurl": "string",
"folderPathHTML": "string",
"ciJobId": 0,
"folderPath": "string",
"appId": 0,
"cloudId": 0,
"refcopyAppType": 0,
"sizeKB": 0,
"dataType": 0,
"turboGuid": "string",
"jobId": 0,
"MIMEType": "string",
"accessTime": 0,
"clientName": "string",
"fileNameHTML": "string",
"aFileOffset": 0,
"aFileId": 0,
"appType": 0,
"aFileLength": 0,
"clientId": 0,
"commcellNo": 0,
"filePath": "string",
"documentId": "string",
"backupTime": 0,
"appSpecific": {
"appSpecificFlags": {
"deleted": true,
"stub": true
},
"azureADItem": {
"userData": {},
"commonData": {},
"tenantData": {},
"domainData": {},
"groupData": {}
},
"eMail": {
"subject": "string",
"importance": 0,
"subjectHTML": "string"
}
},
"tags": {},
"customProperties": {
"nameValues": [
{
"name": "string",
"value": "string",
"values": [
"string"
]
}
]
}
}
]
},
"facetResults": {
"facetResult": [
{
"name": "string",
"stringParameter": [
{
"custom": true,
"count": 0,
"name": "string",
"selected": true
}
],
"rangeParameter": [
{
"custom": true,
"count": 0,
"start": 0,
"end": 0,
"selected": true
}
]
}
]
},
"proccessingInfo": {
"totalSize": 0,
"totalHits": 0
}
}
Loading...