Resource

Returns basic information about the URN REST-API.

Access: Unauthorized (public) access allowed.

GET

Returns basic information about the URN REST-API.

Access: Unauthorized (public) access allowed.

Response Codes
code condition
200 if the request was completed successfully
Response Body
media type data type description
application/json ApiInfo (JSON) a ApiInfo object

Example

Request
GET 
Content-Type: */*
Accept: application/json

                
...
                
              
Response
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/"
}