Add URL Redirection Entry.
The Site ID for which to modify the URL Redirection Settings. (optional)
Add a URL redirection to the URL redirection list
Whether the URL redirection will be enabled or disabled.
The URL to redirect or not.
Redirect action type options
No Content
Unauthorized
Conflict
No content
Retrieve URL Redirection Entry.
The Id for which to retrieve the URL Redirection Entry
The Site ID for which to modify the URL Redirection Settings. (optional)
Success
Unauthorized
Not Found
Update URL Redirection Entry.
The ID for which to modify the URL Redirection Entry.
The Site ID for which to modify the URL Redirection Settings. (optional)
Add a URL redirection to the URL redirection list
Whether the URL redirection will be enabled or disabled.
The URL to redirect or not.
Redirect action type options
Move Direction.
No Content
Unauthorized
Not Found
No content
Remove URL Redirection Entry.
The ID for which to Remove the URL Redirection Entry.
The Site ID for which to modify the URL Redirection Settings. (optional)
No Content
Unauthorized
Not Found
No content
POST /api/URLRedirectionSettings/Entry HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 75
{
"enabled": true,
"url": "text",
"action": [
"0 = DoNotRedirect",
"1 = Redirect"
]
}GET /api/URLRedirectionSettings/Entry/{id} HTTP/1.1
Host:
Accept: */*
{
"id": 1,
"priority": 1,
"enabled": true,
"url": "text",
"action": [
"0 = DoNotRedirect",
"1 = Redirect"
]
}PUT /api/URLRedirectionSettings/Entry/{id} HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 108
{
"enabled": true,
"url": "text",
"action": [
"0 = DoNotRedirect",
"1 = Redirect"
],
"priority": [
"0 = Up",
"1 = Down"
]
}DELETE /api/URLRedirectionSettings/Entry/{id} HTTP/1.1
Host:
Accept: */*