Queries a list of plan reviewers.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AccessLevelFilter | string | No | The access filter. Valid values:
Note
You must specify one of the ApprovalFilter and AccessLevelFilter parameters, but not both.
| User |
Filters | object [] | No | An array that consists of filter conditions. | |
Key | string | No | The name of the filter condition. Valid values:
| ProvisionedProductPlanApproverName |
Value | string | No | The value of the filter condition. | approver |
ApprovalFilter | string | No | The access filter of the review dimension. Valid values:
Note
You must specify one of the ApprovalFilter and AccessLevelFilter parameters, but not both.
| AccountRequests |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F****",
"Approvers": [
{
"PrincipalName": "approver-1",
"PrincipalType": "RamUser"
}
]
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
500 | InternalError | A system error occurred. |
For a list of error codes, visit the Service error codes.