RemoteDataHolderSearchFilter
This parameter is part of authorization mechanism. Should not be filled.
true
This 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-25
Filter data of objects that are valid until this date (included). Has to be used with dataValidFrom.
2024-10-25
ERP code of last holder fetched for optimized search. Only works if the query is ordered by CODE DESCENDING
ABC
ERP 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
]
ASSET
Filter objects that are of given type (i.e. BUILDING, BUILDING_GROUP, LEASE).
BUILDING
Filled from query param.
3
Filled from query param.
10
Code of client. Will be filled with parameter.
STONAL
Only used when requesting contracts. Filter contracts that belongs to given building.
ABC
Filter 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-25
Request 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"
}