v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Projects

Retrieve AHJ

Retrieve an Authority Having Jurisdiction (AHJ).


AHJ information is determined through a project's property address according to the Census TIGER/Line Legal Boundary Shapefiles.

get/tenants/{tenant_id}/ahjs/{id}

Path parameters

tenant_idstring uuid required

The ID of the tenant that the AHJ is part of.

idstring uuid required

The ID of the AHJ to retrieve.

Response

AHJ successfully retrieved.

Example response

{
  "ahj": {
    "name": "Green township",
    "general_requirements": {
      "wind_code": "ASCE 7-16"
    },
    "structural_requirements": {
      "wind_speed": 70,
      "snow_load": 10,
      "max_span": 48
    }
  }
}