Description
Returns the list of milestones of an organization.
The current user must have administrator rights.
URL
https://api.skriv.com/v1/organization/getMilestones/orgId
| Field | Type | Description |
|---|---|---|
| orgId | int | Organization ID |
Response
List of milestones (see below).
Milestone
| Field | Type | Description |
|---|---|---|
| id | int | Milestone ID |
| dateCreation | datetime | Creation date |
| name | string | Milestone name |
| dateStart | date | Optional. Date of the milestone's beginning (when used as a cycle/sprint). |
| dateDeadline | date | Date of the milestone's deadline |