User Profile
Aravind470
Copper Contributor
Joined 2 years ago
User Widgets
Recent Discussions
Re: MS Project Online API to read calendar information
Hi Avillarul, I tried the following endpoints, but I am still getting a 404 error: 1. GET https://<sitecollection>/<site>/pwa/_api/ProjectData/Calendars(guid'calendarid')/WorkWeeks 2. GET https://<sitecollection>/<site>/pwa/_api/ProjectData/Calendars(guid'calendarid')/Exceptions The following endpoints are working for me: 1. GET https://<sitecollection>/<site>/pwa/_api/ProjectServer/Calendars 2. GET https://<sitecollection>/<site>/pwa/_api/ProjectServer/Calendars('calendarid') However, I need to retrieve the workweeks, working time, and exceptions for a calendar. I have confirmed that the credentials are correct, as the API for getting calendars is working. Is there any way to retrieve the working time and workweeks? Any assistance on this would be greatly appreciated4KViews0likes4CommentsRe: MS Project Online API to read calendar information
Hi Deleted , I attempted to retrieve the calendar details from Project Online using the following endpoints: https://<sitecollection>/<site>/pwa/_api/ProjectServer/Calendars('calendarid')/WorkWeeks https://<sitecollection>/<site>/pwa/_api/ProjectServer/Calendars('calendarid')/Exceptions However, both requests resulted in a 404 Not Found error. Can you suggest any alternative endpoints or provide guidance on how to correctly fetch the calendar details, including holidays and working days in a week, from Project Online? I'm using SharePoint Online credentials for authentication. I'm uploading the image below Thank you.4KViews0likes6CommentsMS Project Online API to read calendar information
Hi, I'm trying to retrieve calendar details from MS Project Online using a calendar ID. I'm currently using this endpoint to get the calendar information: https://<sitecollection>/<site>/pwa/_api/ProjectServer/Calendars('calendarid') However, this endpoint does not provide information about holidays and working days in a week. Is there an API that can fetch all this data? Thank you.4.5KViews0likes8Comments
Recent Blog Articles
No content to show