নির্দিষ্ট অভিভাবক অ্যাকাউন্টের অধীনে চাইল্ড প্রপার্টি ফেরত দেয়।
কলারের অ্যাক্সেস না থাকলে বৈশিষ্ট্যগুলি বাদ দেওয়া হবে। সফ্ট-মুছে ফেলা (যেমন: "ট্র্যাশ") বৈশিষ্ট্যগুলি ডিফল্টরূপে বাদ দেওয়া হয়৷ কোনো প্রাসঙ্গিক বৈশিষ্ট্য না পাওয়া গেলে একটি খালি তালিকা প্রদান করে।
HTTP অনুরোধ
GET https://analyticsadmin.googleapis.com/v1beta/properties
প্রয়োজন। অনুরোধের ফলাফল ফিল্টার করার জন্য একটি অভিব্যক্তি। ফিল্টারিংয়ের জন্য যোগ্য ক্ষেত্রগুলি হল: parent: (পিতা-মাতার অ্যাকাউন্ট/সম্পত্তির সম্পদের নাম) বা ancestor: (অভিভাবক অ্যাকাউন্টের সংস্থানের নাম) বা firebase_project: (সংযুক্ত ফায়ারবেস প্রকল্পের আইডি বা নম্বর)। ফিল্টারের কিছু উদাহরণ:
| Filter | Description |
|-----------------------------|-------------------------------------------|
| parent:accounts/123 | The account with account id: 123. |
| parent:properties/123 | The property with property id: 123. |
| ancestor:accounts/123 | The account with account id: 123. |
| firebase_project:project-id | The firebase project with id: project-id. |
| firebase_project:123 | The firebase project with number: 123. |
pageSize
integer
রিটার্ন করার জন্য রিসোর্সের সর্বাধিক সংখ্যা। অতিরিক্ত পৃষ্ঠা থাকলেও পরিষেবাটি এই মানের থেকে কম ফেরত দিতে পারে। অনির্দিষ্ট থাকলে, সর্বাধিক 50টি সংস্থান ফেরত দেওয়া হবে। সর্বোচ্চ মান 200; (উচ্চ মান সর্বোচ্চ জোর করা হবে)
pageToken
string
একটি পৃষ্ঠা টোকেন, একটি পূর্ববর্তী properties.list কল থেকে প্রাপ্ত। পরবর্তী পৃষ্ঠাটি পুনরুদ্ধার করতে এটি প্রদান করুন। পেজিনেটিং করার সময়, properties.list এ প্রদত্ত অন্যান্য সমস্ত প্যারামিটার অবশ্যই পেজ টোকেন প্রদানকারী কলের সাথে মেলে।
showDeleted
boolean
ফলাফলে সফ্ট-মুছে ফেলা (যেমন: "ট্র্যাশড") বৈশিষ্ট্যগুলি অন্তর্ভুক্ত করতে হবে কিনা৷ বৈশিষ্ট্যগুলি মুছে ফেলা হয়েছে কিনা তা নির্ধারণ করতে পরিদর্শন করা যেতে পারে।
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
Properties.list RPC-এর জন্য প্রতিক্রিয়া বার্তা।
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
[[["সহজে বোঝা যায়","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\u003eReturns a list of "GA4" properties under a specified parent Account, excluding those without user access and soft-deleted ones.\u003c/p\u003e\n"],["\u003cp\u003eAllows filtering results by parent, ancestor, or linked Firebase project using the \u003ccode\u003efilter\u003c/code\u003e query parameter.\u003c/p\u003e\n"],["\u003cp\u003eSupports pagination with \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e parameters to retrieve large result sets.\u003c/p\u003e\n"],["\u003cp\u003eRequires \u003ccode\u003eanalytics.readonly\u003c/code\u003e or \u003ccode\u003eanalytics.edit\u003c/code\u003e authorization scopes for access.\u003c/p\u003e\n"],["\u003cp\u003eProvides a JSON response containing an array of properties and a token for retrieving subsequent pages.\u003c/p\u003e\n"]]],["This document details how to retrieve a list of child properties under a specified parent account using a `GET` request to the provided URL. Key actions involve using query parameters such as `filter`, `pageSize`, `pageToken`, and `showDeleted` to refine the search. The `filter` parameter allows specification of parent account/property, ancestor, or firebase project. The response body, in JSON format, returns a list of accessible properties and a `nextPageToken` for pagination. The process requires specific authorization scopes.\n"],null,[]]