RemoteDataHolderSearchFilter
This parameter is part of authorization mechanism. Should not be filled.
trueThis parameter is part of authorization mechanism. Should not be filled.
["ABC","DEF"]Filter data of objects that are valid at this date (included).
2023-10-25Filter data of objects that are valid until this date (included). Has to be used with dataValidFrom.
2024-10-25ERP code of last holder fetched for optimized search. Only works if the query is ordered by CODE DESCENDING
ABCERP codes of holders when requesting for specific assets or contracts
["ABC","DEF"]Type of holder (ASSET, CONTRACT). Is detected automatically if not set.
Possible values: [ASSET, LEASE, CONTRACT, UNKNOWN]
ASSETFilter objects that are of given type (i.e. BUILDING, BUILDING_GROUP, LEASE).
BUILDINGFilled from query param.
3Filled from query param.
10Code of client. Will be filled with parameter.
STONALOnly used when requesting contracts. Filter contracts that belongs to given building.
ABCFilter objects that are valid starting from this date (included). For assets, effective date. For contracts, effective date. Has to be used with validUntil.
2023-10-25Request data of given types. If not filled, no data is returned.
["ELECTRICITY_CONSUMPTION"]sort object
Filled from query param.
fieldOrder object
Filter objects that are valid until this date (included). For assets, expiration date. For contracts, termination date. Has to be used with validFrom.
2024-10-25{
"allAssets": true,
"authorizedAssetCodes": [
"ABC",
"DEF"
],
"dataRequestedDate": "2023-10-25",
"dataValidFrom": "2024-10-25",
"holderCode": "ABC",
"holderCodes": [
"ABC",
"DEF"
],
"holderType": "ASSET",
"holderTypeCode": "BUILDING",
"limit": 3,
"offset": 10,
"organizationCode": "STONAL",
"requestedBuildingCode": "ABC",
"requestedDate": "2023-10-25",
"requestedPropertyCodes": [
"ELECTRICITY_CONSUMPTION"
],
"sort": {
"code": "ASCENDING"
},
"validUntil": "2024-10-25"
}