action geodesystems_search_bolder_rental_housing { label: "Search API for 'Boulder Rental Housing' entry type" description: "API to search for entries of type Boulder Rental Housing" provider: geodesystems method: GET path: "/repository/search/type/bolder_rental_housing" 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_bolder_rental_housing.bldgtype": { type: "string" } "search.db_bolder_rental_housing.company": { type: "string" } "search.db_bolder_rental_housing.complexnm": { type: "string" } "search.db_bolder_rental_housing.dwellunits": { type: "integer" } "search.db_bolder_rental_housing.engcompl": { type: "string" } "search.db_bolder_rental_housing.licenseexp": { type: "string" } "search.db_bolder_rental_housing.licensenum": { type: "string" } "search.db_bolder_rental_housing.location": { type: "string" } "search.db_bolder_rental_housing.name": { type: "string" } "search.db_bolder_rental_housing.neighbrhd": { type: "string" } "search.db_bolder_rental_housing.person_1": { type: "string" } "search.db_bolder_rental_housing.person_2": { type: "string" } "search.db_bolder_rental_housing.persontype": { type: "string" } "search.db_bolder_rental_housing.ppl1_coname": { type: "string" } "search.db_bolder_rental_housing.ppl1_role": { type: "string" } "search.db_bolder_rental_housing.ppl2_coname": { type: "string" } "search.db_bolder_rental_housing.ppl2_role": { type: "string" } "search.db_bolder_rental_housing.propaddr1": { type: "string" } "search.db_bolder_rental_housing.rentaltype": { type: "string" } "search.db_bolder_rental_housing.roomunits": { type: "integer" } skip: { type: "integer" } text: { type: "string" } todate: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }