-
Notifications
You must be signed in to change notification settings - Fork 1
ads pdf
davidmagnussonvalueguard edited this page Jan 11, 2022
·
5 revisions
The code below gives an example of how to get a pdf snapshot of an ad.
import valueguard
vgClient = valueguard.Client()
vgClient.authenticate("<username>", "<password>")
ad_id = "2342324"
adPdf = vgClient.ads_pdf(search_criteria={
"ad_id":"2342342"
})
with open(ad_id + '.pdf', 'wb') as f:
f.write(adPdf)
Field name | Description | Example |
---|---|---|
ad_id | ad id | 12312312 |
curl https://api.valueguard.se/v1/ads/pdf?access_token={access_token}&ad_id={ad_id}
- General description
- Residential Registry
- Residential Registry Markups
- Residential Registry Valuations
- General description
- Index normalized
- Index definitions*
- Publishing calendar
- Best index
- Index recount
- Index statistics
- Index volume
- General description
- Area
- Area polygon
- Area category
- Area information
- Area information field
- Area information tag
- Area information dates
- Area map
*= only for internal use