Milestone › Get Milestone By ID
Milestone
Get Milestone By ID Get details of a milestone by its ID.
curl -- request GET \
-- url "https://test-manager-api.lambdatest.com/api/v1/milestone/{milestone_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"data" : {
"milestone_id" : "01JHN7P7PXFF4F85SPXDKTGXWG" ,
"project_id" : "01JEQSN8WQW76RM59X3KSBZYVH" ,
"title" : "mile mi" ,
"description" : "desc desc." ,
"test_run_id" : [
"01JF4TH6P7A9TCP2YPZWQX7E3Z"
] ,
"tags" : [
"t01" ,
"t02"
] ,
"start_at" : "2024-01-02T15:04:05.000Z" ,
"end_at" : "2026-01-02T15:04:05.000Z" ,
"owned_by" : 862914 ,
"created_at" : "2024-12-29T17:19:20.000Z" ,
"updated_at" : "2024-12-29T17:19:20.000Z" ,
"created_by" : 1000188123 ,
"updated_by" : 1000188123
}
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters milestone_id string required
Response 200▼
application/json Milestone successfully retrieved.
data object
▶ Hide child attributesdata. milestone_id string
Example: "01JHN7P7PXFF4F85SPXDKTGXWG"
data. project_id string
Example: "01JEQSN8WQW76RM59X3KSBZYVH"
data. title string
Example: "mile mi"
data. description string
Example: "desc desc."
data. test_run_id string[]
Example: ["01JF4TH6P7A9TCP2YPZWQX7E3Z"]
data. start_at string
Example: "2024-01-02T15:04:05.000Z"
data. end_at string
Example: "2026-01-02T15:04:05.000Z"
data. owned_by number
Example: 862914
data. created_at string
Example: "2024-12-29T17:19:20.000Z"
data. updated_at string
Example: "2024-12-29T17:19:20.000Z"
data. created_by number
Example: 1000188123
data. updated_by number
Example: 1000188123
curl -- request GET \
-- url "https://test-manager-api.lambdatest.com/api/v1/milestone/{milestone_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"data" : {
"milestone_id" : "01JHN7P7PXFF4F85SPXDKTGXWG" ,
"project_id" : "01JEQSN8WQW76RM59X3KSBZYVH" ,
"title" : "mile mi" ,
"description" : "desc desc." ,
"test_run_id" : [
"01JF4TH6P7A9TCP2YPZWQX7E3Z"
] ,
"tags" : [
"t01" ,
"t02"
] ,
"start_at" : "2024-01-02T15:04:05.000Z" ,
"end_at" : "2026-01-02T15:04:05.000Z" ,
"owned_by" : 862914 ,
"created_at" : "2024-12-29T17:19:20.000Z" ,
"updated_at" : "2024-12-29T17:19:20.000Z" ,
"created_by" : 1000188123 ,
"updated_by" : 1000188123
}
}