Get Version List
POST
https://app.leiga.com/openapi/api/version/all-version
Version Module(version)
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app.leiga.com/openapi/api/version/all-version' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 1,
"statusList": [
"release"
],
"ownerIds": [
1
],
"name": "xxx",
"pageSize": 10
}'
Response Response Example
{
"code": "0",
"data": {
"total": 1,
"list": [
{
"releasedDate": 1646301600000,
"ownerName": "xxx",
"name": "xxx",
"statusName": "xxx",
"description": "xxx",
"id": 1,
"ownerId": 1,
"startDate": 1646301600000,
"planDate": 1646301600000,
"status": "release"
}
]
}
}
Request
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Body Params application/json