Get Project Information
GET
https://app.leiga.com/openapi/api/project/get
Project Module(project)
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.leiga.com/openapi/api/project/get?projectId=1' \
--header 'accessToken: ' \
--header 'Content-Type: application/json'
Response Response Example
{
"code": "0",
"data": {
"leader": "xxx",
"description": "xxx",
"updateTime": 1646301600000,
"avatar": 1,
"url": "xxx",
"leaderId": 1,
"archived": 1,
"projectKey": "xxx",
"createBy": 1,
"createTime": 1646301600000,
"projectCategory": 1,
"id": 1,
"projectName": "xxx",
"status": 1
}
}
Request
Query Params
projectId
integer <int64>
required
Example:
1
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Responses
Modified at 2024-06-12 06:46:49