Skip to main content
置き換え文字一覧
curl --request GET \
  --url https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/placeholders \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "placeholder": "%name%",
      "name": "<string>",
      "is_filterable": true
    }
  ]
}
GET
https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/placeholders
この機能はプレビュー版です。仕様が変更される場合があります。

Authorizations

Authorization
string
header
required

APIキーをBearerトークンとして指定

Path Parameters

account_id
string
required

アカウントID

scenario_id
string
required

シナリオID

Query Parameters

category
enum<string>

カテゴリで絞り込み

  • reader_item: 読者項目
  • system: システム変数
  • text_template: 独自置き換え文字
  • payment: 決済連携
  • event: イベント連携
Available options:
reader_item,
system,
text_template,
payment,
event

Response

置き換え文字一覧

data
object[]