Method: users.spaces.threads.getThreadReadState

スレッド内のユーザーの既読状態の詳細を返します。既読メッセージと未読メッセージを識別するために使用されます。例については、ユーザーのスレッドの読み取り状態に関する詳細を取得するをご覧ください。

ユーザー認証が必要です。

HTTP リクエスト

GET https://chat.googleapis.com/v1/{name=users/*/spaces/*/threads/*/threadReadState}

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
name

string

必須。取得するスレッド読み取り状態のリソース名。

呼び出し元のユーザーの読み取り状態の取得のみをサポートしています。

呼び出し元のユーザーを参照するには、次のいずれかを設定します。

  • me エイリアス。例: users/me/spaces/{space}/threads/{thread}/threadReadState

  • Workspace のメールアドレス。例: users/user@example.com/spaces/{space}/threads/{thread}/threadReadState

  • そのユーザー ID。例: users/123456789/spaces/{space}/threads/{thread}/threadReadState

形式: users/{user}/spaces/{space}/threads/{thread}/threadReadState

リクエスト本文

リクエストの本文は空にする必要があります。

レスポンスの本文

成功した場合、レスポンスの本文には ThreadReadState のインスタンスが含まれます。

承認スコープ

次の OAuth スコープのいずれかが必要です。

  • https://www.googleapis.com/auth/chat.users.readstate
  • https://www.googleapis.com/auth/chat.users.readstate.readonly

詳しくは、承認ガイドをご覧ください。