Applications - Get Application Package Install Status
Get the polling status for a previously triggered installation
Get the polling status to check on the progress of a previously triggered installation based on the operation ID
GET https://api.powerplatform.com/appmanagement/environments/{environmentId}/operations/{operationId}?api-version=2022-03-01-preview
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
environment
|
path | True |
string |
Environment Id (not to be confused with Org id) |
operation
|
path | True |
string uuid |
Operation ID |
api-version
|
query | True |
string |
The API version |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Success |
|
400 Bad Request |
Bad Request |
|
401 Unauthorized |
Unauthorized |
|
403 Forbidden |
Forbidden |
Security
oauth2
Microsoft Entra ID OAuth2
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize?resource=https://api.powerplatform.com
Scopes
Name | Description |
---|---|
.default | .default |
Definitions
Name | Description |
---|---|
Error |
|
Instance |
|
Instance |
ErrorDetails
Name | Type | Description |
---|---|---|
errorCode |
integer |
ErrorCode from CDS |
errorName |
string |
Error Name |
message |
string |
Error message |
source |
string |
Source of the error |
statusCode |
integer |
Status code for error |
type |
string |
Error Type |
InstancePackageOperationPollingResponse
Name | Type | Description |
---|---|---|
createdDateTime |
string |
|
error | ||
lastActionDateTime |
string |
|
operationId |
string |
|
status | ||
statusMessage |
string |
InstancePackageOperationStatus
Name | Type | Description |
---|---|---|
Canceled |
string |
|
Failed |
string |
|
NotStarted |
string |
|
Running |
string |
|
Succeeded |
string |