Skip to content

housing association

Adrian Gortzak edited this page Aug 8, 2024 · 9 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={
    "id":"1234-45"
}))

Field list

Field name Description Example
id 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
id Organisation number of the housing association 1234-45

Raw request

Get

curl https://api.valueguard.se/v1/housing-association/{id}?access_token={access_token}
Clone this wiki locally