Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
Method: accounts.locations.insuranceNetworks.list
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Google দ্বারা সমর্থিত সমস্ত বীমা নেটওয়ার্কের একটি তালিকা প্রদান করে।
HTTP অনুরোধ
GET https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/insuranceNetworks
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
parent | string প্রয়োজন। অবস্থানের নাম যার বীমা নেটওয়ার্ক তালিকাভুক্ত করা হবে। নামটি ফর্মে রয়েছে: accounts/{accountId}/locations/{locationId} |
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
languageCode | string ঐচ্ছিক। ভাষার জন্য BCP 47 কোড। যদি একটি ভাষা কোড প্রদান করা না হয়, এটি ইংরেজিতে ডিফল্ট। এই মুহূর্তে শুধুমাত্র 'en' সমর্থিত। |
pageSize | integer প্রতি পৃষ্ঠায় কত বীমা নেটওয়ার্ক ফেরত দিতে হবে। ডিফল্ট মান হল 5000৷ সর্বাধিক পৃষ্ঠার আকার হল 10000৷ |
pageToken | string নির্দিষ্ট করা হলে, বীমা নেটওয়ার্কের পরবর্তী পৃষ্ঠা ফেরত দেয়। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
InsuranceNetworkService.ListInsuranceNetworks-এর জন্য প্রতিক্রিয়া বার্তা
JSON প্রতিনিধিত্ব |
---|
{
"networks": [
{
object (InsuranceNetwork )
}
],
"nextPageToken": string
} |
ক্ষেত্র |
---|
networks[] | object ( InsuranceNetwork ) Google দ্বারা সমর্থিত বীমা নেটওয়ার্কগুলির একটি তালিকা৷ |
nextPageToken | string যদি অনুরোধ করা পৃষ্ঠার আকারের চেয়ে আরও বেশি বীমা নেটওয়ার্ক থাকে, তাহলে বীমা নেটওয়ার্কের পরবর্তী পৃষ্ঠাটি ইনসুরেন্সনেটওয়ার্কস.লিস্টে কল করার জন্য এই ক্ষেত্রটি একটি টোকেন দিয়ে পপুলেট করা হয়। |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/plus.business.manage
-
https://www.googleapis.com/auth/business.manage
আরও তথ্যের জন্য, OAuth 2.0 ওভারভিউ দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eRetrieves a list of all insurance networks supported by Google, filtered by location.\u003c/p\u003e\n"],["\u003cp\u003eAllows for pagination to handle large result sets, with customizable page size.\u003c/p\u003e\n"],["\u003cp\u003eSupports specifying language for results, although currently only English ('en') is available.\u003c/p\u003e\n"],["\u003cp\u003eRequires specific OAuth scopes for authorization, like \u003ccode\u003ehttps://www.googleapis.com/auth/plus.business.manage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eReturns an empty request body and a response containing an array of insurance networks and a token for the next page, if applicable.\u003c/p\u003e\n"]]],["This describes retrieving insurance networks supported by Google via a `GET` request to `https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/insuranceNetworks`. Required path parameter `parent` specifies the location. Optional query parameters include `languageCode`, `pageSize`, and `pageToken` for language, results per page and pagination. An empty request body is expected. The response includes a list of `networks` and a `nextPageToken` for further results. Authorization requires either `plus.business.manage` or `business.manage` scope.\n"],null,["# Method: accounts.locations.insuranceNetworks.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListInsuranceNetworksResponse.SCHEMA_REPRESENTATION)\n- [Authorization Scopes](#body.aspect)\n\nReturns a list of all insurance networks supported by Google.\n\n### HTTP request\n\n`GET https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/insuranceNetworks`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The name of the location whose insurance networks will be listed. The name is in the form: accounts/{accountId}/locations/{locationId} |\n\n### Query parameters\n\n| Parameters ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `languageCode` | `string` Optional. The BCP 47 code for the language. If a language code is not provided, it defaults to English. Right now only 'en' is supported. |\n| `pageSize` | `integer` How many insurance networks to return per page. The default value is 5000. Maximum page size is 10000. |\n| `pageToken` | `string` If specified, returns the next page of insurance networks. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\nResponse message for InsuranceNetworkService.ListInsuranceNetworks\n\n| JSON representation ||\n|-------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"networks\": [ { object (/my-business/reference/rest/v4/InsuranceNetwork) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `networks[]` | `object (`[InsuranceNetwork](/my-business/reference/rest/v4/InsuranceNetwork)`)` A list of insurance networks that are supported by Google. |\n| `nextPageToken` | `string` If there are more insurance networks than the requested page size, then this field is populated with a token to fetch the next page of insurance networks on a subsequent call to insuranceNetworks.list. |\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/plus.business.manage`\n- `https://www.googleapis.com/auth/business.manage`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]