要素プロパティ定義
curl --request GET \
--url https://api.utage-system.com/v1/element-types/funnel/properties{
"data": {
"global_common_properties": [
{
"name": "<string>",
"type": "<string>",
"required": true,
"default": "<unknown>",
"description": "<string>",
"enum": [
"<unknown>"
]
}
],
"content_common_properties": [
{
"name": "<string>",
"type": "<string>",
"required": true,
"default": "<unknown>",
"description": "<string>",
"enum": [
"<unknown>"
]
}
],
"element_types": [
{
"type": "<string>",
"name": "<string>",
"category": "<string>",
"description": "<string>",
"children_types": [
"<string>"
],
"properties": [
{
"name": "<string>",
"type": "<string>",
"required": true,
"default": "<unknown>",
"description": "<string>",
"enum": [
"<unknown>"
]
}
]
}
]
}
}要素・タイプリファレンス
要素プロパティ定義
指定した要素タイプのプロパティ定義を取得します(認証不要)。
レスポンスには以下が含まれます。
global_common_properties: 全要素共通のプロパティcontent_common_properties: コンテンツ要素共通のプロパティ(padding/border/background)- 個別要素の
properties: その要素固有のプロパティ
要素プロパティ定義
curl --request GET \
--url https://api.utage-system.com/v1/element-types/funnel/properties{
"data": {
"global_common_properties": [
{
"name": "<string>",
"type": "<string>",
"required": true,
"default": "<unknown>",
"description": "<string>",
"enum": [
"<unknown>"
]
}
],
"content_common_properties": [
{
"name": "<string>",
"type": "<string>",
"required": true,
"default": "<unknown>",
"description": "<string>",
"enum": [
"<unknown>"
]
}
],
"element_types": [
{
"type": "<string>",
"name": "<string>",
"category": "<string>",
"description": "<string>",
"children_types": [
"<string>"
],
"properties": [
{
"name": "<string>",
"type": "<string>",
"required": true,
"default": "<unknown>",
"description": "<string>",
"enum": [
"<unknown>"
]
}
]
}
]
}
}⌘I