Fetch sales document links
GET/documents/sales-documents
Sales Documents Endpoint
Overview
This API retrieves sales documents (salgsoppgaver) based on batch id, property id, or housing association id.
It supports both single property retrieval and batch downloads.
Sales documents are documents made by brokers to provide information about a property for sale. They contain information such as the property's address, price, and other details.
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/documents/sales-documents?batch-id=1' \
-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 by PropCloud based on: city number, ground number, usage number, lease number and section number | Unik identifikator for eiendommen generert av PropCloud basert paa: kommunenummer, gaardsnummer, bruksnummer, festenummer og seksjonsnummer | PropCloud |
housingAssociationIdNma | Unique identifier for the housing association unit, formatted as organization number-share number, i.e. "924758716-4" | Unik identifikator for borettslagsandelen, formatert som organisasjonsnummer-andelsnummer, i.e. "924758716-4" | PropCloud |
broker | Abbreviation for the broker that made the sales report, i.e. EM1 for "Eiendomsmegler1" | Forkortelse for megleren som lagde salgsrapporten, f.eks. EM1 for "Eiendomsmegler1" | PropCloud |
date | Date the sales document was fetched by PropCloud | Dato for når salgsdokumentet ble hentet av PropCloud | PropCloud |
link | Link to the downloadable PDF | Lenke til den nedlastbare PDF-filen | PropCloud |
Request
Responses
- 200
- 422
Successful Response
Validation Error