UiPath Documentation
automation-hub
2023.10
false

Automation Hub API guide

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://{yourDomain}/automationhub_/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?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated