Automation Hub
latest
false
Banner background image
Automation Hub API Guide
Last updated Jan 29, 2024

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."
    }
} 

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.