Required. The name of the definition to retrieve. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/definitions/{definition}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Definition.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
IAM Permissions
Requires the following IAM permission on the name resource:
[[["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 webpage describes how to retrieve details about a specific API definition using a GET request to the provided URL."],["The request requires a `name` parameter in the URL path, following a specific format that includes the project, location, API, version, and definition."],["The request body must be empty, and upon successful retrieval, the response body will contain an instance of a `Definition` object."],["Authorization for this request requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."],["Successful requests require the IAM permission `apihub.definitions.get` on the resource specified by the `name` parameter."]]],[]]