RemoteDocumentSearchFilters
assetIdentifiersstring[]
Asset identifiers to search in
Example:
["aaaa-bbbb-cccc-dddd"]
documentClass object
Class of document
localestring
Local of document class
Default value:
fr-FR
Example:
fr-FR
namestring
Code of document class
Example:
DPE
documentStatusstring
Status of document to search for
Example:
AI
documentationIdentifiersstring[]
Documentations identifiers to search in
Example:
["aaaa-bbbb-cccc-dddd"]
folderIdentifiersstring[]
Folders identifiers to search in
Example:
["aaaa-bbbb-cccc-dddd"]
namestring
Name of document to search for
Example:
Bail
organizationCodestring
Code of client
Example:
STONAL
propertyKeystring
Properties PropertyKey to search in
Example:
PK1
rentedUnitstring
Document RentedUnit to search in
Example:
RU1
rentedUnitIdentifiersstring[]
Rented unit identifiers to search in
Example:
["aaaa-bbbb-cccc-dddd"]
tagsstring[]
Tags to search in
Example:
[{"name":"value","color":"purple"}]
tenantIdentifiersstring[]
Tenant identifiers to search in
Example:
["aaaa-bbbb-cccc-dddd"]
RemoteDocumentSearchFilters
{
"assetIdentifiers": [
"aaaa-bbbb-cccc-dddd"
],
"documentClass": {
"name": "DPE",
"locale": "fr-FR"
},
"documentStatus": "AI",
"documentationIdentifiers": [
"aaaa-bbbb-cccc-dddd"
],
"folderIdentifiers": [
"aaaa-bbbb-cccc-dddd"
],
"name": "Bail",
"organizationCode": "STONAL",
"propertyKey": "PK1",
"rentedUnit": "RU1",
"rentedUnitIdentifiers": [
"aaaa-bbbb-cccc-dddd"
],
"tags": [
{
"name": "value",
"color": "purple"
}
],
"tenantIdentifiers": [
"aaaa-bbbb-cccc-dddd"
]
}