orchestrator
2023.4
false
- 入门指南
- 身份验证
- Swagger 定义
- Orchestrator API
- 平台管理 API
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Orchestrator API 指南
Last updated 2024年6月18日
库请求
获取
https://{yourDomain}/odata/Libraries?$filter=Authors%20eq%20'madalina.boboc'
{
"@odata.context": "https://{yourDomain}/odata/$metadata#Libraries",
"@odata.count": 1,
"value": [
{
"Title": null,
"Version": "1.0.6666.26742",
"Key": "processing_items:1.0.6666.26742",
"Description": "Blank Project",
"Published": "2018-10-11T16:45:28.6265116Z",
"IsLatestVersion": true,
"OldVersion": null,
"ReleaseNotes": null,
"Authors": "madalina.boboc",
"Id": "processing_items"
}
]
}
{
"@odata.context": "https://{yourDomain}/odata/$metadata#Libraries",
"@odata.count": 1,
"value": [
{
"Title": null,
"Version": "1.0.6666.26742",
"Key": "processing_items:1.0.6666.26742",
"Description": "Blank Project",
"Published": "2018-10-11T16:45:28.6265116Z",
"IsLatestVersion": true,
"OldVersion": null,
"ReleaseNotes": null,
"Authors": "madalina.boboc",
"Id": "processing_items"
}
]
}