Qodex.ai
Qodex.ai
Introduction
Qase.io API
attachments
Get all attachments.Upload attachment.Get attachment by Hash.Remove attachment by Hash.
authors
Get all authorsGet a specific author
cases
Get all test cases.Create a new test case.Get a specific test case.Delete test case.Update test case.
custom-fields
Get all Custom Fields.Create new Custom Field.Get Custom Field by id.Delete Custom Field by id.Update Custom Field by id.
environments
Get all environments.Create a new environment.Get a specific environment.Delete environment.Update environment.
defects
Get all defects.Create a new defect.Get a specific defect.Delete defect.Update defect.Resolve a specific defect.Update a specific defect status.
milestones
Get all milestones.Create a new milestone.Get a specific milestone.Delete milestone.Update milestone.
plans
Get all plans.Create a new plan.Get a specific plan.Delete plan.Update plan.
projects
Get All Projects.Create new project.Get Project by code.Delete Project by code.Grant access to project by code.Revoke access to project by code.
results
Get all test run results.Create test run result.Get test run result by code.Bulk create test run result.Update test run result.Delete test run result.
runs
Get all runs.Create a new run.Get a specific run.Delete run.Update publicity of a specific run.Complete a specific run.
search
Search entities by Qase Query Language (QQL).
shared-steps
Get all shared steps.Create a new shared step.Get a specific shared step.Delete shared step.Update shared step.
suites
Get all test suites.Create a new test suite.Get a specific test suite.Delete test suite.Update test suite.
Introduction
Qase.io API
attachments
Get all attachments.Upload attachment.Get attachment by Hash.Remove attachment by Hash.
authors
Get all authorsGet a specific author
cases
Get all test cases.Create a new test case.Get a specific test case.Delete test case.Update test case.
custom-fields
Get all Custom Fields.Create new Custom Field.Get Custom Field by id.Delete Custom Field by id.Update Custom Field by id.
environments
Get all environments.Create a new environment.Get a specific environment.Delete environment.Update environment.
defects
Get all defects.Create a new defect.Get a specific defect.Delete defect.Update defect.Resolve a specific defect.Update a specific defect status.
milestones
Get all milestones.Create a new milestone.Get a specific milestone.Delete milestone.Update milestone.
plans
Get all plans.Create a new plan.Get a specific plan.Delete plan.Update plan.
projects
Get All Projects.Create new project.Get Project by code.Delete Project by code.Grant access to project by code.Revoke access to project by code.
results
Get all test run results.Create test run result.Get test run result by code.Bulk create test run result.Update test run result.Delete test run result.
runs
Get all runs.Create a new run.Get a specific run.Delete run.Update publicity of a specific run.Complete a specific run.
search
Search entities by Qase Query Language (QQL).
shared-steps
Get all shared steps.Create a new shared step.Get a specific shared step.Delete shared step.Update shared step.
suites
Get all test suites.Create a new test suite.Get a specific test suite.Delete test suite.Update test suite.
HomeQase.io APImilestones

milestones

Number of APIs: 5

  1. Update milestone. PATCH {{baseUrl}}/milestone/:code/:id

  2. Create a new milestone. POST {{baseUrl}}/milestone/:code

  3. Get a specific milestone. GET {{baseUrl}}/milestone/:code/:id

  4. Delete milestone. DELETE {{baseUrl}}/milestone/:code/:id

  5. Get all milestones. GET {{baseUrl}}/milestone/:code?limit=10&offset=0

Previous
Update a specific defect status.
Next
Get all milestones.