API - Project Overview Page

I’m looking at the API
/api/progression/{id}
Is there a take/skip parameter on this?
I’m wanting that Project Overview data… but with a bit more historical of what releases were deployed in which environment.

Hi @Chandler,

Thanks for getting in touch! Currently the progression section in our API is under releases and does not have the take/skip parameter.

A call to the progression page looks like the following: (Releases-81 being the releaseID)

http://OctopusServer/api/releases/Releases-81/progression

In order to filter the results to return specific data, you will need to write your own custom script.

We have a GitHub repository with some examples scripts which may help you get started here, though nothing for this exact scenario.

Let me know if you have any further questions here.

Best regards,
Daniel