英文:
Does MS-Project ODATA-Feed support Create, update or delete operations?
问题
I can translate the non-code portion for you:
我在谈论MS-Project Online的ODATA-Feed,例如在这里描述:https://learn.microsoft.com/de-de/previous-versions/office/project-odata/jj163015(v=office.15)
我找不到有关ODATA-Feed是否支持创建、更新或删除操作的信息?互联网上只有MS项目ODATA-API的读取示例。
英文:
I'm talking about the MS-Project Online ODATA-Feed, described e.g. here: https://learn.microsoft.com/de-de/previous-versions/office/project-odata/jj163015(v=office.15)
I can't find any information if the ODATA-Feed supports Create, update or delete operations? There are only read examples in the internet for the MS-project-odata-API.
答案1
得分: 0
I've found the answer myself now. MS Project has two odata-APIs, the one I used before was _api/ProjectData. Use _api/ProjectServer instead, and CRUD operations are possible. The endpoints and thus the data you get are very different as well. Here is the documentation link: https://learn.microsoft.com/en-us/previous-versions/office/project-javascript-api/jj712612(v=office.15)
英文:
I've found the answer myself now. MS Project hast two odata-APIs, the one I used before was _api/ProjectData. Use _api/ProjectServer instead and cud-operations are possible. The endpoints and thus the data you get is very different as well. Here is the documentation link: https://learn.microsoft.com/en-us/previous-versions/office/project-javascript-api/jj712612(v=office.15)
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论