List Organization's Service Versions
Retrieve a list of available versions for a specified service within an organization.
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the organization.
The name of the service whose versions you want to retrieve.
Valid values: "api_server"
, "ws_server"
Response
Contains the list of available versions for the requested service.
An array of available versions.
The unique identifier of the version.
A human-readable name for the version.
The timestamp when the version was created.
The Git SHA hash of the version.
Tags categorizing the version, e.g., ["latest"]
, ["stable"]
.
Whether this version is currently supported.
The recommended version to upgrade to, if applicable.
The name of the service this version belongs to.
The placement group of this version.
Always null
on success.