Required. The resource name of the entitlement to retrieve. Name 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 Entitlement.
[[["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 a specific Entitlement resource using a GET request."],["The request URL requires a path parameter named `name`, which follows the format `accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}`."],["The request body must be empty when making the GET request, and the response body contains an instance of Entitlement if successful."],["Possible error codes include `PERMISSION_DENIED`, `INVALID_ARGUMENT`, and `NOT_FOUND`."],["Authorization to perform this request requires the OAuth scope `https://www.googleapis.com/auth/apps.order`."]]],[]]