v1
latestOpenAPI 3.0.02026-07-243964175.3 KBfeatures
v4 /packs.json /packs.json
Returns detailed information about the packs available to the user calling the API. Details include which feature and attribute classes are available as part of each pack.
get/packs.json
Query parameters
bulkboolean
Bulk determines whether if the request is part of a large batch of requests, meaning requests will not be rate-limited.
Response
OK
Example response
{
"packs": [
{
"code": "roof_char",
"featureClasses": [
{
"id": "1344cc38-cf6f-42fd-a2ca-6e7e1dd854c4",
"description": "Shingle roof",
"supportedVersions": [
"gen3-winter_sunrise-1.1"
]
}
],
"attributeClasses": [
{
"id": "1344cc38-cf6f-42fd-a2ca-6e7e1dd854c4",
"description": "Shingle roof",
"supportedVersions": [
"gen3-winter_sunrise-1.1"
]
}
]
}
]
}