action warwick_get_api_v2_0_database_straindata { label: "get_api_v2_0_database_straindata" description: "Strain data" provider: warwick method: GET path: "/api/v2.0/{database}/straindata" encoding: json input: { type: "object" properties: { assembly_status: { 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" } custom_fields: { type: "string" } database: { type: "string" } email: { 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" } n50: { type: "integer" format: "int32" } 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" } 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" } top_species: { type: "string" } uberstrain: { type: "string" } version: { type: "integer" format: "int32" } } required: ["database"] additionalProperties: false } output: { type: "object" additionalProperties: true } }