[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 UTC."],[[["This API retrieves a specific Order object using a GET request."],["The request requires a `name` path parameter specifying the Order's network and ID."],["An empty request body is necessary, and a successful response returns an `Order` object."],["Authorization requires the `https://www.googleapis.com/auth/admanager` OAuth scope."]]],["This API retrieves an Order object using a `GET` request to a specific URL: `https://admanager.googleapis.com/v1/{name}`. The `name` parameter, a string representing the order's resource name, is required in the path. The request body must be empty. A successful response returns an instance of an Order object. Authorization requires the `https://www.googleapis.com/auth/admanager` OAuth scope. More detail on the OAuth 2.0 process can be found on the provided URL.\n"]]