A AuthMS API Wiki API Reference iam.tianv.com →

GET /notifications/global-variables/{id}

获取指定ID的全局变量详情 参考:CAN-SPAM Act (15 U.S.C. §7701) — Commercial Email Compliance。

通知服务 `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes 全局变量ID

Responses

StatusDescriptionSchema
200获取成功dto.GlobalVariableDetailResponse

Referenced Schemas

dto.GlobalVariableDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.GlobalVariableResponse No
message string No
timestamp string No

dto.GlobalVariableResponse

FieldTypeRequiredExampleConstraintsDescription
app_id string No
id string No
key string No
tenant_id string No
value string No