Version Related Issue List
POST
https://app.leiga.com/openapi/api/version/page-associate
Version Module(version)
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app.leiga.com/openapi/api/version/page-associate' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 1,
"releaseId": 1,
"stateCategory": 1,
"pageSize": 10,
"projectId": 1,
"assigneeId": 1
}'
Response Response Example
{
"code": "0",
"data": {
"total": 1,
"list": [
{
"summary": "xxx",
"priorityName": "xxx",
"issueTypeName": "xxx",
"dueDate": 1646301600000,
"updateTime": 1646301600000,
"assigneeId": 1,
"priorityId": 1,
"issueTypeId": 1,
"statusId": 1,
"assigneeName": "xxx",
"createTime": 1646301600000,
"statusName": "xxx",
"id": 1,
"projectName": "xxx",
"projectId": 1
}
]
}
}
Request
Header Params
Content-Type
stringÂ
required
Example:
application/json
accessToken
stringÂ
required
Example:
{{accessToken}}
Body Params application/json
Responses
Modified at 2024-06-12 06:46:49