MS-Project ODATA-Feed支持创建、更新或删除操作吗?

huangapple go评论67阅读模式
英文:

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)

huangapple
  • 本文由 发表于 2023年7月18日 15:28:51
  • 转载请务必保留本文链接:https://go.coder-hub.com/76710417.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定