Returns a list of all supported URN naming policies.
Access: Unauthorized (public) access allowed.
Returns a list of all supported URN naming policies.
Access: Unauthorized (public) access allowed.
| code | condition |
|---|---|
| 200 | if the request was completed successfully |
| media type | data type | description |
|---|---|---|
| application/json | Collection (JSON) | a collection of UrnNamingPolicys. |
GET /policies/urn-naming
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{
"self" : "http://example.org/collection",
"totalItems" : 42,
"items" : [ { }, { } ]
}