Skip to content

Check request version

Artyom Slepushko edited this page Mar 5, 2019 · 1 revision

Check the version specified in the request

@GET /api/values/version

Headers Value
x-api-version 1.0

Server Answer example

{
    "groupVersion": null,
    "majorVersion": 1,
    "minorVersion": null,
    "status": null
}

Wiki

WebApi

Clone this wiki locally