[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-22 UTC."],[[["Retrieves the notification settings for a specific Google Chat space for the authenticated user."],["Requires providing the user and space identifiers in the request URL."],["Returns a `SpaceNotificationSetting` object containing the space's notification configuration details upon successful execution."],["Needs authorization with the `https://www.googleapis.com/auth/chat.users.spacesettings` scope for access."],["Available as part of the Google Workspace Developer Preview Program."]]],["This document details how to retrieve space notification settings via an HTTP GET request. The request URL, `https://chat.googleapis.com/v1/{name=users/*/spaces/*/spaceNotificationSetting}`, uses gRPC Transcoding, requiring a `name` path parameter specifying the user and space. The request body must be empty. A successful request returns a `SpaceNotificationSetting` instance, and requires user authentication and the `https://www.googleapis.com/auth/chat.users.spacesettings` OAuth scope. This feature is part of the Google Workspace Developer Preview Program.\n"]]