跳到主要内容
版本:2.3

项目详情

接口说明

查询项目详情信息

接口地址

http://{api-host}/v1/api/projects/{项目ID}

请求方式

GET

公共请求参数

公共请求参数

请求参数

名称类型必填描述示例值

返回数据

名称类型描述
idstring项目ID
namestring项目名称
descriptionstring项目描述
creatorstring项目创建者
creatorIdstring项目创建者ID
createdAtstring项目创建时间
ownerstring项目拥有者
ownerIdstring项目拥有者ID

返回示例

{
"id": "y9pm1pme",
"name": "wyl测试项目-勿动",
"description": "wyl测试项目-勿动wyl测试项目-勿动",
"creator": "",
"creatorId": "J1GlEDjl",
"createdAt": "2021-12-09T02:20:34.099072Z",
"owner": "wyltest01-系统创建",
"ownerId": "rRGoYQml"
}

错误码

变更历史