Znode

Build Version:

GET urlredirects

Gets a list of Url Redirects.

Request Information

» Filters

Name Description Usage
isActive This will filter the request by the is active flag. GET urlredirects?filter=isactive~{operator}~{value}
NewUrl This will filter the request by New Url. GET urlredirects?filter=newurl~{operator}~{value}
OldUrl This will filter the request by Old Url. GET urlredirects?filter=oldurl~{operator}~{value}
urlRedirectId This will filter the request by Url Redirect Id. GET urlredirects?filter=urlredirectid~{operator}~{value}

» Paging

Name Description Usage
index The index to retrieve when requesting paged results. GET urlredirects?page=index~{value}
size The size of the page when retrieving paged results. GET urlredirects?page=size~{value}