action geodesystems_search_construction_permits { label: "Search API for 'Construction Permits' entry type" description: "API to search for entries of type Construction Permits" provider: geodesystems method: GET path: "/repository/search/type/construction_permits" encoding: json input: { type: "object" properties: { "changedate.from": { type: "string" format: "date-time" } "changedate.to": { type: "string" format: "date-time" } "createdate.from": { type: "string" format: "date-time" } "createdate.to": { type: "string" format: "date-time" } description: { type: "string" } filesuffix: { type: "string" } fromdate: { type: "string" format: "date-time" } group: { type: "string" } max: { type: "integer" } maxlatitude: { type: "number" format: "float" } maxlongitude: { type: "number" format: "float" } minlatitude: { type: "number" format: "float" } minlongitude: { type: "number" format: "float" } name: { type: "string" } "search.db_construction_permits.address": { type: "string" } "search.db_construction_permits.affordable_hsg_unit": { type: "integer" } "search.db_construction_permits.applied": { type: "string" } "search.db_construction_permits.approved": { type: "string" } "search.db_construction_permits.building_uses_and_work_scopes": { type: "string" } "search.db_construction_permits.case_status": { type: "string" } "search.db_construction_permits.category": { type: "string" } "search.db_construction_permits.co_date": { type: "string" } "search.db_construction_permits.completion_date": { type: "string" } "search.db_construction_permits.contractor_company": { type: "string" } "search.db_construction_permits.contractor_first_name": { type: "string" } "search.db_construction_permits.contractor_last_name": { type: "string" } "search.db_construction_permits.existing_res_unit": { type: "integer" } "search.db_construction_permits.issued": { type: "string" } "search.db_construction_permits.narrative_description": { type: "string" } "search.db_construction_permits.new_res_unit": { type: "integer" } "search.db_construction_permits.new_sf": { type: "integer" } "search.db_construction_permits.owner1_company": { type: "string" } "search.db_construction_permits.owner1_first_name": { type: "string" } "search.db_construction_permits.owner1_last_name": { type: "string" } "search.db_construction_permits.owner2_company": { type: "string" } "search.db_construction_permits.owner2_first_name": { type: "string" } "search.db_construction_permits.owner2_last_name": { type: "string" } "search.db_construction_permits.permit_types": { type: "string" } "search.db_construction_permits.primary_company": { type: "string" } "search.db_construction_permits.primary_first_name": { type: "string" } "search.db_construction_permits.primary_last_name": { type: "string" } "search.db_construction_permits.remodel_sf": { type: "integer" } "search.db_construction_permits.total_project_value": { type: "number" format: "double" } "search.db_construction_permits.total_subpermit_value": { type: "number" format: "double" } skip: { type: "integer" } text: { type: "string" } todate: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }