cURL
curl --request GET \ --url https://api.olostep.com/v1/schedules \ --header 'Authorization: Bearer <token>'
{ "schedules": [ { "team_id": "<string>", "schedule_id": "<string>", "type": "recurring", "endpoint": "<string>", "payload": {}, "cron_expression": "<string>", "execute_at": "2023-11-07T05:31:56Z", "expression_timezone": "<string>", "text": "<string>", "schedule_name": "<string>", "schedule_group": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "state": "ENABLED", "method": "GET" } ], "count": 123 }
チームのすべてのスケジュールを取得します。スケジュールの設定、ステータス、およびメタデータを含む一覧を返します。
Bearer認証ヘッダーの形式はBearer で、はあなたの認証トークンです。
削除されたスケジュールをレスポンスに含めるには'true'に設定します。デフォルトでは、削除されたスケジュールは除外されます。
true
false
スケジュールのリストを含む成功したレスポンス。
スケジュールオブジェクトの配列
Show child attributes
スケジュールの総数
このページは役に立ちましたか?