DocumentSearchFilter
Document search filters
identifiersstring[]nullable
assetIdentifiersstring[]nullable
documentationIdentifiersstring[]nullable
folderIdentifiersstring[]nullable
tagsstring[]nullable
properties object | null
property name*string
propertyPath object | null
property name* object
property name*string
propertyKeystring | nullnullable
namestring | nullnullable
uploadedBystring | nullnullable
documentStatusstring | nullnullable
parentFolderNamestring | nullnullable
predictedFolderNamestring | nullnullable
folder object
oneOf
- SearchedFolder
- null
namestringrequired
localestringrequired
documentClass object
oneOf
- SearchedDocumentClass
- null
codestring | nullnullable
Document class code filter
Example:
DIAGNOSTIC_ELECTRICITEnamestring | nullnullable
Localized document class name filter
Example:
Diagnostic electricitelocalestring | nullnullable
Locale used with the document class name filter
Example:
fr-FRtenantIdentifiersstring[]nullable
linkedAssetIdentifiersstring[]nullable
linkedAssetstring | nullnullable
hashSha256string | nullnullable
hasMetadataboolean | nullnullable
hasLinkedAssetsboolean | nullnullable
DocumentSearchFilter
{
"identifiers": "Unknown Type: array,null",
"assetIdentifiers": "Unknown Type: array,null",
"documentationIdentifiers": "Unknown Type: array,null",
"folderIdentifiers": "Unknown Type: array,null",
"tags": "Unknown Type: array,null",
"properties": "Unknown Type: object,null",
"propertyPath": "Unknown Type: object,null",
"propertyKey": "string",
"name": "string",
"uploadedBy": "string",
"documentStatus": "string",
"parentFolderName": "string",
"predictedFolderName": "string",
"folder": {
"name": "string",
"locale": "string"
},
"documentClass": {
"code": "DIAGNOSTIC_ELECTRICITE",
"name": "Diagnostic electricite",
"locale": "fr-FR"
},
"tenantIdentifiers": "Unknown Type: array,null",
"linkedAssetIdentifiers": "Unknown Type: array,null",
"linkedAsset": "string",
"hashSha256": "string",
"hasMetadata": true,
"hasLinkedAssets": true
}