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-FRExample:
fr-FRnamestring
Code of document class
Example:
DPEdocumentStatusstring
Status of document to search for
Example:
AIdocumentationIdentifiersstring[]
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:
BailorganizationCodestring
Code of client
Example:
STONALpropertyKeystring
Properties PropertyKey to search in
Example:
PK1rentedUnitstring
Document RentedUnit to search in
Example:
RU1rentedUnitIdentifiersstring[]
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"
]
}