← Back to team overview

dhis2-users team mailing list archive

Web API Complete data set registrations

 

Hi All,


I'm trying to get all complete data set registrations for a particular user after a particular date. Something along the lines of:


SELECT * FROM completedatasetregistration WHERE date>'2015-11-01' and storedby='admin';


How can I achieve this through the Web API?


Best regards,

Pedro Lima

Follow ups