Person Full
GET {{baseUrl}}/full/:personalNumber
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"person": [
{
"deathDeclaration": {
"date": "<string>"
},
"deathInformation": {
"date": "<string>"
},
"domesticPostalAddress": [
{
"fromDate": "<string>",
"postalAddressFi": "<string>",
"postalAddressSe": "<string>",
"postalDistrictFi": "<string>",
"postalDistrictSe": "<string>",
"postalNumber": "<string>",
"toDate": "<string>"
},
{
"fromDate": "<string>",
"postalAddressFi": "<string>",
"postalAddressSe": "<string>",
"postalDistrictFi": "<string>",
"postalDistrictSe": "<string>",
"postalNumber": "<string>",
"toDate": "<string>"
}
],
"foreignPostalAddress": [
{
"address": "<string>",
"area": "<string>",
"city": "<string>",
"countryCode": "<string>",
"countryFi": "<string>",
"countrySe": "<string>",
"fromDate": "<string>",
"toDate": "<string>"
},
{
"address": "<string>",
"area": "<string>",
"city": "<string>",
"countryCode": "<string>",
"countryFi": "<string>",
"countrySe": "<string>",
"fromDate": "<string>",
"toDate": "<string>"
}
],
"guardianOfInterest": {
"information": "<string>"
},
"guardianOfInterestRestriction": {
"code": "<string>"
},
"motherTongue": {
"code": "<string>"
},
"municipality": {
"fromDate": "<string>",
"municipalityFi": "<string>",
"municipalityNumber": "<string>",
"municipalitySe": "<string>"
},
"name": {
"firstName": "<string>",
"lastName": "<string>"
},
"permanentDomesticAddress": {
"addressFi": "<string>",
"addressSe": "<string>",
"fromDate": "<string>",
"postalDistrictFi": "<string>",
"postalDistrictSe": "<string>",
"toDate": "<string>",
"zipCode": "<string>"
},
"permanentForeignAddress": {
"address": "<string>",
"countryCode": "<string>",
"fromDate": "<string>",
"locationAndCountryFi": "<string>",
"locationAndCountrySe": "<string>",
"toDate": "<string>",
"town": "<string>"
},
"personId": {
"code": "<string>",
"value": "<string>"
},
"temporaryDomesticAddress": [
{
"addressFi": "<string>",
"addressSe": "<string>",
"fromDate": "<string>",
"postalDistrictFi": "<string>",
"postalDistrictSe": "<string>",
"toDate": "<string>",
"zipCode": "<string>"
},
{
"addressFi": "<string>",
"addressSe": "<string>",
"fromDate": "<string>",
"postalDistrictFi": "<string>",
"postalDistrictSe": "<string>",
"toDate": "<string>",
"zipCode": "<string>"
}
],
"temporaryForeignAddress": [
{
"address": "<string>",
"countryCode": "<string>",
"fromDate": "<string>",
"locationAndCountryFi": "<string>",
"locationAndCountrySe": "<string>",
"toDate": "<string>",
"town": "<string>"
},
{
"address": "<string>",
"countryCode": "<string>",
"fromDate": "<string>",
"locationAndCountryFi": "<string>",
"locationAndCountrySe": "<string>",
"toDate": "<string>",
Curl curl -X GET 'https://api.roaring.io/fi/person/1.0/full/:personalNumber' ENDPOINTS |