orchestrator
2025.10
false
UiPath logo, featuring letters U and I in white

Orchestrator API ガイド

最終更新日時 2025年10月27日

特定のロボット アカウントを取得する

組織およびロボット アカウント ID に基づいて、ロボット アカウントに関する情報を返します。

API エンドポイント

GET https://{yourDomain}/identity/api/RobotAccount/{partitionGlobalId}/{robotAccountId}

スコープ

次のスコープが必要です。

  • PM.RobotAccount
  • PM.RobotAccount.Read

要求ヘッダー

--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
注: {access_token} を取得するには、必ずこちらで説明するいずれかの方法で認証を行ってください。

パス パラメーター

パス パラメーター

データ型

説明

partitionGlobalId

(必須)

文字列

目的のグループを含む組織の ID です。

robotAccountID

(必須)

文字列

取得するロボット アカウントの ID です。

応答

200 OK

指定したロボット アカウントの情報 (名前、作成日時、アカウントが属するグループ ID など) が返されます。

要求の例

API 呼び出しの構築に必要な情報をすべて収集したとします。

  • Your {baseURL} is: https://{yourDomain}/identity
  • {access_token}1234 です (長さを考慮)。
  • {partitionGlobalId}3fa85f64-5717-4562-b3fc-2c963f66afa6 です。
  • {robotAccountID}33-ab です。

呼び出しは次の例のようになります (cURL)。

curl --location --request GET 'https://{yourDomain}/identity/api/RobotAccount/3fa85f64-5717-4562-b3fc-2c963f66afa6/33-ab' \
--header 'Authorization: Bearer 1234' \
--header 'Content-Type: application/json'curl --location --request GET 'https://{yourDomain}/identity/api/RobotAccount/3fa85f64-5717-4562-b3fc-2c963f66afa6/33-ab' \
--header 'Authorization: Bearer 1234' \
--header 'Content-Type: application/json'

呼び出しが成功した場合、応答本文は次のようになります。

{
    "id": "33-ab",
    "name": "Bot3",
    "displayName": "Bot3",
    "creationTime": "2021-10-19T14:25:01.6574988",
    "lastModificationTime": "2021-10-19T14:25:01.6574988",
    "groupIds": [
       "4d161738-7204", "ce684f6f-5af3"
    ]
}{
    "id": "33-ab",
    "name": "Bot3",
    "displayName": "Bot3",
    "creationTime": "2021-10-19T14:25:01.6574988",
    "lastModificationTime": "2021-10-19T14:25:01.6574988",
    "groupIds": [
       "4d161738-7204", "ce684f6f-5af3"
    ]
}
  • API エンドポイント
  • スコープ
  • 要求ヘッダー
  • パス パラメーター
  • 応答
  • 200 OK
  • 要求の例

このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo
信頼とセキュリティ
© 2005-2025 UiPath. All rights reserved.