Filtering the /packages API

The documentation for the /packages API doesn’t discuss any filters, but, for example, if you use the Octopus Library/Packages UI you can see it supports things like filter, latest, paging via skip/take, etc. Are there any other undocumented filter capabilities?

Specifically we would like to monitor the packages that have changed since a specific date, so a filter like since would serve our needs. If there is another way to accomplish this with a different API, I’m totally open to hearing about that as well.

Hi Drew,

If you browse [OctopusURL]/api you’ll find all the filters available for the API. unfortunatelly since its not one of them.

Thanks

Dalmiro

Ah, I didn’t know about that /api trick to see all the Links, thanks.

Bummer about not being able to query on since though.