get https://api.projectmanager.com/api/v3/task/progress
When creating or updating a task, you can specify a percent complete. Percent complete can be any number between 0 and 100, however in our software we often round the progress to 25 percent increments with friendly names such as "just started" for 25% and "half done" for 50%. This endpoint returns the named progress points and their values so that your app can show the same options to the user.