Logo
Roaring API Documentation

Find person by personId

GET {{baseUrl}}/:personId?history=<boolean>

 

Body PARAM

Key Datatype Required Description 
history
string history



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "records": [ { "address": { "addressProtection": [ { "addressProtectionLevel": "<string>", "versionInfo": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, { "addressProtectionLevel": "<string>", "versionInfo": { "value": "<Error: Too many levels of nesting to fake this schema>" } } ], "postalAddress": [ { "addressIdentifierFromRealEstateRegister": "<string>", "addressProtectionLevel": "<string>", "postOfficeBoxAddress": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "postalAddressFreeForm": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "streetAddressForPost": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "versionInfo": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, { "addressIdentifierFromRealEstateRegister": "<string>", "addressProtectionLevel": "<string>", "postOfficeBoxAddress": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "postalAddressFreeForm": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "streetAddressForPost": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "versionInfo": { "value": "<Error: Too many levels of nesting to fake this schema>" } } ], "postalNonNorwegianAddress": [ { "addressProtectionLevel": "<string>", "internationalAddress": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "internationalAddressFreeForm": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "versionInfo": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, { "addressProtectionLevel": "<string>", "internationalAddress": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "internationalAddressFreeForm": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "versionInfo": { "value": "<Error: Too many levels of nesting to fake this schema>" } } ], "preferredContactAddress": [ { "addressProtectionLevel": "<string>", "choiceOfPreferredAddress": "<string>", "contactAddressAsFreeForm": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "versionInfo": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, { "addressProtectionLevel": "<string>", "choiceOfPreferredAddress": "<string>", "contactAddressAsFreeForm": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "versionInfo": { "value": "<Error: Too many levels of nesting to fake this schema>" } } ], "residentialRegisteredAddress": [ { "addressIdentifierFromRealEstateRegister": "<string>", "addressProtectionLevel": "<string>", "constituency": "<long>", "district":
Curl
curl -X GET 'https://api.roaring.io/no/person/2.0/:personId?history=<boolean>?history=<boolean>'

ENDPOINTS