List all freeze periods
GET
/api/v4/projects/{id}/freeze_periods
Lists all freeze periods for a specified project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”page
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
integer format: int64
freeze_start
string
freeze_end
string
cron_timezone
string
created_at
string format: date-time
updated_at
string format: date-time
Example
{ "id": 1, "freeze_start": "0 23 * * 5", "freeze_end": "0 8 * * 1", "cron_timezone": "UTC", "created_at": "2020-05-15T17:03:35.702Z", "updated_at": "2020-05-15T17:03:35.702Z"}Bad Request
Unauthorized
Not found