Belirtilen üst hesap altındaki alt mülkleri döndürür.
Arayan kullanıcının erişimi yoksa mülkler hariç tutulur. Yumuşak silinmiş (ör. "çöp kutusuna gönderilmiş") mülkler varsayılan olarak hariç tutulur. Alakalı mülk bulunamazsa boş bir liste döndürülür.
HTTP isteği
GET https://analyticsadmin.googleapis.com/v1beta/properties
Zorunlu. İsteğin sonuçlarını filtrelemek için kullanılan bir ifade. Filtrelemede kullanılabilecek alanlar: parent:(üst hesabın/mülkün kaynak adı) veya ancestor:(üst hesabın kaynak adı) veya firebase_project:(bağlı Firebase projesinin kimliği veya numarası). Filtrelere örnek olarak şunlar verilebilir:
| 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
Döndürülecek maksimum kaynak sayısı. Ek sayfalar olsa bile hizmet bu değerden daha az sonuç döndürebilir. Belirtilmemişse en fazla 50 kaynak döndürülür. Maksimum değer 200'dür; (daha yüksek değerler maksimum değere zorlanacaktır)
pageToken
string
Önceki bir properties.list çağrısından alınan sayfa jetonu. Sonraki sayfayı almak için bunu sağlayın. Sayfalandırma yapılırken properties.list parametresine sağlanan diğer tüm parametreler, sayfa jetonunu sağlayan çağrıyla eşleşmelidir.
showDeleted
boolean
Yumuşak silinmiş mülkleri ("çöp kutusuna kaldırılmış") sonuçların kapsamına dahil edip etmeyeceğinizi belirtir. Mülklerin silinip silinmediğini belirlemek için mülkler incelenebilir.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
properties.list RPC için yanıt mesajı.
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]