Automation Hub
latest
false
Update Automation Idea Phase and Status - Automation Cloud latest
logo
Automation Hub API Guide
Last updated Sep 19, 2023

Update Automation Idea Phase and Status

Use this call to easily keep your Idea phase and status updated. Below you can find an example of how to make a call in which the Idea phase is updated to status Assessment in Progress.

Post: https://automation-hub.uipath.com/api/v1/openapi/automations/status

Request

Headers  
   Content-Type: application/json
	Authorization: Bearer [Tenant ID/Token]
  x-ah-openapi-app-key: [API key if added]
  x-ah-openapi-auth: openapi-token
 data-raw '{
  "process_id": 1183,
  "phase_status_id": 53
 }' Headers  
   Content-Type: application/json
	Authorization: Bearer [Tenant ID/Token]
  x-ah-openapi-app-key: [API key if added]
  x-ah-openapi-auth: openapi-token
 data-raw '{
  "process_id": 1183,
  "phase_status_id": 53
 }' 

Response

Content-Type: application/json

{
    "message": "Resource Updated",
    "statusCode": 201,
    "data": {
        "message": "Sync Successful."
    }
}    {
    "message": "Resource Updated",
    "statusCode": 201,
    "data": {
        "message": "Sync Successful."
    }
} 
logo
Get The Help You Need
logo
Learning RPA - Automation Courses
logo
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2023 UiPath. All rights reserved.