Required. The name of the Feed and it must be in the format of: projects/projectNumber/feeds/feedId folders/folder_number/feeds/feedId organizations/organization_number/feeds/feedId
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Feed.
[[["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-06-26 UTC."],[[["This endpoint retrieves details about a specific asset feed using a GET request."],["The request URL structure requires a `name` parameter that includes the project, folder, or organization number, along with the feed ID, using the format `projects/projectNumber/feeds/feedId`, `folders/folder_number/feeds/feedId`, or `organizations/organization_number/feeds/feedId`."],["The request body must be empty when requesting the asset feed details."],["A successful response will include an instance of the `Feed` object."],["Authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]