Returns the contents of a specified spec. If specs are stored with GZip compression, the default behavior is to return the spec uncompressed (the mimeType response field indicates the exact format returned).
HTTP request
GET https://apigeeregistry.googleapis.com/v1/{name=projects/*/locations/*/apis/*/versions/*/specs/*}:getContents
[[["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-03-07 UTC."],[[["This documentation is for the legacy Apigee Registry API, which is no longer supported; the Apigee API hub APIs are recommended instead."],["The primary function is to retrieve the contents of a specified spec via a `GET` HTTP request to a specific URL structure."],["The required path parameter is `name`, specifying the spec location in the format `projects/*/locations/*/apis/*/versions/*/specs/*`."],["The request body for retrieving the contents of a spec must be empty."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]