GET/users/{userId}/mail/unread-count
すべてのメールフォルダにある未読メールの数を取得する。
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
mail
mail.read
| Parameter | Type | Description |
|---|---|---|
| userId | string | ユーザーを特定する ID (URL エンコードする)
required example : me |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| count | integer | 未読メール数 required minimum : 0 format : int32 |
example
1{2 "count": 13763}