action geodesystems_search_colorado_water_rights { label: "Search API for 'Colorado Water Rights' entry type" description: "API to search for entries of type Colorado Water Rights" provider: geodesystems method: GET path: "/repository/search/type/colorado_water_rights" 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_colorado_water_rights.adjudication_date": { type: "string" } "search.db_colorado_water_rights.appropriation_date": { type: "string" } "search.db_colorado_water_rights.comments": { type: "string" } "search.db_colorado_water_rights.county": { type: "string" } "search.db_colorado_water_rights.decreed_units": { type: "string" } "search.db_colorado_water_rights.decreed_uses": { type: "string" } "search.db_colorado_water_rights.location": { type: "string" } "search.db_colorado_water_rights.more_information": { type: "string" } "search.db_colorado_water_rights.net_absolute": { type: "number" format: "double" } "search.db_colorado_water_rights.net_apex_absolute": { type: "number" format: "double" } "search.db_colorado_water_rights.net_apex_conditional": { type: "number" format: "double" } "search.db_colorado_water_rights.net_conditional": { type: "number" format: "double" } "search.db_colorado_water_rights.priority_no": { type: "string" } "search.db_colorado_water_rights.seasonal_limits": { type: "string" } "search.db_colorado_water_rights.structure_name": { type: "string" } "search.db_colorado_water_rights.structure_type": { type: "string" } "search.db_colorado_water_rights.water_source": { type: "string" } skip: { type: "integer" } text: { type: "string" } todate: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }