[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-02-27 UTC。"],[[["Lists messages in a Google Chat space, including those from blocked members and spaces, with pagination support."],["Allows filtering messages by creation date, thread, and whether they are deleted, with customizable ordering."],["Requires authorization with specific scopes for accessing and managing chat messages."],["Provides an HTTP request structure and details on path and query parameters for interacting with the API."],["The response body contains a list of messages and a token for retrieving subsequent pages, if available."]]],["This API endpoint lists messages within a specified space. It uses a `GET` request with the space's resource name in the path. Optional query parameters include `pageSize`, `pageToken`, `filter` (for filtering by creation date or thread), `orderBy` (for sorting), and `showDeleted`. The request body is empty. The response includes a list of messages and a `nextPageToken` for pagination. Authentication requires specific OAuth scopes.\n"]]