Required. The resource name of the entitlement to retrieve the Offer. Entitlement uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Offer.
[[["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-01-13 UTC."],[[["This webpage details how to retrieve an `Offer` resource using a `GET` HTTP request."],["The request requires a specific entitlement path parameter in the URL, formatted as `accounts/*/customers/*/entitlements/*`."],["The request body must be empty when retrieving the specified offer."],["A successful response returns an `Offer` resource, while errors like `PERMISSION_DENIED`, `INVALID_ARGUMENT`, or `NOT_FOUND` are also possible."],["Authorization to make this request requires the OAuth scope `https://www.googleapis.com/auth/apps.order`."]]],[]]