orchestrator
2022.10
false
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Orchestrator API 指南
库请求
获取
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"
}
]
}