Google Apps Script API を使用すると、Apps Script プロジェクトの作成、変更、デプロイをプログラムで行うことができます。これらの操作は、通常は Apps Script エディタを使用する必要があります。アプリは API を使用して、スクリプト プロジェクトの管理、新しいスクリプト バージョンの作成とデプロイ、スクリプト実行のモニタリングを行うことができます。
また、Apps Script API は Apps Script Execution API に代わるもので、拡張もされています。Execution API と同様に、Apps Script API を使用して Apps Script 関数をリモートで実行できます。
API の概要
Apps Script API は複数のリソースに分かれており、それぞれに特定の目的と実行できるリクエストのセットがあります。これらのリソースは次のとおりです。
[[["わかりやすい","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"]],["最終更新日 2024-12-21 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."]]],[]]