Milestones: get
Gets a milestone by ID.
Request
HTTP Request
GET https://cawemo.example.com/api/v1/milestones/:id
Path Parameters
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the milestone to request. |
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns the following response body:
| Name | Type | Description |
|---|---|---|
| content | string | Content of the requested milestone. |
| metadata | object | Metadata of the milestone, see Milestone resource. |