action geodesystems_search_boston_crime { label: "Search API for 'Boston Crime' entry type" description: "API to search for entries of type Boston Crime" provider: geodesystems method: GET path: "/repository/search/type/boston_crime" 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_boston_crime.day_of_week": { type: "string" } "search.db_boston_crime.district": { type: "string" } "search.db_boston_crime.hour": { type: "number" format: "double" } "search.db_boston_crime.location": { type: "string" } "search.db_boston_crime.month": { type: "number" format: "double" } "search.db_boston_crime.offense": { type: "string" } "search.db_boston_crime.offense_code_group": { type: "string" } "search.db_boston_crime.offense_description": { type: "string" } "search.db_boston_crime.reporting_area": { type: "string" } "search.db_boston_crime.shooting": { type: "string" } "search.db_boston_crime.street": { type: "string" } "search.db_boston_crime.year": { type: "number" format: "double" } skip: { type: "integer" } text: { type: "string" } todate: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }