Add search parameter to procedure task API endpoint
U
Ultramarine Hawk
Right now, if I want to search and find a task that contains a string, I have to pull every procedure and manually search. This causes slow HTTP requests as megabytes of data is downloaded and then processed by the application. I would like to have a search query parameter like the Articles endpoint has.