Skip to content

housing association

robert-valueguard edited this page May 22, 2024 · 4 revisions

Get housing association

The code below gives an example of how to use the client to get a housing association.

import valueguard

vgClient = valueguard.Client()
vgClient.authenticate("<username>", "<password>")


print(vgClient.housing_association(search_criteria={
    "organisation_number":"1234-45"
}))

Field list

Field name Description Example
organisation_number Organisation number of the housing association 1234-45
name Name of the housing association Brf Uppsala
rt90x X-coordinate (longitude) from RT90.
a Swedish positioning system by LMV used before 2007
6586700
rt90y Y-coordinate (latitude) from RT90.
a Swedish positioning system by LMV used before 2007
1367905

Search criteria fields

Field name Description Example
organisation_number Organisation number of the housing association 1234-45

Raw request

Get

curl https://api.valueguard.se/v1/housing_association/{organisation_number}?access_token={access_token}
Clone this wiki locally