latestSwagger 2.0ShopBase Dev 1.02026-08-10153268547.4 KB

353ccde6240d

Redirect

Retrieves a list of URL redirects

get/admin/redirects.json

Query parameters

limitnumber

The maximum number of results to show.

since_idnumber

Restrict results to after the specified ID.

pathstring

Show redirects with a given path.

targetstring

Show redirects with a given target.

fieldsstring

Show only certain fields, specified by a comma-separated list of field names.

Response

OK

Example response

{
  "redirects": [
    {
      "from_url": "/products.php",
      "id": 304339089,
      "to_url": "/products"
    }
  ]
}