Skip to content

area information tag

robert-valueguard edited this page Apr 9, 2024 · 12 revisions

The code below gives an example of how to use the client to get area information tag data

import valueguard

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

print(vgClient.area_information_tag(search_criteria={
"area_ids":6
}))

Field list

Field name Description Example
name Name of the information tag Befolkningsstatistik
id ID of the information tag 2
product Is it a product? False

Search criteria fields

Field name Description Example
area_ids ID of areas {1, 2, 3}

Raw request

Get

curl https://api.valueguard.se/v1/area/information/tag?access_token={access_token}&area_ids={id}
Clone this wiki locally