-
Notifications
You must be signed in to change notification settings - Fork 1
area information field
robert-valueguard edited this page Aug 15, 2022
·
11 revisions
The code below gives an example of how to use the client to get area information field data
import valueguard
import requests
import pandas
api_host="<api_host>"
vgClient = valueguard.Client()
vgClient.server_url = api_host
vgClient.authenticate("<username>", "<password>")
vgClient.access_token
url = api_host + "/v1/area/information/field?access_token=" + vgClient.access_token +"<search criteria>"
response = requests.request("GET", url, headers={}, data={})
pandas.DataFrame(response.json()['area_information_fields'])
Field name | Description | Example |
---|---|---|
name | Name of information field | Befolkningsmängd |
id | ID of information field | 1 |
curl https://api.valueguard.se/v1/area/information/field?access_token={access_token}&id={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