Rest Api Pagination

In the Rest Api Document it says " Use the AML attributes pagesize=”1” and page=”1” to limit the
number of items returned in the response" but when I put it in my request it gives me 501: Not Implemented error .My query looks like this localhost/.../Part?$page=1&$pagesize=1