Skip to main content

RemoteCertificateSearchFilter

allAssetsboolean

This parameter is part of authorization mechanism. Should not be filled.

Example: true
assetCodesstring[]

List of asset ERP codes that are concerned.

Example: ["ABC","DEF"]
authorizedAssetCodesstring[]

This parameter is part of authorization mechanism. Should not be filled.

Example: ["ABC","DEF"]
certificateCodesstring[]

List of certificate codes to search.

Example: ["ABC","DEF"]
certificateNamesstring[]

List of certificate names to search.

Example: [nameOne, nameTwo]
limitinteger<int64>

Filled from query param.

Example: 3
offsetinteger<int64>

Filled from query param.

Example: 10
organizationCodestring

Code of client. Will be filled with parameter.

Example: STONAL
requestedDatestring

Filter objects that are valid for this date (included).

Example: 2023-10-25
sort object

Filled from query param.

fieldOrder object
property name*string
validFromstring

Filter objects that are valid starting from this date (included). Has to be used with dataValidUntil.

Example: 2023-10-25
validUntilstring

Filter objects that are valid until this date (included). Has to be used with validFrom.

Example: 2024-10-25
RemoteCertificateSearchFilter
{
"allAssets": true,
"assetCodes": [
"ABC",
"DEF"
],
"authorizedAssetCodes": [
"ABC",
"DEF"
],
"certificateCodes": [
"ABC",
"DEF"
],
"certificateNames": "[nameOne, nameTwo]",
"limit": 3,
"offset": 10,
"organizationCode": "STONAL",
"requestedDate": "2023-10-25",
"sort": {
"code": "ASCENDING"
},
"validFrom": "2023-10-25",
"validUntil": "2024-10-25"
}