Download OpenAPI specification:Download
Product Gateway to fetch Data Products from registered data sources in the Dataspace.
Current Air Quality Index (AQI) in a given location with attribution of the sources
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
lat required | number (Latitude) [ -90 .. 90 ] The latitude coordinate of the desired location |
lon required | number (Longitude) [ -180 .. 180 ] The longitude coordinate of the desired location |
{- "lat": 60.192059,
- "lon": 24.945831
}
{- "airQualityIndex": 30,
- "timestamp": "2020-04-03T13:00:00Z",
- "attribution": [
- "Eesti välisõhu kvaliteet - Estonian ambient air quality",
- "World Air Quality Index Project"
]
}
Legal information about a company such as company registration date
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
companyId required | string (Company ID) The ID of the company |
{- "companyId": "2464491-9"
}
{- "name": "Digital Living International Oy",
- "companyId": "2464491-9",
- "companyForm": "LLC",
- "registrationDate": "2012-02-23"
}
Recommendation of companies based on provided keywords. Each result has a score.
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
keywords required | string (Keywords) Keyword data to base recommendations on |
{- "keywords": "Looking for data product companies to invest on"
}
{- "results": [
- {
- "score": 231,
- "companyId": "2464491-9",
- "companyName": "Digital Living Oy"
}
]
}
Technical details of a battery such as capacity and voltage
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
product required | string (Product identifier) Technical product identifier used by the manufacturer |
id required | string (Identifier) Unique identifier of the product |
{- "product": "battery-100wh-s",
- "id": "177389-09633"
}
{- "manufacturer": "Valmet Automotive",
- "product": "battery-100wh-s",
- "id": "177389-09633",
- "name": "Modular Power Pack, 48 V",
- "cellType": "lithium-titanate",
- "capacity": 2.2,
- "energy": 46,
- "voltage": {
- "min": 38,
- "max": 56,
- "nominal": 48.3
}, - "peakDischargingPower": 20,
- "peakChargingPower": 20,
- "continuousPower": 10,
- "standbyConsumption": 1,
- "cycleLife": 20000,
- "dimensions": {
- "length": 483,
- "width": 380,
- "height": 160
}, - "weight": 41,
- "operatingTemperature": {
- "min": -30,
- "max": 55,
- "recommendedMin": 5,
- "recommendedMax": 35
}, - "ipRating": "IP6K9K",
- "maxCoolantPressure": 3.5,
- "standardsCompliance": [
- "ECE R100",
- "IEC 61508 SIL 2",
- "ISO 13849 PL C",
- "ECE R10",
- "IEC 62061 SIL 2",
- "ISO 16750",
- "UN 38.3"
]
}
Charging history of a battery
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
serialNumber required | string (Serial Number) The serial number of the battery |
start | string <date-time> (Start Time) Include history entries starting from this time (inclusive) |
end | string <date-time> (End Time) Include history entries until this time (exclusive) |
limit | integer (Limit) [ 1 .. 100 ] Default: 100 Limit number of history entries to return |
offset | integer (Offset) >= 0 Default: 0 Offset of history records to return |
{- "serialNumber": "MPP48V-296cde7f",
- "start": "2022-09-09T00:00:00",
- "end": "2022-09-10T00:00:00",
- "limit": 100,
- "offset": 0
}
{- "batteryChargingHistory": [
- {
- "time": "2022-09-10T00:00:00",
- "operatingHours": 428.7,
- "cycleCount": 15,
- "maxCapacity": 46
}
], - "totalCount": 1
}
Technical details of a battery such as capacity and voltage
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
productCode required | string (Product Code) The product code used by the manufacturer |
{- "productCode": "MPP48V"
}
{- "manufacturer": "Valmet Automotive",
- "productCode": "MPP48V",
- "name": "Modular Power Pack, 48 V",
- "cellType": "lithium-titanate",
- "capacity": 2.2,
- "energy": 46,
- "voltage": {
- "min": 38,
- "max": 56,
- "nominal": 48.3
}, - "peakDischargingPower": 20,
- "peakChargingPower": 20,
- "continuousPower": 10,
- "standbyConsumption": 1,
- "cycleLife": 20000,
- "dimensions": {
- "length": 483,
- "width": 380,
- "height": 160
}, - "weight": 41,
- "operatingTemperature": {
- "min": -30,
- "max": 55,
- "recommendedMin": 5,
- "recommendedMax": 35
}, - "ipRating": "IP6K9K",
- "maxCoolantPressure": 3.5,
- "standardsCompliance": [
- "ISO 13849 PL C",
- "IEC 62061 SIL 2",
- "IEC 61508 SIL 2",
- "ECE R100",
- "UN 38.3",
- "ECE R10",
- "ISO 16750"
]
}
Diagnoses of a user with ICD10 codes
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
{ }
{- "diagnoses": [
- "icd10:J45"
]
}
Assign a key to have access to a specific lock
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
keyId required | string (Key ID) non-empty ^[0-9a-f]+$ UID of a key as a hex encoded string without delimiters |
lockId required | string (Lock ID) non-empty Vendor specific ID for a lock |
sharedSecret required | string (Shared Secret) Shared secret between the productizer and the system using it |
{- "keyId": "a1b2c3d4e5f6890",
- "lockId": "12345678",
- "sharedSecret": "string"
}
{- "keyId": "a1b2c3d4e5f6890",
- "lockId": "12345678"
}
Remove a key from having access to a specific lock
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
keyId required | string (Key ID) non-empty ^[0-9a-f]+$ UID of a key as a hex encoded string without delimiters |
lockId required | string (Lock ID) non-empty Vendor specific ID for a lock |
sharedSecret required | string (Shared Secret) Shared secret between the productizer and the system using it |
{- "keyId": "a1b2c3d4e5f6890",
- "lockId": "12345678",
- "sharedSecret": "string"
}
{- "keyId": "a1b2c3d4e5f6890",
- "lockId": "12345678"
}
Check if a key has access to a specific lock
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
keyId required | string (Key ID) non-empty ^[0-9a-f]+$ UID of a key as a hex encoded string without delimiters |
lockId required | string (Lock ID) non-empty Vendor specific ID for a lock |
sharedSecret required | string (Shared Secret) Shared secret between the productizer and the system using it |
{- "keyId": "a1b2c3d4e5f6890",
- "lockId": "12345678",
- "sharedSecret": "string"
}
{- "exists": true
}
In the Nordic Smart Government information exchange context the agent represents both registered organizations ("companies") and persons who are doing business without being registered organizations, usually as sole traders (sole proprietors). This data product definition returns basic information content for any agent.
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
nationalIdentifier required | string (National Identifier) National identifier for a legal entity |
{- "nationalIdentifier": "2464491-9"
}
{- "name": "Oy Example Ab",
- "legalForm": "FI_OY",
- "legalStatus": "NORMAL",
- "registrationDate": "2019-08-24",
- "registeredAddress": {
- "fullAddress": "Tietotie 4 A 7, 00100 Helsinki, Finland",
- "thoroughfare": "Avenue des Champs-Élysées",
- "locatorDesignator": "Flat 3, 17 or 3 A 4",
- "locatorName": "Shumann, Berlaymont (meeting room name)",
- "addressArea": "Montmartre (in Paris)",
- "postCode": "75000",
- "postName": "Paris",
- "poBox": "9383",
- "adminUnitLevel1": "USA",
- "adminUnitLevel2": "Uusimaa",
- "addressId": "123e4567-e89b-12d3-a456-42661417400"
}
}
The list of beneficial owners of a non-listed company. The shareholders exceeding 25 % ownership.
source required | string (Source) |
authorization required | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token required | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
nationalIdentifier required | string (National identifier) <= 40 characters The national identifier of the non-listed company issued by the trade register in any Nordic country. |
{- "nationalIdentifier": "FIN: 2464491-9 / SWE: 5560125791 / NOR: 923609016"
}
{- "shareSeries": [
- {
- "shareSeriesClass": "A",
- "numberOfShares": 1000,
- "votesPerShare": 1
}
], - "shareholders": [
- {
- "name": "Lars Lindberg | Company Ltd",
- "shareOwnership": [
- {
- "shareSeriesClass": "B",
- "quantity": 20
}
]
}
]
}
The list of representation rights of a legal entity
source required | string (Source) |
authorization required | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token required | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
nationalIdentifier required | string (National identifier) <= 40 characters The national identifier of the non-listed company issued by the trade register |
{- "nationalIdentifier": "FIN: 2464491-9 / SWE: 5560125791 / NOR: 923609016"
}
{- "signatoryRights": [
- {
- "role": "chairperson",
- "personalId": "1129955131",
- "givenName": "Mary",
- "middleNames": "Juliet Olive",
- "lastName": "Deo",
- "dateOfBirth": "1976-04-16",
- "nationality": "USA",
- "fullAddress": "Tietotie 4 A 7, 00100 Helsinki, Finland",
- "thoroughfare": "Avenue des Champs-Élysées",
- "locatorDesignator": "Flat 3, 17 or 3 A 4",
- "locatorName": "Shumann, Berlaymont building",
- "addressArea": "Montmartre (in Paris)",
- "postCode": "75000",
- "postName": "Paris",
- "poBox": "9383",
- "adminUnitLevel1": "USA",
- "adminUnitLevel2": "Lapland"
}
]
}
Create the initial set of data to establish a non-listed company
source required | string (Source) |
authorization required | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
required | object (Registrant) The personal details of the person registering the company |
required | object (Company details) The details of the company being established |
required | Array of objects (Share series) The details of the share series of the company |
required | object (Company address) The official address of the company |
required | Array of objects (Managing directors) |
required | Array of objects (Board members) |
required | object (Auditor details) The details of the company and person auditing the company |
{- "registrant": {
- "givenName": "John",
- "lastName": "Doe",
- "email": "john.doe@test.fi",
- "phoneNumber": "+358501234567"
}, - "companyDetails": {
- "name": "Digital company X",
- "alternativeName": "Digital company Y",
- "foundingDate": "2022-01-01",
- "industrySector": "62.01",
- "shareCapital": 1000,
- "capitalCurrency": "EUR",
- "settlementDeposit": 1000,
- "depositCurrency": "EUR",
- "settlementDate": "2022-02-01",
- "countryOfResidence": "USA"
}, - "shareSeries": [
- {
- "shareSeriesClass": "A",
- "numberOfShares": 100,
- "shareValue": 10,
- "shareValueCurrency": "EUR"
}
], - "companyAddress": {
- "fullAddress": "Tietotie 4 A 7, 00100 Helsinki, Finland",
- "thoroughfare": "Avenue des Champs-Élysées",
- "locatorDesignator": "Flat 3, 17 or 3 A 4",
- "locatorName": "Shumann, Berlaymont building",
- "addressArea": "Montmartre (in Paris)",
- "postCode": "75000",
- "postName": "Paris",
- "poBox": "9383",
- "adminUnitLevel1": "USA",
- "adminUnitLevel2": "Lapland"
}, - "managingDirectors": [
- {
- "role": "director",
- "givenName": "Mary",
- "middleNames": "Juliet Olive",
- "lastName": "Deo",
- "dateOfBirth": "1976-04-16",
- "nationality": "USA"
}
], - "boardMembers": [
- {
- "role": "member",
- "givenName": "Mary",
- "middleNames": "Juliet Olive",
- "lastName": "Deo",
- "dateOfBirth": "1976-04-16",
- "nationality": "USA"
}
], - "auditorDetails": {
- "companyName": "Auditor company X",
- "nationalIdentifier": "2464491-9",
- "givenName": "Jane",
- "lastName": "Doe"
}
}
{- "registrant": {
- "givenName": "John",
- "lastName": "Doe",
- "email": "john.doe@test.fi",
- "phoneNumber": "+358501234567"
}, - "companyDetails": {
- "name": "Digital company X",
- "alternativeName": "Digital company Y",
- "foundingDate": "2022-01-01",
- "industrySector": "62.01",
- "shareCapital": 1000,
- "capitalCurrency": "EUR",
- "settlementDeposit": 1000,
- "depositCurrency": "EUR",
- "settlementDate": "2022-02-01",
- "countryOfResidence": "USA"
}, - "shareSeries": [
- {
- "shareSeriesClass": "A",
- "numberOfShares": 100,
- "shareValue": 10,
- "shareValueCurrency": "EUR"
}
], - "companyAddress": {
- "fullAddress": "Tietotie 4 A 7, 00100 Helsinki, Finland",
- "thoroughfare": "Avenue des Champs-Élysées",
- "locatorDesignator": "Flat 3, 17 or 3 A 4",
- "locatorName": "Shumann, Berlaymont building",
- "addressArea": "Montmartre (in Paris)",
- "postCode": "75000",
- "postName": "Paris",
- "poBox": "9383",
- "adminUnitLevel1": "USA",
- "adminUnitLevel2": "Lapland"
}, - "managingDirectors": [
- {
- "role": "director",
- "givenName": "Mary",
- "middleNames": "Juliet Olive",
- "lastName": "Deo",
- "dateOfBirth": "1976-04-16",
- "nationality": "USA"
}
], - "boardMembers": [
- {
- "role": "member",
- "givenName": "Mary",
- "middleNames": "Juliet Olive",
- "lastName": "Deo",
- "dateOfBirth": "1976-04-16",
- "nationality": "USA"
}
], - "auditorDetails": {
- "companyName": "Auditor company X",
- "nationalIdentifier": "2464491-9",
- "givenName": "Jane",
- "lastName": "Doe"
}
}
Details about a person such as home address
source required | string (Source) |
authorization required | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
{ }
{- "name": "Joshua Gray",
- "address": "6 Raymond river\nRileybury\nCR3 6XA"
}
Information about environmental footprint of a product in the manufacturing phase
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
serialNumber required | string (Serial Number) The serial number given by the manufacturer |
{- "serialNumber": "MPP48V-296cde7f"
}
{- "carbonEquivalent": 200,
- "materialWaste": 8
}
Get the current time in a given country based on the ISO 3166-1 alpha-2 country code, formatted in RFC 3339 format
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
countryCode required | any (ISO 3166-1 alpha-2 country code) Enum: "ad" "ae" "af" "ag" "ai" "al" "am" "ao" "aq" "ar" "as" "at" "au" "aw" "ax" "az" "ba" "bb" "bd" "be" "bf" "bg" "bh" "bi" "bj" "bl" "bm" "bn" "bo" "bq" "br" "bs" "bt" "bv" "bw" "by" "bz" "ca" "cc" "cd" "cf" "cg" "ch" "ci" "ck" "cl" "cm" "cn" "co" "cr" "cu" "cv" "cw" "cx" "cy" "cz" "de" "dj" "dk" "dm" "do" "dz" "ec" "ee" "eg" "eh" "er" "es" "et" "fi" "fj" "fk" "fm" "fo" "fr" "ga" "gb" "gd" "ge" "gf" "gg" "gh" "gi" "gl" "gm" "gn" "gp" "gq" "gr" "gs" "gt" "gu" "gw" "gy" "hk" "hm" "hn" "hr" "ht" "hu" "id" "ie" "il" "im" "in" "io" "iq" "ir" "is" "it" "je" "jm" "jo" "jp" "ke" "kg" "kh" "ki" "km" "kn" "kp" "kr" "kw" "ky" "kz" "la" "lb" "lc" "li" "lk" "lr" "ls" "lt" "lu" "lv" "ly" "ma" "mc" "md" "me" "mf" "mg" "mh" "mk" "ml" "mm" "mn" "mo" "mp" "mq" "mr" "ms" "mt" "mu" "mv" "mw" "mx" "my" "mz" "na" "nc" "ne" "nf" "ng" "ni" "nl" "no" "np" "nr" "nu" "nz" "om" "pa" "pe" "pf" "pg" "ph" "pk" "pl" "pm" "pn" "pr" "ps" "pt" "pw" "py" "qa" "re" "ro" "rs" "ru" "rw" "sa" "sb" "sc" "sd" "se" "sg" "sh" "si" "sj" "sk" "sl" "sm" "sn" "so" "sr" "ss" "st" "sv" "sx" "sy" "sz" "tc" "td" "tf" "tg" "th" "tj" "tk" "tl" "tm" "tn" "to" "tr" "tt" "tv" "tw" "tz" "ua" "ug" "um" "us" "uy" "uz" "va" "vc" "ve" "vg" "vi" "vn" "vu" "wf" "ws" "ye" "yt" "za" "zm" "zw" An enumeration. |
{- "countryCode": "ad"
}
{- "currentTime": "string"
}
Common data points about the current weather with metric units in a given location. Simplified for example use, and not following industry standards.
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
lat required | number (Latitude) [ -90 .. 90 ] The latitude coordinate of the desired location |
lon required | number (Longitude) [ -180 .. 180 ] The longitude coordinate of the desired location |
{- "lat": 60.192059,
- "lon": 24.945831
}
{- "humidity": 72,
- "pressure": 1007,
- "rain": true,
- "temp": 17.3,
- "windSpeed": 2.1,
- "windDirection": 220
}
Current Air Quality Index (AQI) in a given location with attribution of the sources
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
lat required | number (Latitude) [ -90 .. 90 ] The latitude coordinate of the desired location |
lon required | number (Longitude) [ -180 .. 180 ] The longitude coordinate of the desired location |
{- "lat": 60.192059,
- "lon": 24.945831
}
{- "airQualityIndex": 30,
- "timestamp": "2020-04-03T13:00:00Z",
- "attribution": [
- "Eesti välisõhu kvaliteet - Estonian ambient air quality",
- "World Air Quality Index Project"
]
}
Legal information about a company such as company registration date
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
companyId required | string (Company ID) The ID of the company |
{- "companyId": "2464491-9"
}
{- "name": "Digital Living International Oy",
- "companyId": "2464491-9",
- "companyForm": "LLC",
- "registrationDate": "2012-02-23"
}
Recommendation of companies based on provided keywords. Each result has a score.
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
keywords required | string (Keywords) Keyword data to base recommendations on |
{- "keywords": "Looking for data product companies to invest on"
}
{- "results": [
- {
- "score": 231,
- "companyId": "2464491-9",
- "companyName": "Digital Living Oy"
}
]
}
Charging history of a battery
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
serialNumber required | string (Serial Number) The serial number of the battery |
start | string <date-time> (Start Time) Include history entries starting from this time (inclusive) |
end | string <date-time> (End Time) Include history entries until this time (exclusive) |
limit | integer (Limit) [ 1 .. 100 ] Default: 100 Limit number of history entries to return |
offset | integer (Offset) >= 0 Default: 0 Offset of history records to return |
{- "serialNumber": "MPP48V-296cde7f",
- "start": "2022-09-09T00:00:00",
- "end": "2022-09-10T00:00:00",
- "limit": 100,
- "offset": 0
}
{- "batteryChargingHistory": [
- {
- "time": "2022-09-10T00:00:00",
- "operatingHours": 428.7,
- "cycleCount": 15,
- "maxCapacity": 46
}
], - "totalCount": 1
}
Technical details of a battery such as capacity and voltage
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
productCode required | string (Product Code) The product code used by the manufacturer |
{- "productCode": "MPP48V"
}
{- "manufacturer": "Valmet Automotive",
- "productCode": "MPP48V",
- "name": "Modular Power Pack, 48 V",
- "cellType": "lithium-titanate",
- "capacity": 2.2,
- "energy": 46,
- "voltage": {
- "min": 38,
- "max": 56,
- "nominal": 48.3
}, - "peakDischargingPower": 20,
- "peakChargingPower": 20,
- "continuousPower": 10,
- "standbyConsumption": 1,
- "cycleLife": 20000,
- "dimensions": {
- "length": 483,
- "width": 380,
- "height": 160
}, - "weight": 41,
- "operatingTemperature": {
- "min": -30,
- "max": 55,
- "recommendedMin": 5,
- "recommendedMax": 35
}, - "ipRating": "IP6K9K",
- "maxCoolantPressure": 3.5,
- "standardsCompliance": [
- "ECE R100",
- "IEC 61508 SIL 2",
- "ISO 13849 PL C",
- "ECE R10",
- "IEC 62061 SIL 2",
- "ISO 16750",
- "UN 38.3"
]
}
Diagnoses of a user with ICD10 codes
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
{ }
{- "diagnoses": [
- "icd10:J45"
]
}
Assign a key to have access to a specific lock
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
keyId required | string (Key ID) non-empty ^[0-9a-f]+$ UID of a key as a hex encoded string without delimiters |
lockId required | string (Lock ID) non-empty Vendor specific ID for a lock |
sharedSecret required | string (Shared Secret) Shared secret between the productizer and the system using it |
{- "keyId": "a1b2c3d4e5f6890",
- "lockId": "12345678",
- "sharedSecret": "string"
}
{- "keyId": "a1b2c3d4e5f6890",
- "lockId": "12345678"
}
Remove a key from having access to a specific lock
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
keyId required | string (Key ID) non-empty ^[0-9a-f]+$ UID of a key as a hex encoded string without delimiters |
lockId required | string (Lock ID) non-empty Vendor specific ID for a lock |
sharedSecret required | string (Shared Secret) Shared secret between the productizer and the system using it |
{- "keyId": "a1b2c3d4e5f6890",
- "lockId": "12345678",
- "sharedSecret": "string"
}
{- "keyId": "a1b2c3d4e5f6890",
- "lockId": "12345678"
}
Check if a key has access to a specific lock
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
keyId required | string (Key ID) non-empty ^[0-9a-f]+$ UID of a key as a hex encoded string without delimiters |
lockId required | string (Lock ID) non-empty Vendor specific ID for a lock |
sharedSecret required | string (Shared Secret) Shared secret between the productizer and the system using it |
{- "keyId": "a1b2c3d4e5f6890",
- "lockId": "12345678",
- "sharedSecret": "string"
}
{- "exists": true
}
In the Nordic Smart Government information exchange context the agent represents both registered organizations ("companies") and persons who are doing business without being registered organizations, usually as sole traders (sole proprietors). This data product definition returns basic information content for any agent.
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
nationalIdentifier required | string (National Identifier) National identifier for a legal entity |
{- "nationalIdentifier": "2464491-9"
}
{- "name": "Oy Example Ab",
- "legalForm": "FI_OY",
- "legalStatus": "NORMAL",
- "registrationDate": "2019-08-24",
- "registeredAddress": {
- "fullAddress": "Tietotie 4 A 7, 00100 Helsinki, Finland",
- "thoroughfare": "Avenue des Champs-Élysées",
- "locatorDesignator": "Flat 3, 17 or 3 A 4",
- "locatorName": "Shumann, Berlaymont (meeting room name)",
- "addressArea": "Montmartre (in Paris)",
- "postCode": "75000",
- "postName": "Paris",
- "poBox": "9383",
- "adminUnitLevel1": "USA",
- "adminUnitLevel2": "Uusimaa",
- "addressId": "123e4567-e89b-12d3-a456-42661417400"
}
}
The list of beneficial owners of a non-listed company. The shareholders exceeding 25 % ownership.
source required | string (Source) |
authorization required | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token required | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
nationalIdentifier required | string (National identifier) <= 40 characters The national identifier of the non-listed company issued by the trade register in any Nordic country. |
{- "nationalIdentifier": "FIN: 2464491-9 / SWE: 5560125791 / NOR: 923609016"
}
{- "shareSeries": [
- {
- "shareSeriesClass": "A",
- "numberOfShares": 1000,
- "votesPerShare": 1
}
], - "shareholders": [
- {
- "name": "Lars Lindberg | Company Ltd",
- "shareOwnership": [
- {
- "shareSeriesClass": "B",
- "quantity": 20
}
]
}
]
}
The list of representation rights of a legal entity
source required | string (Source) |
authorization required | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token required | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
nationalIdentifier required | string (National identifier) <= 40 characters The national identifier of the non-listed company issued by the trade register |
{- "nationalIdentifier": "FIN: 2464491-9 / SWE: 5560125791 / NOR: 923609016"
}
{- "signatoryRights": [
- {
- "role": "chairperson",
- "personalId": "1129955131",
- "givenName": "Mary",
- "middleNames": "Juliet Olive",
- "lastName": "Deo",
- "dateOfBirth": "1976-04-16",
- "nationality": "USA",
- "fullAddress": "Tietotie 4 A 7, 00100 Helsinki, Finland",
- "thoroughfare": "Avenue des Champs-Élysées",
- "locatorDesignator": "Flat 3, 17 or 3 A 4",
- "locatorName": "Shumann, Berlaymont building",
- "addressArea": "Montmartre (in Paris)",
- "postCode": "75000",
- "postName": "Paris",
- "poBox": "9383",
- "adminUnitLevel1": "USA",
- "adminUnitLevel2": "Lapland"
}
]
}
Create the initial set of data to establish a non-listed company
source required | string (Source) |
authorization required | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
required | object (Registrant) The personal details of the person registering the company |
required | object (Company details) The details of the company being established |
required | Array of objects (Share series) The details of the share series of the company |
required | object (Company address) The official address of the company |
required | Array of objects (Managing directors) |
required | Array of objects (Board members) |
required | object (Auditor details) The details of the company and person auditing the company |
{- "registrant": {
- "givenName": "John",
- "lastName": "Doe",
- "email": "john.doe@test.fi",
- "phoneNumber": "+358501234567"
}, - "companyDetails": {
- "name": "Digital company X",
- "alternativeName": "Digital company Y",
- "foundingDate": "2022-01-01",
- "industrySector": "62.01",
- "shareCapital": 1000,
- "capitalCurrency": "EUR",
- "settlementDeposit": 1000,
- "depositCurrency": "EUR",
- "settlementDate": "2022-02-01",
- "countryOfResidence": "USA"
}, - "shareSeries": [
- {
- "shareSeriesClass": "A",
- "numberOfShares": 100,
- "shareValue": 10,
- "shareValueCurrency": "EUR"
}
], - "companyAddress": {
- "fullAddress": "Tietotie 4 A 7, 00100 Helsinki, Finland",
- "thoroughfare": "Avenue des Champs-Élysées",
- "locatorDesignator": "Flat 3, 17 or 3 A 4",
- "locatorName": "Shumann, Berlaymont building",
- "addressArea": "Montmartre (in Paris)",
- "postCode": "75000",
- "postName": "Paris",
- "poBox": "9383",
- "adminUnitLevel1": "USA",
- "adminUnitLevel2": "Lapland"
}, - "managingDirectors": [
- {
- "role": "director",
- "givenName": "Mary",
- "middleNames": "Juliet Olive",
- "lastName": "Deo",
- "dateOfBirth": "1976-04-16",
- "nationality": "USA"
}
], - "boardMembers": [
- {
- "role": "member",
- "givenName": "Mary",
- "middleNames": "Juliet Olive",
- "lastName": "Deo",
- "dateOfBirth": "1976-04-16",
- "nationality": "USA"
}
], - "auditorDetails": {
- "companyName": "Auditor company X",
- "nationalIdentifier": "2464491-9",
- "givenName": "Jane",
- "lastName": "Doe"
}
}
{- "registrant": {
- "givenName": "John",
- "lastName": "Doe",
- "email": "john.doe@test.fi",
- "phoneNumber": "+358501234567"
}, - "companyDetails": {
- "name": "Digital company X",
- "alternativeName": "Digital company Y",
- "foundingDate": "2022-01-01",
- "industrySector": "62.01",
- "shareCapital": 1000,
- "capitalCurrency": "EUR",
- "settlementDeposit": 1000,
- "depositCurrency": "EUR",
- "settlementDate": "2022-02-01",
- "countryOfResidence": "USA"
}, - "shareSeries": [
- {
- "shareSeriesClass": "A",
- "numberOfShares": 100,
- "shareValue": 10,
- "shareValueCurrency": "EUR"
}
], - "companyAddress": {
- "fullAddress": "Tietotie 4 A 7, 00100 Helsinki, Finland",
- "thoroughfare": "Avenue des Champs-Élysées",
- "locatorDesignator": "Flat 3, 17 or 3 A 4",
- "locatorName": "Shumann, Berlaymont building",
- "addressArea": "Montmartre (in Paris)",
- "postCode": "75000",
- "postName": "Paris",
- "poBox": "9383",
- "adminUnitLevel1": "USA",
- "adminUnitLevel2": "Lapland"
}, - "managingDirectors": [
- {
- "role": "director",
- "givenName": "Mary",
- "middleNames": "Juliet Olive",
- "lastName": "Deo",
- "dateOfBirth": "1976-04-16",
- "nationality": "USA"
}
], - "boardMembers": [
- {
- "role": "member",
- "givenName": "Mary",
- "middleNames": "Juliet Olive",
- "lastName": "Deo",
- "dateOfBirth": "1976-04-16",
- "nationality": "USA"
}
], - "auditorDetails": {
- "companyName": "Auditor company X",
- "nationalIdentifier": "2464491-9",
- "givenName": "Jane",
- "lastName": "Doe"
}
}
Details about a person such as home address
source required | string (Source) |
authorization required | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
{ }
{- "name": "Joshua Gray",
- "address": "6 Raymond river\nRileybury\nCR3 6XA"
}
Information about environmental footprint of a product in the manufacturing phase
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
serialNumber required | string (Serial Number) The serial number given by the manufacturer |
{- "serialNumber": "MPP48V-296cde7f"
}
{- "carbonEquivalent": 200,
- "materialWaste": 8
}
Get the current time in a given country based on the ISO 3166-1 alpha-2 country code, formatted in RFC 3339 format
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
countryCode required | any (ISO 3166-1 alpha-2 country code) Enum: "ad" "ae" "af" "ag" "ai" "al" "am" "ao" "aq" "ar" "as" "at" "au" "aw" "ax" "az" "ba" "bb" "bd" "be" "bf" "bg" "bh" "bi" "bj" "bl" "bm" "bn" "bo" "bq" "br" "bs" "bt" "bv" "bw" "by" "bz" "ca" "cc" "cd" "cf" "cg" "ch" "ci" "ck" "cl" "cm" "cn" "co" "cr" "cu" "cv" "cw" "cx" "cy" "cz" "de" "dj" "dk" "dm" "do" "dz" "ec" "ee" "eg" "eh" "er" "es" "et" "fi" "fj" "fk" "fm" "fo" "fr" "ga" "gb" "gd" "ge" "gf" "gg" "gh" "gi" "gl" "gm" "gn" "gp" "gq" "gr" "gs" "gt" "gu" "gw" "gy" "hk" "hm" "hn" "hr" "ht" "hu" "id" "ie" "il" "im" "in" "io" "iq" "ir" "is" "it" "je" "jm" "jo" "jp" "ke" "kg" "kh" "ki" "km" "kn" "kp" "kr" "kw" "ky" "kz" "la" "lb" "lc" "li" "lk" "lr" "ls" "lt" "lu" "lv" "ly" "ma" "mc" "md" "me" "mf" "mg" "mh" "mk" "ml" "mm" "mn" "mo" "mp" "mq" "mr" "ms" "mt" "mu" "mv" "mw" "mx" "my" "mz" "na" "nc" "ne" "nf" "ng" "ni" "nl" "no" "np" "nr" "nu" "nz" "om" "pa" "pe" "pf" "pg" "ph" "pk" "pl" "pm" "pn" "pr" "ps" "pt" "pw" "py" "qa" "re" "ro" "rs" "ru" "rw" "sa" "sb" "sc" "sd" "se" "sg" "sh" "si" "sj" "sk" "sl" "sm" "sn" "so" "sr" "ss" "st" "sv" "sx" "sy" "sz" "tc" "td" "tf" "tg" "th" "tj" "tk" "tl" "tm" "tn" "to" "tr" "tt" "tv" "tw" "tz" "ua" "ug" "um" "us" "uy" "uz" "va" "vc" "ve" "vg" "vi" "vn" "vu" "wf" "ws" "ye" "yt" "za" "zm" "zw" An enumeration. |
{- "countryCode": "ad"
}
{- "currentTime": "string"
}
Common data points about the current weather with metric units in a given location. Simplified for example use, and not following industry standards.
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
lat required | number (Latitude) [ -90 .. 90 ] The latitude coordinate of the desired location |
lon required | number (Longitude) [ -180 .. 180 ] The longitude coordinate of the desired location |
{- "lat": 60.192059,
- "lon": 24.945831
}
{- "humidity": 72,
- "pressure": 1007,
- "rain": true,
- "temp": 17.3,
- "windSpeed": 2.1,
- "windDirection": 220
}
Determine the indoor location based on BLE beacons a device can hear and the signal strength in dBm.
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
required | Array of objects (Beacons) |
{- "beacons": [
- {
- "beaconId": "0d9b38d3-f8a0-4efe-ad62-f781fea62b86",
- "rssi": -55
}
]
}
{- "locationId": "849cc493-efb7-483f-b634-7a44849270f9",
- "locationName": "Deck #3"
}
Get instructions necessary in the export context, based on a Letter of Credit number.
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
letterOfCreditNumber required | string (Letter of credit number) |
{- "letterOfCreditNumber": "123"
}
{- "advisingBankBic": "string",
- "advisingBankName": "string",
- "advisingBankReference": "string",
- "applicantAddress": "string",
- "applicantName": "string",
- "beneficiaryAddress": "string",
- "beneficiaryName": "string",
- "confirmationInstructions": "string",
- "contractReference": "string",
- "creditAvailability": "string",
- "currencyCode": "string",
- "dateOfExpiry": "2019-08-24T14:15:22Z",
- "descriptionOfGoods": "string",
- "incoterm": "string",
- "incotermPlace": "string",
- "issueDate": "2019-08-24T14:15:22Z",
- "issuingBankBic": "string",
- "issuingBankName": "string",
- "latestDateOfShipment": "2019-08-24T14:15:22Z",
- "letterOfCreditValue": 0
}
Get the physical dimensions and weights of a product based on its product code
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
productCode required | string (Product code) |
{- "productCode": "string"
}
{- "grossWeight": "string",
- "height": 0,
- "length": 0,
- "netWeight": 0,
- "productDescription": "string",
- "productName": "string",
- "volume": 0,
- "width": 0
}
Information necessary for the receipt of cargo for a forwarder
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
shipmentId required | string (Shipment ID) |
{- "shipmentId": "string"
}
{- "carrierName": "string",
- "exporterName": "string",
- "finalDestination": "string",
- "finalDestinationAddress": "string",
- "forwarderContactPersonName": "string",
- "forwarderContactPersonPhone": "string",
- "forwarderName": "string",
- "handlingUnits": 0,
- "importerName": "string",
- "issueDate": "2019-08-24T14:15:22Z",
- "lcNumber": "string",
- "modeOfDelivery": "string",
- "placeOfDischarge": "string",
- "placeOfLoading": "string",
- "placeOfReceipt": "string",
- "statement": "string",
- "totalGrossWeight": 0,
- "totalNetWeight": 0,
- "totalVolume": 0
}
Get all the details necessary about the insurance certificate for a specific shipment based on the shipment ID.
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
shipmentId required | string (Shipment ID) |
{- "shipmentId": "string"
}
{- "currencyCode": "string",
- "descriptionOfGoods": "string",
- "finalDestination": "string",
- "handlingUnits": 0,
- "instituteClauses": "string",
- "insuranceValue": 0,
- "insuranceValuePercentage": 0,
- "insurerAddress": "string",
- "insurerName": "string",
- "modeOfDelivery": "string",
- "placeOfReceipt": "string",
- "totalGrossWeight": 0
}
Packing List
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
shipmentId required | string (Shipment ID) |
{- "shipmentId": "string"
}
{- "contractReference": "string",
- "descriptionOfGoods": "string",
- "finalDestination": "string",
- "handlingUnits": 0,
- "incoterm": "string",
- "incotermPlace": "string",
- "lcNumber": "string",
- "packingDescription": "string",
- "packingReference": "string",
- "placeOfReceipt": "string",
- "productItems": [
- {
- "productCode": "string",
- "productCount": 0
}
], - "totalGrossWeight": 0,
- "totalNetWeight": 0,
- "totalVolume": 0
}
Invoice
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
shipmentId required | string (Shipment ID) |
{- "shipmentId": "string"
}
{- "amountToBePaid": 0,
- "bankContactBic": "string",
- "bankContactIban": "string",
- "bankContactName": "string",
- "buyerContactPersonName": "string",
- "buyerName": "string",
- "buyerVatNumber": "string",
- "contractReference": "string",
- "countryOfOrigin": "string",
- "currencyCode": "string",
- "descriptionOfGoods": "string",
- "handlingUnits": 0,
- "incoterm": "string",
- "incotermPlace": "string",
- "invoiceNote": "string",
- "invoiceReference": "string",
- "issueDate": "2019-08-24T14:15:22Z",
- "lcNumber": "string",
- "letterOfCreditValue": 0,
- "modeOfDelivery": "string",
- "orderReference": "string",
- "projectReference": "string",
- "sellerContactPersonName": "string",
- "sellerName": "string",
- "sellerVatNumber": "string",
- "taxRate": 0,
- "totalGrossWeight": 0,
- "totalNetWeight": 0,
- "totalVolume": 0,
- "valueOfShipment": 0
}
Information about a country
source required | string (Source) |
authorization | string (User bearer token) The login token. Value should be "Bearer [token]" |
x-authorization-provider | string (Source of the token) The bare domain of the system that provided the token |
x-consent-token | string (Consent token) Consent token to provide to data sources that require a consent |
x-preview-token | string (Preview token) Optional authentication token for unpublished data sources |
signature | string (HTTP Message Signature) Optional HTTP Message Signature |
signature-input | string (HTTP Message Signature Input) Description of HTTP Message signature if one provided |
content-digest | string (Content digest of body) Optional content digest of request body |
code required | string (Code) = 2 characters ISO 3166-1 alpha-2 code for the country |
{- "code": "FI"
}
{- "code": "FI",
- "name": "Finland",
- "area": 338455,
- "languages": [
- "fi",
- "sv"
], - "capital": {
- "name": "Helsinki",
- "lat": 60.170833,
- "lon": 24.9375
}
}