I just started an evaluation Dynamics Finance & Operations and I try to understanda the (OData-) structure of the Project Task WBS.
I guess the relevant entities are ProjectTasks and ProjectWBSDrafts. ProjectTasks can be accessed via OData from https://~.operations.dynamics.com/data/ProjectTasks. Non-published Tasks/WBS-Drafts can be accessed via https://~.operations.dynamics.com/data/ProjectWBSDrafts
The WBSDraft entities have all the properties like Effort, StartDate, EndDate also shown in the WBS Grid. But in the ProjectTask entity these properties are missing.
Is there another entity I should check? I cannot find any matching navigation properties or something else. And I think there is not much documentation, am I right? I found the CDM documentation for projprojecttaskentity but I don't know if this is the correct one.
It is also possible to export a WBS as a template. The template tasks can be accessed via https://~.operations.dynamics.com/data/ProjWBSTemplateTasks. But how can I access the name of the templates?
Any advice? Thank you!