Handle Get About Using GET
The page contains information about the supported API versions and the latest API version. The version parameter is optional but highly recommended. If you do not specify explicitly an exact version, you will be calling the latest supported API version. Here is an example of a call which specifies the exact version you are using: GET /codestream/api/pipelines?apiVersion=2019-10-17
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
'Success' with the requested Endpoint
{
"latestApiVersion": "string",
"supportedApis": [
{
"apiVersion": "string",
"deprecationPolicy": {
"deprecatedAt": "string",
"description": "string",
"expiresAt": "string"
},
"documentationLink": "string"
}
]
}
The latest version of the API in yyyy-MM-dd format (UTC).
A collection of all currently supported api versions.
Unauthorized Request
Forbidden
Not Found
Server Error