Get About Using GET

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. Only assembler admin in classic tenancy can access. 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 /blueprint/api/blueprints?apiVersion=2019-09-12

Request
URI
GET
https://{api_host}/blueprint/api/about
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns BlueprintAbout of type(s) application/json
{
    "latestApiVersion": "string",
    "supportedApis": [
        {
            "apiVersion": "string"
        }
    ]
}
string
latestApiVersion
Optional

Latest API Version

array of object
supportedApis
Optional

Supported API's


401

Unauthorized

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

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/blueprint/api/about