We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This primarily affects the datasets/:dsid:/contacts endpoint, but likely affects any other contact endpoints. They should all return information with:
datasets/:dsid:/contacts
{contactid: null, fullname: null, lastname: null, firstname: null, url: null, email: null, address: null}.
{contactid: null, fullname: null, lastname: null, firstname: null, url: null, email: null, address: null}
The text was updated successfully, but these errors were encountered:
Fixing empty message in contact information resulting from issue Neot…
41aab58
…omaDB/api_nodetest#69
An example is dataset 4628 (from FAUNMAP).
A full list of datasets without listed PIs can be obtained using:
SELECT ds.datasetid FROM ndb.datasets AS ds LEFT OUTER JOIN ndb.datasetpis AS dspi ON ds.datasetid = dspi.datasetid WHERE dspi.contactid IS NULL
Sorry, something went wrong.
No branches or pull requests
This primarily affects the
datasets/:dsid:/contacts
endpoint, but likely affects any other contact endpoints. They should all return information with:{contactid: null, fullname: null, lastname: null, firstname: null, url: null, email: null, address: null}
.The text was updated successfully, but these errors were encountered: