How to get resource base capacity of each day in a particular duration (Between Start & End Date) using CSOM on the project online or on-premise?
Not being able to find any solution regarding this.
I want CSOM Equivalent for the below OData Call:
/_api/ProjectData/ResourceTimephasedDataSet?$filter=ResourceId eq guid'\(resourceID)' and TimeByDay ge datetime'\(StartDate)' and TimeByDay lt datetime'\(EndDate)'