Yetkilendirme, belirtilen kaynak parent için aşağıdaki IAM iznini gerektirir:
gsuiteaddons.deployments.list
Sorgu parametreleri
Parametreler
pageSize
integer
Döndürülecek maksimum dağıtım sayısı. Hizmet bu değerden daha az sonuç döndürebilir. Belirtilmemesi halinde en fazla 1.000 dağıtım döndürülür. Olası maksimum değer 1.000'dür. 1.000'den yüksek değerler 1.000 olarak değiştirilir.
pageToken
string
Önceki bir deployments.list çağrısından alınan sayfa jetonu. Sonraki sayfayı almak için bunu sağlayın.
Sayfalandırma yapılırken deployments.list parametresine sağlanan diğer tüm parametreler, sayfa jetonunu sağlayan çağrıyla eşleşmelidir.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Dağıtım listesini içeren 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-01-15 UTC."],[[["Lists all deployments within a specified Google Workspace Add-ons project."],["Allows for pagination to retrieve large sets of deployments."],["Requires `gsuiteaddons.deployments.list` IAM permission and `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."],["Returns a list of deployments along with a token for accessing subsequent pages, if available."]]],["This describes how to list deployments within a project using an HTTP GET request. The request URL structure is `https://gsuiteaddons.googleapis.com/v1/{parent=projects/*}/deployments`, where `parent` specifies the project. Optional query parameters `pageSize` (max 1,000) and `pageToken` allow pagination. The request body must be empty. The successful response contains a list of `deployments` and a `nextPageToken` for subsequent pages, structured in JSON. Authorization requires the `gsuiteaddons.deployments.list` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope.\n"]]