action geodesystems_search_boulder_consulting_services { label: "Search API for 'Boulder Consulting Services Database' entry type" description: "API to search for entries of type Boulder Consulting Services Database" provider: geodesystems method: GET path: "/repository/search/type/boulder_consulting_services" 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_boulder_consulting_services.account_description": { type: "string" } "search.db_boulder_consulting_services.amount": { type: "number" format: "double" } "search.db_boulder_consulting_services.comment": { type: "string" } "search.db_boulder_consulting_services.date": { type: "string" } "search.db_boulder_consulting_services.department": { type: "string" } "search.db_boulder_consulting_services.fund": { type: "string" } "search.db_boulder_consulting_services.object": { type: "string" } "search.db_boulder_consulting_services.organization": { type: "string" } "search.db_boulder_consulting_services.project": { type: "string" } "search.db_boulder_consulting_services.purchase_order": { type: "string" } "search.db_boulder_consulting_services.vendor_name": { type: "string" } skip: { type: "integer" } text: { type: "string" } todate: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }