Get details about the API version of an API resource. This will include information about the specs and operations present in the API version as well as the deployments linked to it.
HTTP request
GET https://apihub.googleapis.com/v1/{name=projects/*/locations/*/apis/*/versions/*}
[[["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 2024-05-06 UTC."],[[["This resource provides details about a specific API version, including its specifications, operations, and linked deployments."],["The resource is accessed using a `GET` request to a URL with gRPC Transcoding syntax, and a path parameter `name` is required to specify the API version."],["The request body must be empty when requesting information about a specific API version."],["A successful response will include an instance of the `Version` resource in the response body, containing the requested information."],["Access requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `apihub.versions.get` on the specified resource."]]],[]]