Lists ConsumerEnforcementActions under a parent location.
HTTP request
GET https://commerceproducer.googleapis.com/v1beta/{parent=projects/*/locations/*}/consumerEnforcementActions
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Parent project and location resource name. Format: |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Maximum results to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified, the server will default to the maximum. |
pageToken |
Optional. A page token received from a previous |
filter |
Optional. Filter expression for querying enforcement actions. |
orderBy |
Optional. Sort specification for ordering list results. |
Request body
The request body must be empty.
Response body
Response message for consumerEnforcementActions.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"consumerEnforcementActions": [
{
object ( |
| Fields | |
|---|---|
consumerEnforcementActions[] |
The list of |
nextPageToken |
A token that can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.