Get the User’s Block and Allow lists. Protocols are required for entry of a url.
Method
GET
Authorizations
One of the following must be true:
- The logged in user is the filter guardian of the given username.
- The logged in user is a partner of (gets email reports of) the given username.
- The given username belongs to the logged in user.
Call
GET /v2/user/(?P[^/]+)/filter/settings/urls.(?Pxml|json)
Sample Response
{
"result": {
"records": [
{
"url": "http://www.hulu.com",
"action": "ALLOW",
"origin": "user"
}
],
"meta": {
"status": "Success",
"executionTime": "0:00:00.034156"
}
}
}