Version: 202201
Redirect List
GET/openapi/2022-01/redirects
Retrieve a list of all url redirect with pagination.
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- ]
countinteger
Default value:
0Example:
2redirects object[]
idinteger
Default value:
0Example:
373043170117713500store_idinteger
Default value:
0Example:
633130statusstring
Example:
openfrom_urlstring
Example:
/collections/hot-selling1redirect_urlstring
Example:
/collections/test1567{
"count": 2,
"redirects": [
{
"id": 373043170117713500,
"store_id": 633130,
"status": "open",
"from_url": "/collections/hot-selling1",
"redirect_url": "/collections/test1567"
}
]
}
{
"count": 2,
"redirects": [
{
"id": 373043170117713500,
"store_id": 633130,
"status": "open",
"from_url": "/collections/hot-selling1",
"redirect_url": "/collections/test1567"
},
{
"id": 373043233132924740,
"store_id": 633130,
"status": "open",
"from_url": "/collections/hot-selling",
"redirect_url": "/collections/test1567"
}
]
}