Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Google Apps Script API, Apps Script projelerini programatik olarak oluşturmanıza, değiştirmenize ve dağıtmanıza olanak tanır. Bu işlemler için aksi takdirde Apps Script düzenleyiciyi kullanmanız gerekir. Uygulamalarınız, komut dosyası projelerinizi yönetmek, yeni komut dosyası sürümleri oluşturmak ve dağıtmak, komut dosyası yürütmelerini izlemek için API'yi kullanabilir.
Apps Script API, Apps Script Execution API'nin yerini alır ve bu API'yi genişletir.
Apps Komut Dosyası API'sini, Yürütme API'sinde olduğu gibi Apps Komut Dosyası işlevlerini uzaktan yürütmek için kullanabilirsiniz.
API'ye genel bakış
Apps Script API, her biri belirli bir amaca ve gönderebileceğiniz istek grubuna sahip olan çeşitli kaynaklara ayrılmıştır. Bu kaynaklar şunlardır:
projects: Komut dosyası projesinin temsili. API, proje oluşturma, okuma, izleme ve değiştirme yöntemleri sağlar.
projects.deployments
: Komut dosyası dağıtımının temsili. API, komut dosyası proje dağıtımlarını oluşturmak, listelemek, güncellemek ve silmek için yöntemler sunar.
projects.versions
: Komut dosyası projesi sürümünün temsili. API, proje sürümlerini oluşturmak ve okumak için yöntemler sunar.
processes: Komut dosyası işlevi yürütmesinin temsili. API, mevcut süreçleri listelemek ve bunlarla ilgili tür ve mevcut durum gibi bilgi toplamak için yöntemler sunar.
scripts: Apps Komut Dosyası işlevlerini uzaktan yürütmeye yönelik yöntemler sağlayan uç nokta.
[[["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: 2024-11-08 UTC."],[[["The Google Apps Script API allows programmatic management of Apps Script projects, including creation, modification, and deployment."],["This API enables remote execution of Apps Script functions and extends the capabilities of the Apps Script Execution API."],["Developers can utilize the API to manage script projects, deploy versions, and monitor script executions."],["Key resources within the API include projects, deployments, versions, processes, and scripts for comprehensive control."],["It's crucial to enable the API and grant access for third-party app management of your scripts."]]],[]]