cURL
curl --request GET \ --url https://api.utage-system.com/v1/accounts/{account_id}/scenarios \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "title": "<string>", "open_title": "<string>" } ] }
指定アカウント配下のシナリオ一覧を取得します。
APIキーをBearerトークンとして指定
アカウントID
シナリオ名で部分一致検索
シナリオ一覧
Show child attributes