Are the parameters of REST services required

are the parameters of REST services required? supports optional parameters?

What rest services and what parameters?

services for REST API

If you are talking about this, then parameters are required. Parameters number and types are used to choose a correct method to be called, e.g. in case when your service has two methods like doSomething(String arg1) and doSomething(String arg1, String arg2)