REST api for to GET projects and status

michiel's Avatar

michiel

05 Jun, 2014 12:36 PM

We have a custom dashboard at the office that displays all of your projects and build status. A blog post about an older version of the dashboard is here: http://markswanderingthoughts.nl/post/40012275522/visually-attracti...

The dashboard currently displays projects from TeamCity and Jenkins and I'd like to add AppVeyor to that list. But I need some kind of REST api to get all the projects and current build status. Basically all the data that's on the project page: https://ci.appveyor.com/projects but then using the REST api.

  1. Support Staff 1 Posted by Feodor Fitsner on 05 Jun, 2014 05:54 PM

    Feodor Fitsner's Avatar

    You can get all the information you can see at "Projects" page with just a single API request:

    GET https://ci.appveyor.com/api/projects
    

    For API authentication details see this article: http://www.appveyor.com/docs/api

    Let me know if you have any questions. Would love to see how your office dashboard will work for AppVeyor! :)

  2. 2 Posted by michiel on 06 Jun, 2014 09:30 AM

    michiel's Avatar

    Thanks, works great! Projects build by AppVeyor are now also visible on our company dashboard. Only thing missing is a custom icon for each project, but that's no problem.

    Thanks a lot, great work.

  3. Support Staff 3 Posted by Feodor Fitsner on 06 Jun, 2014 05:03 PM

    Feodor Fitsner's Avatar

    Cool! Post a photo to check it out :)

    What custom icon do you mean?

  4. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:43 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac