Build History API Request can't filter by Tag?
An API request such as this doesn't return me the correct result, it just retrieves the latest build which does not have any Tag at all ;-;
https://ci.appveyor.com/api/projects/{OWNER}/{SLUG}/history?recordsNumber=1&branch=master&Tag={TAG}
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
Support Staff 1 Posted by Feodor Fitsner on 29 Feb, 2020 04:02 PM
Filtering by tag is currently not implemented.
2 Posted by vawlpe on 29 Feb, 2020 04:07 PM
Hmmm..
Can I filter by commit time or something?
I need to be able to get appveyor info on the latest github release of a repo, finding out some info about the latest release is easy with githubs api but ive been having trouble finding something that github gives me that appveyor can also filter by :/
I don't wanna have to request the last 100 builds and filter trough them to find what i need ;-;
Support Staff 3 Posted by Feodor Fitsner on 04 Mar, 2020 04:55 AM
We are working on history (and everything else) filtering.
Feodor Fitsner closed this discussion on 04 May, 2020 09:02 PM.