Read custom columns of Task from Microsoft project file with Aspose.Tasks REST API

When I get the list of tasks, I want to get all column data, but currently get only name, start, finish and duration.
Is it possible to get custom columns?

@paul1122

Thanks for your inquiry. You can use the GetTask API to get complete details of a specific task of a project. Hopefully it will help you to accomplish your requirement.