/policies/url Resource

Returns a list of all supported URL policies.

Access: Unauthorized (public) access allowed.

GET /policies/url

Returns a list of all supported URL policies.

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 Collection (JSON) a collection of UrlPolicys.

Example

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

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
{
  "self" : "http://example.org/collection",
  "totalItems" : 42,
  "items" : [ { }, { } ]
}