Api >

Service Portal REST API

Version GET
Given I am not authenticated
When I send /api/version
Then I should receive HTTP/1.1 200 OK
With following application/vnd.collection.next+json body:
{
  "href": "/api/version",
  "data": [{
    "name": "version"
  }, {
    "name": "host"
  }]
}