Milestone › Get All Milestones By Project ID
Milestone
Get All Milestones By Project ID Retrieve all milestones associated with a given project ID.
Get All Milestones By Project ID curl -- request GET \
-- url "https://test-manager-api.lambdatest.com/api/v1/project/{project_id}/milestones" \
-- header "Authorization: Basic <encoded-value>"
{
"data" : {
"project_id" : "01JG9PVWC7MJ9YKR92TMDTVYJC" ,
"name" : "Sample Test Runs" ,
"description" : "" ,
"test_case_count" : 17 ,
"test_run_count" : 0 ,
"created_by" : 1000188123 ,
"updated_by" : 1000188123 ,
"created_at" : "2024-12-29T17:19:20.000Z" ,
"updated_at" : "2024-12-29T17:19:20.000Z" ,
"tags" : [
{
"tag_id" : 9043 ,
"name" : "sample"
}
]
}
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response 200▼
application/json Successful retrieval of milestones.
data object
▶ Hide child attributesdata. project_id string
Example: "01JG9PVWC7MJ9YKR92TMDTVYJC"
data. name string
Example: "Sample Test Runs"
data. description string
Example: ""
data. test_case_count number
Example: 17
data. test_run_count number
Example: 0
data. created_by number
Example: 1000188123
data. updated_by number
Example: 1000188123
data. created_at string
Example: "2024-12-29T17:19:20.000Z"
data. updated_at string
Example: "2024-12-29T17:19:20.000Z"
data. tags object[]
▶ Show child attributes
Get All Milestones By Project ID curl -- request GET \
-- url "https://test-manager-api.lambdatest.com/api/v1/project/{project_id}/milestones" \
-- header "Authorization: Basic <encoded-value>"
{
"data" : {
"project_id" : "01JG9PVWC7MJ9YKR92TMDTVYJC" ,
"name" : "Sample Test Runs" ,
"description" : "" ,
"test_case_count" : 17 ,
"test_run_count" : 0 ,
"created_by" : 1000188123 ,
"updated_by" : 1000188123 ,
"created_at" : "2024-12-29T17:19:20.000Z" ,
"updated_at" : "2024-12-29T17:19:20.000Z" ,
"tags" : [
{
"tag_id" : 9043 ,
"name" : "sample"
}
]
}
}