Metadata APIs

Get current minor version of the API

This call gets the current minor version of the API.

HTTP Method

GET

Request URI

/msa/v1/cps/version

Response fields

 

Field

Description

minorVersion

A string representing the minor version of the target API.

.

Example response

{

"minorVersion": "1.0.0"

}