Aug 15 2021 11:01 PM - edited Aug 15 2021 11:05 PM
Hello Everyone,
I'm trying to make a GET request for fetching all tasks for a particular project. But the task Duration field in an XML response I received contains unknown unit 't' instead of 'h' (hours). In the Project Online, it is in hours.
I'm making a ReST API request through a C# application.
Please note that I've also tried the same in the browser but the result is same.
Does anyone has any idea about this issue?
Thanks & Regards,
Rohan
Aug 16 2021 06:12 AM
SolutionAug 16 2021 06:12 AM
Solution