gmb_actions_locations_placeactionlinks_list
List place action links for a specified Google Business location. Filter by action type to view booking, ordering, or other configured links.
Instructions
GET v1/{+parent}/placeActionLinks. Lists the place action links for the specified location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Selector specifying which fields to include in a partial response. | |
| filter | No | Optional. A filter constraining the place action links to return. The response includes entries that match the filter. We support only the following filter: 1. place_action_type=XYZ where XYZ is a valid PlaceActionType. | |
| parent | Yes | Required. The name of the location whose place action links will be listed. `locations/{location_id}`. | |
| $.xgafv | No | V1 error format. | |
| pageSize | No | Optional. How many place action links to return per page. Default of 10. The minimum is 1. | |
| pageToken | No | Optional. If specified, returns the next page of place action links. | |
| quotaUser | No | Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. | |
| prettyPrint | No | Returns response with indentations and line breaks. |