[[["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 2023-04-26 UTC."],[[["This webpage details how to list the versions of a service using the App Engine Admin API's `ListVersions` method."],["The HTTP request to list versions is a `GET` request to a specific URL with path parameters to specify the parent service."],["Optional query parameters (`view`, `pageSize`, `pageToken`) allow for controlling the data returned, such as the fields displayed and the number of results per page."],["The request body for this method must be empty, and the successful response will include a list of `versions` and potentially a `nextPageToken` for pagination."],["Authorization to use this method requires one of three specific OAuth scopes: `appengine.admin`, `cloud-platform`, or `cloud-platform.read-only`."]]],[]]