Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/readers/{reader_id}/scenarios \ --header 'Authorization: Bearer <token>'
{ "data": [ { "scenario_id": "<string>", "scenario_title": "<string>", "reader_id": "<string>", "is_blocked": true, "created_at": "<string>" } ] }
プレビュー機能。仕様は今後変更される可能性があります。 同じ読者(同一の共通読者)が登録されている他のシナリオ一覧を取得します。
GET
https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/readers/{reader_id}/scenarios
APIキーをBearerトークンとして指定
アカウントID
シナリオID
読者ID
他シナリオ一覧
Show child attributes