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}/common-readers/{common_reader_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "common_fields": {}, "memo": "<string>", "labels": [ { "id": "<string>", "name": "<string>", "assigned_at": "<string>" } ], "created_at": "<string>" } }
プレビュー機能。仕様は今後変更される可能性があります。
共通読者(同一人物としてまとめられた読者)の詳細を取得します。 common_fields は全シナリオ共通の読者項目です。
common_fields
GET
https://api.utage-system.com/v1/accounts/{account_id}/common-readers/{common_reader_id}
APIキーをBearerトークンとして指定
アカウントID
共通読者ID
共通読者詳細
Show child attributes