action mcw_get_retired_object_count_using_get { label: "Count of retired objects by type, for specified species and date" provider: mcw method: GET path: "/stats/count/retiredObject/{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 } }