action warwick_get_api_v2_0_database_strains { label: "get_api_v2_0_database_strains" description: "Strain metadata" provider: warwick method: GET path: "/api/v2.0/{database}/strains" encoding: json input: { type: "object" properties: { antigenic_formulas: { type: "string" } assembly_barcode: { type: "string" } barcode: { type: "array" items: { type: "string" } } city: { type: "string" } collection_date: { type: "integer" format: "int32" } collection_month: { type: "integer" format: "int32" } collection_time: { type: "string" } collection_year: { type: "integer" format: "int32" } comment: { type: "string" } continent: { type: "string" } country: { type: "string" } county: { type: "string" } database: { type: "string" } lab_contact: { type: "string" } latitude: { type: "number" format: "float" } limit: { type: "integer" format: "int32" } longitude: { type: "number" format: "float" } my_strains: { type: "boolean" } offset: { type: "integer" format: "int32" } only_fields: { type: "array" items: { type: "string" } } orderby: { type: "string" } postcode: { type: "string" } region: { type: "string" } reldate: { type: "integer" format: "int32" } return_all: { type: "boolean" } sample_accession: { type: "string" } secondary_sample_accession: { type: "string" } serotype: { type: "string" } sortorder: { type: "string" } source_details: { type: "string" } source_niche: { type: "string" } source_type: { type: "string" } strain_name: { type: "string" } substrains: { type: "boolean" } uberstrain: { type: "string" } version: { type: "integer" format: "int32" } } required: ["database"] additionalProperties: false } output: { type: "object" additionalProperties: true } }