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