Skip to main content
HTMLメール要素タイプ一覧
curl --request GET \
  --url https://api.utage-system.com/v1/element-types/mail
{
  "data": [
    {
      "type": "<string>",
      "name": "<string>",
      "category": "<string>",
      "description": "<string>",
      "children_types": [
        "<string>"
      ]
    }
  ]
}
GET
https://api.utage-system.com/v1/element-types/mail

Query Parameters

include
string

拡張カテゴリのカンマ区切り。HTMLメールで指定可能な拡張カテゴリは template のみです。

  • template: お気に入りテンプレート用の要素(デフォルトでは返りません)

Response

200 - application/json

要素タイプ定義の配列

data
object[]

要素タイプ定義の配列