スケジュールに関する情報を返します。
パラメーター
パラメータ | タイプ | 必須 | 説明 |
|---|---|---|---|
| 数 | はい | あなたのアカウントID。 |
例
{ actor { account(id: 11933347) { workflowAutomation { schedules { results { definition { name scope { id type } version } schedule { id } } } } } }}レスポンス
クエリは次を返します:
schedules.results: スケジュール オブジェクトの配列。各オブジェクトには次のものが含まれます。definition.name: ワークフロー定義名definition.scope.id: アカウントIDdefinition.scope.type: スコープタイプdefinition.version: ワークフロー定義バージョンschedule.id: スケジュールの一意の識別子