Trả về các Tài sản con trong Tài khoản mẹ đã chỉ định.
Các tài sản sẽ bị loại trừ nếu phương thức gọi không có quyền truy cập. Theo mặc định, các thuộc tính bị xoá mềm (tức là "đã chuyển vào thùng rác") sẽ bị loại trừ. Trả về danh sách trống nếu không tìm thấy cơ sở lưu trú có liên quan.
Yêu cầu HTTP
GET https://analyticsadmin.googleapis.com/v1beta/properties
Bắt buộc. Biểu thức để lọc kết quả của yêu cầu. Các trường đủ điều kiện để lọc là: parent:(Tên tài nguyên của tài khoản/tài sản mẹ) hoặc ancestor:(Tên tài nguyên của tài khoản mẹ) hoặc firebase_project:(Mã nhận dạng hoặc số của dự án Firebase được liên kết). Một số ví dụ về bộ lọc:
| 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
Số lượng tài nguyên tối đa cần trả về. Dịch vụ có thể trả về ít hơn giá trị này, ngay cả khi có các trang khác. Nếu không chỉ định, hệ thống sẽ trả về tối đa 50 tài nguyên. Giá trị tối đa là 200; (các giá trị cao hơn sẽ được ép thành giá trị tối đa)
pageToken
string
Mã thông báo trang, nhận được từ lệnh gọi properties.list trước đó. Cung cấp giá trị này để truy xuất trang tiếp theo. Khi phân trang, tất cả các tham số khác được cung cấp cho properties.list phải khớp với lệnh gọi đã cung cấp mã thông báo trang.
showDeleted
boolean
Liệu có đưa các Tài sản đã xoá mềm (tức là "đã chuyển vào thùng rác") vào kết quả hay không. Bạn có thể kiểm tra các thuộc tính để xác định xem các thuộc tính đó có bị xoá hay không.
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Thông báo phản hồi cho RPC properties.list.
Nếu thành công, phần nội dung phản hồi sẽ chứa dữ liệu có cấu trúc sau:
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-04-02 UTC."],[[["Returns a list of \"GA4\" properties under a specified parent Account, excluding those without user access and soft-deleted ones."],["Allows filtering results by parent, ancestor, or linked Firebase project using the `filter` query parameter."],["Supports pagination with `pageSize` and `pageToken` parameters to retrieve large result sets."],["Requires `analytics.readonly` or `analytics.edit` authorization scopes for access."],["Provides a JSON response containing an array of properties and a token for retrieving subsequent pages."]]],["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"]]