Fetch all the properties related to a person
GET/persons/properties
Person Property Information Endpoint
Overview
This API retrieves all the properties related information of a person or persons based on a person id or batch id.
It supports both single person retrieval and batch downloads.
It returns a person's phone number, phone name, person id, etc.
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/persons/properties?person-id=2312701' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
batchId | Unique identifier for the batch | Unik identifikator for batchen | PropCloud |
propertyIdNma | Unique identifier for the property, generated based on city number, ground number, and other details. | Unik identifikator for eiendommen generert basert paa kommunenummer, gaardsnummer og andre detaljer. | PropCloud |
lat | Latitude coordinate of the property. | Breddegrad koordinat for eiendommen. | Kartverket |
lon | Longitude coordinate of the property. | Lengdegrad koordinat for eiendommen. | Kartverket |
propertyAddress | The address of the property. | Eiendommens adresse. | PropCloud |
name | Full name of the person | Fullt navn paa personen | Kartverket |
personAddress | The address of the person. | Personens adresse. | PropCloud |
personNumber | Unique identification number for the person. | Unik identifikasjonsnummer for personen. | PropCloud |
Request
Responses
- 200
- 422
Successful Response
Validation Error