Required. Fully qualified name of the Service to fetch. Expected format: projects/{project}/locations/{location}/applications/{application}/services/{service}.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Service.
[[["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-08-27 UTC."],[[["This page details how to retrieve a specific Service within an Application using a GET request to the App Hub API."],["The request requires a fully qualified name parameter in the URL, structured as `projects/{project}/locations/{location}/applications/{application}/services/{service}`."],["The request body must be empty when retrieving the service, and a successful response will include a `Service` resource."],["Accessing this service requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `apphub.services.get` IAM permission."],["The URL follows the gRPC Transcoding syntax, and more details on this process can be found at the specified documentation."]]],[]]