Skip Navigation LinksHome Page > Forums > SpiraTest Forums > SpiraTest Issues & Questi... > Rest API Endpoint for Aut...
API Page: /projects/{project_id}/test-runs/search/automatedWhen I run the following curl, I got an error:
curl \ -H 'Accepts: application/json' \ -H 'Content-Type: application/json' \ -u [key] -X POST \ -d '[]' \ https://[team].spiraservice.net/services/v6_0/RestService.svc/projects/{project_id}/test-cases/test-runs/search/automated?starting_row\=1\&number_of_rows\=10I get the following response:
"The passed in 'starting_row' needs to be an integer"The workaround is hit each individual Run's endpoint, but that seems like it'll be taxing on the server.
Please could you raise a support ticket for this.
Regards
David
Thanks David, I opened a new ticket for this issue.
Is there any update on this issue? I'm experiencing it as well so am wondering when it will be fixed.