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 ''
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
Responses
Modified at 2024-06-12 06:46:49