action mcw_get_xdbs_count_using_get { label: "Count of external database ids, for specied species and date" provider: mcw method: GET path: "/stats/count/xdb/{speciesTypeKey}/{dateYYYYMMDD}" encoding: json input: { type: "object" properties: { dateYYYYMMDD: { type: "string" } speciesTypeKey: { type: "integer" format: "int32" } } required: ["dateYYYYMMDD", "speciesTypeKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }