[empty custom forms] Do you want to know if there are dataSets or programStages that contain empty custom forms?

Maybe you can reuse these example API calls :slight_smile:

https://play.dhis2.org/2.36.12/api/dataSets.json?fields=id,name,dataEntryForm[id,htmlCode]&filter=dataEntryForm:!null&filter=dataEntryForm.htmlCode:null

https://play.dhis2.org/2.36.12/api/programStages.json?fields=id,program[name,id],name,dataEntryForm[id,htmlCode]&filter=dataEntryForm:!null&filter=dataEntryForm.htmlCode:null

2 Likes

Hi @ctejo! :slight_smile:
Thank you for sharing!

I’ve you would like, please feel free to add it to the API wiki API wiki post: developers, collaborate here with API Q&As & tips you find helpful for other developers

Hi @Gassim ! Thanks for the pointer. I have already included this example to the API wiki post.

1 Like

You’re welcome! Saw it, thanks for the helpful contributions! :blush::+1:

@ctejo if you want, a quoting this post there as I did below works too! :+1::+1: