How can I get the time of a build through the REST API? Henri Created February 19, 2015 15:48 Basically, I would like to use the Time field we can see on a build.The elapsed time would be nice too.How can I get that?
Hi Henri,
You can get the build start/finish time using the following requests:
http://localhost:8111/httpAuth/app/rest/builds/id:<build_id>/startDate http://localhost:8111/httpAuth/app/rest/builds/id:<build_id>/finishDateGreat! Thanks.
Is there a list of all the existing fields somewhere?
No, we do not have full list. You can explore REST API, it is simple enough. Please see General Usage Principles.
The /test trick is indeed really useful