Orchestrator
Neuestes
False
Bannerhintergrundbild
Anleitung für die Orchestrator-API
Letzte Aktualisierung 24. Apr. 2024

Aufgabenkataloganforderungen

Abrufen von Aufgabenkatalogen in einem Ordner

Mit dieser Anforderung können Sie alle Aufgabenkataloge in den klassischen Ordnern abrufen, auf die der Benutzer Zugriff hat.

Abrufen

https://cloud.uipath.com/{organizationName}/{tenantName}/orchestrator_/odata/TaskCatalogs?$top=3

Anforderungsheader

Schlüssel

Wert

Autorisierung

Inhaber

Antwortcode

200 OK

Antworttext

{
    "@odata.context": "https://cloud.uipath.com/{organizationName}/{tenantName}/orchestrator_/odata/$metadata#TaskCatalogs",
    "@odata.count": 3,
    "value": [
        {
            "Name": "Greatness",
            "Description": null,
            "LastModificationTime": "2019-10-30T16:45:57.533Z",
            "Id": 7
        },
        {
            "Name": "Orchestrator",
            "Description": "Mother",
            "LastModificationTime": "2019-10-30T16:57:44.1Z",
            "Id": 12
        },
        {
            "Name": "Credentials",
            "Description": null,
            "LastModificationTime": null,
            "Id": 20
        }
    ]
}{
    "@odata.context": "https://cloud.uipath.com/{organizationName}/{tenantName}/orchestrator_/odata/$metadata#TaskCatalogs",
    "@odata.count": 3,
    "value": [
        {
            "Name": "Greatness",
            "Description": null,
            "LastModificationTime": "2019-10-30T16:45:57.533Z",
            "Id": 7
        },
        {
            "Name": "Orchestrator",
            "Description": "Mother",
            "LastModificationTime": "2019-10-30T16:57:44.1Z",
            "Id": 12
        },
        {
            "Name": "Credentials",
            "Description": null,
            "LastModificationTime": null,
            "Id": 20
        }
    ]
}

Aufgabenkatalogdetails abrufen

Mit dieser Anforderung können Sie Aufgabenkatalogdetails gemäß TaskCatalogIdabrufen. Die TaskCatalogId muss in der Anforderung enthalten sein.

Abrufen

https://cloud.uipath.com/{organizationName}/{tenantName}/orchestrator_/odata/TaskCatalogs(7)

Anforderungsheader

Schlüssel

Wert

Autorisierung

Inhaber

Antwortcode

200 OK

Antworttext

{
    "@odata.context": "https://cloud.uipath.com/{organizationName}/{tenantName}/orchestrator_/odata/$metadata#TaskCatalogs/$entity",
    "Name": "Orchestrator Catalog",
    "Description": "da",
    "LastModificationTime": "2020-02-05T13:31:09.45Z",
    "Id": 7
}{
    "@odata.context": "https://cloud.uipath.com/{organizationName}/{tenantName}/orchestrator_/odata/$metadata#TaskCatalogs/$entity",
    "Name": "Orchestrator Catalog",
    "Description": "da",
    "LastModificationTime": "2020-02-05T13:31:09.45Z",
    "Id": 7
}

Aufgabenkatalog aktualisieren

Mit dieser Anforderung können Sie Aufgabenkatalogdetails gemäß TaskCatalogIdabrufen. Die TaskCatalogId muss in der Anforderung enthalten sein.

Abrufen

https://cloud.uipath.com/{organizationName}/{tenantName}/orchestrator_/odata/TaskCatalogs(7)/UiPath.Server.Configuration.OData.UpdateTaskCatalog

Anforderungsheader

Schlüssel

Wert

Autorisierung

Inhaber

Anforderungstext

{
  "Name": "Expense reports",
  "Description": "Expense reports generation"
}{
  "Name": "Expense reports",
  "Description": "Expense reports generation"
}

Antwortcode

200 OK

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
UiPath Logo weiß
Vertrauen und Sicherheit
© 2005-2024 UiPath. All rights reserved.