You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each of these endpoints only accepts the where as a query parameter (rather than filter) so only the WHERE filter is supported here. This should be implemented elsewhere but should be noted as a reminder. The following format should be used as a response which is slightly different to DataGateway API:
{
"count": 15
}
Acceptance criteria:
Implement each endpoint
Write test cases to cover each endpoint
The text was updated successfully, but these errors were encountered:
Description:
This covers the following endpoints:
/datasets/{pid}/files/count
/datasets/count
/documents/count
/instruments/count
Each of these endpoints only accepts the
where
as a query parameter (rather thanfilter
) so only the WHERE filter is supported here. This should be implemented elsewhere but should be noted as a reminder. The following format should be used as a response which is slightly different to DataGateway API:Acceptance criteria:
The text was updated successfully, but these errors were encountered: