Required. Resource name of the requested target. This resource may be either a Listing or a DataExchange. e.g. projects/123/locations/us/dataExchanges/456 OR e.g. projects/123/locations/us/dataExchanges/456/listings/789
Query parameters
Parameters
includeDeletedSubscriptions
boolean
If selected, includes deleted subscriptions in the response (up to 63 days after deletion).
pageSize
integer
The maximum number of results to return in a single response page.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-26 UTC."],[[["This endpoint retrieves a list of subscriptions associated with a specific Data Exchange or Listing resource using a GET request."],["The request URL requires a `resource` path parameter that specifies the target Listing or DataExchange in a structured format."],["Optional query parameters, such as `includeDeletedSubscriptions`, `pageSize`, and `pageToken`, allow for filtering and pagination of the subscription list."],["The request body must be empty, and the response body will contain a `ListSharedResourceSubscriptionsResponse` object if the request is successful."],["To access this endpoint, you need to include one of the following OAuth scopes: `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]