Redirect REST API
Redirect provides a REST API to create, read, update and delete redirects.
The ENDPOINT is /rest/homepageredirect/1.0/
Manage redirects
The endpoint to manage redirects.
Resource url: /rest/homepageredirect/1.0/redirect
Methods:
GET
PUT
POST
DELETE
Get redirects
The endpoint to get all redirects.
Resource url: /rest/homepageredirect/1.0/redirects
Methods:
GET
Parameters
No parameters.
Response
1
2
3
4
5
6
7
8
9
10
11
12
13
[
{
"id": 42,
"contentId": 65611,
"anonymous": true
},
{
"id": 43,
"group": "confluence-users",
"contentId": 65611,
"anonymous": false
}
]