GET xaitporter/operation_progress/{operationId}
Gets the progress for an on going operation
Request Information
URI
https://ofd-api.blueprintcpq.net/xaitporter/operation_progress/{operationId}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| operationId |
The operation Id generated via CreateProject API which is passed in for ConfirmProject API |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
object
XpProgress| Name | Description | Type | Additional information |
|---|---|---|---|
| OperationId | string |
None. |
|
| userId | string |
None. |
|
| operation | string |
None. |
|
| progressSteps | integer |
None. |
|
| startTime | date |
None. |
|
| elapsedTime | integer |
None. |
|
| avgTimePerStep | integer |
None. |
|
| estimatedTime | integer |
None. |
|
| currentProgress | integer |
None. |
|
| message | string |
None. |
|
| totalSteps | integer |
None. |
|
| Item | Object |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.