gbif / gbif-api

GBIF API
Apache License 2.0
27 stars 5 forks source link

Should endpoint dataset/duplicate/ return nothing? #113

Open jhnwllr opened 7 months ago

jhnwllr commented 7 months ago

// 20231204105056 // https://api.gbif.org/v1/dataset/duplicate/

{
  "offset": 0,
  "limit": 20,
  "endOfRecords": true,
  "count": 0,
  "results": [

  ]
}
marcos-lg commented 7 months ago

In the DB the only duplicated datasets that we have are deleted. So unless we want to return deleted datasets it looks ok.