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