Get the report content version for the given semantic version

get/versions/{semanticVersion}
Internal-Use Only

Return the report content version for the given semantic version.

Request Samples

1

Response Samples

1{
2 "schema": "4.3.0",
3 "mediaType": 8,
4 "version": 1
5}

Path Parameters

NameTypeRequiredDescription
semanticVersion
string
true

The version in the format of major.minor.patch.

Responses

StatusMeaningDescription
200OKThe report content version.Schema
404Not FoundInvalid major, minor, patch of report content version.Schema