runtime version list
- Print
- PDF
runtime version list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Search the runtime version list in the SourceBuild build environment.
Request
API URL
GET {SOURCEBUILD_API_URL}/env/os/{osId}/runtime/{runtimeId}/version
Request parameter
Item | Type | Description | Remarks |
---|---|---|---|
osId | string | Operating system ID | Search with buildEnvOSList API |
runtimeId | string | Runtime ID | Search with buildEnvRunTimeList API |
Request query
None
Request body
None
Response
Response body
{
"version": [
{
"id": "number",
"name": "string"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
version[].id | number | Runtime version ID | |
version[].name | string | Runtime version name |
Was this article helpful?