action mcw_get_retired_object_diff_using_get { label: "Count difference of retired objects, by type, for specified species and date range" provider: mcw method: GET path: "/stats/diff/retiredObject/{speciesTypeKey}/{dateFromYYYYMMDD}/{dateToYYYYMMDD}" encoding: json input: { type: "object" properties: { dateFromYYYYMMDD: { type: "string" } dateToYYYYMMDD: { type: "string" } speciesTypeKey: { type: "integer" format: "int32" } } required: ["dateFromYYYYMMDD", "dateToYYYYMMDD", "speciesTypeKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }