获取登录用户变量
URL
请求类型
请求头参数
参数说明与示例
[
{
"id": "id1", // 变量 uid
"key": "test1", // 变量标识符
"name": "测试", // 变量名称
"description": "测试", // 变量描述
"projectId": "pid1", // 项目 uid
"createdAt": 1532416276546, // 变量创建时间, unix 毫秒时间戳
"updatedAt": 1532416276546, // 变量最后一次修改时间, unix 毫秒时间戳
"attribution": "mostRecent" // 变量类型,mostRecent: 最近归因,final: 最终归因
}
]Last updated
Was this helpful?