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 via the provided URL structure."],["The request requires a specific entitlement path parameter, formatted as `accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}`, to identify the resource."],["The request body for retrieving an Offer must be empty, and if successful, the response body will contain the Offer resource."],["To perform this request, you must have the `https://www.googleapis.com/auth/apps.order` authorization scope."],["Potential error codes like PERMISSION_DENIED, INVALID_ARGUMENT, and NOT_FOUND indicate potential issues with the entitlement, the parameters or offer."]]],[]]