রিটার্ন করার জন্য রিসোর্সের সর্বাধিক সংখ্যা। অতিরিক্ত পৃষ্ঠা থাকলেও পরিষেবাটি এই মানের থেকে কম ফেরত দিতে পারে। অনির্দিষ্ট থাকলে, সর্বাধিক 50টি সংস্থান ফেরত দেওয়া হবে। সর্বোচ্চ মান 200; (উচ্চ মান সর্বোচ্চ জোর করা হবে)
pageToken
string
একটি পৃষ্ঠা টোকেন, একটি পূর্ববর্তী firebaseLinks.list কল থেকে প্রাপ্ত। পরবর্তী পৃষ্ঠাটি পুনরুদ্ধার করতে এটি প্রদান করুন। পেজিনেটিং করার সময়, firebaseLinks.list এ প্রদত্ত অন্যান্য সমস্ত প্যারামিটার অবশ্যই পেজ টোকেন প্রদানকারী কলের সাথে মিলতে হবে।
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
firebaseLinks.list RPC এর জন্য প্রতিক্রিয়া বার্তা
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
FirebaseLinks এর তালিকা। এটির সর্বাধিক একটি মান থাকবে।
nextPageToken
string
একটি টোকেন, যা পরবর্তী পৃষ্ঠা পুনরুদ্ধার করতে pageToken হিসাবে পাঠানো যেতে পারে। যদি এই ক্ষেত্রটি বাদ দেওয়া হয়, তাহলে পরবর্তী পৃষ্ঠা থাকবে না। বর্তমানে, Google Analytics প্রতি সম্পত্তির জন্য শুধুমাত্র একটি FirebaseLink সমর্থন করে, তাই এটি কখনই জনবহুল হবে না।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eLists FirebaseLinks on a property, with a maximum of one FirebaseLink per property.\u003c/p\u003e\n"],["\u003cp\u003eAllows you to retrieve FirebaseLinks using the \u003ccode\u003eGET\u003c/code\u003e method with pagination options.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with either \u003ccode\u003eanalytics.readonly\u003c/code\u003e or \u003ccode\u003eanalytics.edit\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eProvides details about the HTTP request, path/query parameters, request/response body, and authorization.\u003c/p\u003e\n"]]],["This document details how to list FirebaseLinks associated with a Google Analytics property using a `GET` HTTP request. The endpoint is `https://analyticsadmin.googleapis.com/v1beta/{parent=properties/*}/firebaseLinks`, where `parent` is the property ID. Optional query parameters `pageSize` and `pageToken` allow for paginating results. The request body must be empty. The response contains an array of `firebaseLinks` and a `nextPageToken` for further pagination, however only one firebaseLink is supported per property. The request requires specific authorization scopes.\n"],null,["- [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.ListFirebaseLinksResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists FirebaseLinks on a property. Properties can have at most one FirebaseLink.\n\nHTTP request\n\n`GET https://analyticsadmin.googleapis.com/v1beta/{parent=properties/*}/firebaseLinks`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------------|\n| `parent` | `string` Required. Format: properties/{property_id} Example: `properties/1234` |\n\nQuery parameters\n\n| Parameters ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) |\n| `pageToken` | `string` A page token, received from a previous `firebaseLinks.list` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `firebaseLinks.list` must match the call that provided the page token. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body Response message for firebaseLinks.list RPC\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"firebaseLinks\": [ { object (/analytics/devguides/config/admin/v1/rest/v1beta/properties.firebaseLinks#FirebaseLink) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `firebaseLinks[]` | `object (`[FirebaseLink](/analytics/devguides/config/admin/v1/rest/v1beta/properties.firebaseLinks#FirebaseLink)`)` List of FirebaseLinks. This will have at most one value. |\n| `nextPageToken` | `string` A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages. Currently, Google Analytics supports only one FirebaseLink per property, so this will never be populated. |\n\nAuthorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/analytics.readonly`\n- `https://www.googleapis.com/auth/analytics.edit`"]]