orchestrator
2022.10
false
- 基本情報
- 認証
- Swagger の定義
- Orchestrator API
- プラットフォーム管理 API
ライブラリの要求
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
Orchestrator API ガイド
Last updated 2024年6月18日
ライブラリの要求
GET
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"
}
]
}