cURL
curl --request GET \ --url https://api.homelogs.io/v1/property/{property_id}/permits \ --header 'X-API-Key: <api-key>'
{ "property_id": "<string>", "count": 1, "permits": [ { "permit_id": "<string>", "permit_type": "<string>", "work_type": "roof", "status": "<string>", "issue_date": "2023-12-25", "completion_date": "2023-12-25", "contractor": "<string>", "valuation": 123, "raw_description": "<string>", "source": "<string>" } ], "next_cursor": "<string>" }
Returns paginated permit history sorted by effective permit date descending.
Deterministic property identity token
^prop_[0-9a-f]{32}$
1 <= x <= 100
Opaque cursor token returned from the previous page
Permit history page
x >= 0
Show child attributes