Channels: stop
このチャンネルのリソースの視聴を停止します。
リクエストする
HTTP リクエスト
POST https://www.googleapis.com/calendar/v3/channels/stop
リクエストの本文
リクエストの本文には、以下の構造を使用してデータを指定してください。
{
"id": string,
"resourceId": string
}
プロパティ名 |
値 |
説明 |
メモ |
id |
string |
このチャンネルを識別する UUID または一意の文字列。 |
|
resourceId |
string |
このチャンネルで監視するリソースを識別する不透明な ID。異なる API バージョンでも安定しています。 |
|
token |
string |
このチャンネル経由で通知と一緒に対象のアドレスに配布される任意の文字列。省略可。 |
|
レスポンス
成功すると、このメソッドによって空のレスポンスの本文が返されます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["The `stop` endpoint is used to halt resource monitoring via a specific channel."],["Requests to this endpoint must include the channel's unique identifier (`id`) and the resource's identifier (`resourceId`) in the body."],["An optional `token` can be provided to be delivered with each notification for this channel."],["A successful request results in an empty response body, indicating the channel is no longer active."]]],[]]