Method: resellernotify.getwatchdetails
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
রিসেলারের সাথে সম্পর্কিত ঘড়ির সমস্ত বিবরণ প্রদান করে।
HTTP অনুরোধ
GET https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
পুনঃবিক্রেতার জন্য JSON টেমপ্লেট গেটওয়াচের বিবরণ প্রতিক্রিয়া।
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
JSON প্রতিনিধিত্ব |
---|
{
"topicName": string,
"serviceAccountEmailAddresses": [
string
]
} |
ক্ষেত্র |
---|
topicName | string PubSub এর বিষয়ের নাম |
serviceAccountEmailAddresses[] | string নিবন্ধিত পরিষেবা অ্যাকাউন্টের তালিকা। |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/apps.order
-
https://www.googleapis.com/auth/apps.order.readonly
আরও তথ্যের জন্য, অনুমোদন নির্দেশিকা দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Method: resellernotify.getwatchdetails\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ResellernotifyGetwatchdetailsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nReturns all the details of the watch corresponding to the reseller.\n\n### HTTP request\n\n`GET https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nJSON template for resellernotify getwatchdetails response.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------|\n| ``` { \"topicName\": string, \"serviceAccountEmailAddresses\": [ string ] } ``` |\n\n| Fields ||\n|----------------------------------|-----------------------------------------------|\n| `topicName` | `string` Topic name of the PubSub |\n| `serviceAccountEmailAddresses[]` | `string` List of registered service accounts. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/apps.order`\n- `\n https://www.googleapis.com/auth/apps.order.readonly`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]