Handle Get About Using GET

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

Request
URI
GET
http://cava-s-182-041.eng.vmware.com//codestream/api/about
COPY
Query Parameters
string
apiVersion
Optional

The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about


Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with the requested Endpoint

Returns About of type(s) application/json
{
    "latestApiVersion": "string",
    "supportedApis": [
        {
            "apiVersion": "string",
            "deprecationPolicy": {
                "deprecatedAt": "string",
                "description": "string",
                "expiresAt": "string"
            },
            "documentationLink": "string"
        }
    ]
}
string
latestApiVersion
Required

The latest version of the API in yyyy-MM-dd format (UTC).

supportedApis
Required

A collection of all currently supported api versions.


401

Unauthorized Request

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Server Error

Operation doesn't return any data structure