Returns basic information about the URN REST-API.
Access: Unauthorized (public) access allowed.
Returns basic information about the URN REST-API.
Access: Unauthorized (public) access allowed.
| code | condition |
|---|---|
| 200 | if the request was completed successfully |
| media type | data type | description |
|---|---|---|
| application/json | ApiInfo (JSON) | a ApiInfo object |
GET
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{
"self" : "http://example.org/",
"version" : "1.2.3",
"admins" : "http://example.org/admins",
"namespaces" : "http://example.org/namespaces",
"organisations" : "http://example.org/organisations",
"validationPolicies" : "http://example.org/policies/validation",
"urlPolicies" : "http://example.org/policies/url",
"urns" : "http://example.org/urns",
"documentation" : "http://example.org/docs/"
}