List deployment frequencies for the project
GET
/api/v4/projects/{id}/analytics/deployment_frequency
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”environment
required
string
Name of the environment to filter by
from
required
string format: date-time
Datetime to start from, inclusive
to
string format: date-time
Datetime to end at, exclusive
interval
string
Interval to roll-up data by
Responses
Section titled “Responses”OK
Media typeapplication/json
object
value
string
from
string
to
string
Examplegenerated
{ "value": "example", "from": "example", "to": "example"}Bad Request
Not Found