Help with WebService Paging

Thank you, but no luck with that one either. I tried like this

TERMINATE_IF $response.itemsPerPage$ == 0
$offset$ = $offset$ + 1
$application.baseUrl$ + “/api/Employee” + “/?limit=100” + “&PageIndex=” + $offset$