[[FrontPage]]


-[[レコーディングについて>https://studio.uipath.com/v2016.2/docs/about-recording]]
-[[データスクレイピングについて>https://studio.uipath.com/v2016.2/docs/about-data-scraping]]
-[[セレクターについて>https://studio.uipath.com/v2016.2/docs/about-selectors]]
-[[UiPath RPA Academy>https://academy.uipath.com/lms/]]


-[[UiPath Studioガイド>https://studio.uipath.com/]]
-[[UiPath Robotガイド>https://robot.uipath.com/]]
-[[UiPath Activities ガイド>https://activities.uipath.com/]]
-[[UiPath Orchestratorガイド>https://orchestrator.uipath.com/]]




** Orchestrator APIを叩く [#u427277c]
 # curl -X POST https://[サーバ名]/api/Account/Authenticate -d "UsernameOrEmailAddress=xxxxx" -d "Password=yyyyyy" 
で、アクセストークンを取得し、

たとえば
 curl -X GET "https://[サーバ名]/odata/RobotLogs/UiPath.Server.Configuration.OData.Reports()" -H "Authorization: Bearer TXYlMJ-Ixxxxx...省略"

とアクセストークンをOAuth形式で渡せば、上記APIが実行されログデータが取得できました。

[[UiPath Orchestratorガイド>https://orchestrator.uipath.com/v2017.1/reference]]

ほかのAPIも同じ要領でたたけそうですね。




-[[API filter - Trying to get exact match - Orchestrator / O - Issues - UiPath Community Forum - Robotic Process Automation>https://forum.uipath.com/t/api-filter-trying-to-get-exact-match/20598]]

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS