跳到主要内容
版本:4.1

企业项目详情

接口说明

查询企业下指定项目详情

接口地址

http://{api-host}/v2/api/enterprise/{enterpriseId}/project/{projectId}

请求方式

GET

请求参数

名称类型必填描述示例值
enterpriseIdstring企业IDWlGk4Daj
projectIdstring项目IDWlGk4Daj

提示:企业 ID 从企业概览中获取; 项目 ID 从项目概览中获取

公共请求参数

公共请求参数

返回数据

名称类型描述
idstring项目 ID
namestring项目名称
ownerIdstring拥有者ID
ownerstring拥有者姓名
productsProduct[]产品
integratesIntegrate[]集成应用
spaceQuotainteger空间配额

Product

名称类型描述
uniqueIdstring产品唯一编码
namestring产品名称
descriptionstring描述

Integrate

名称类型描述
idstring产品唯一编码
namestring产品名称
descriptionstring描述

返回示例

{
"id": "WlGk4Daj",
"name": "默认项目",
"ownerId": "WlGk4Daj",
"owner": "admin",
"products": [
{
"uniqueId": "DC",
"name": "数据中心",
"description": "全域全渠道数据底座"
},
{
"uniqueId": "UBA",
"name": "增长分析",
"description": "增长分析:用户全渠道分析"
},
{
"uniqueId": "AD",
"name": "获客分析",
"description": "获客分析"
},
{
"uniqueId": "CDP",
"name": "客户数据平台",
"description": "用户全渠道行为CDP"
},
{
"uniqueId": "MAP",
"name": "智能运营",
"description": "智能运营增长:智能运营平台"
}
],
"integrates": [
{
"id": "WlGk4Daj",
"name": "渠道质量分析"
}
],
"spaceQuota": 25
}

错误码

变更历史