What are the different Parameters?

Created by Ganesh C C, Modified on Wed, 7 Dec, 2022 at 4:14 PM by Ganesh C C

Parameters are options you can pass with the endpoint to influence the response.

There are four types of parameters:


  • Path Parameters: Path parameters are part of the endpoint itself and are not optional.

  • Query Parameters: Query parameters appear after a question mark (?) in the endpoint. Each parameter is listed in the query string right after the other, with an ampersand (&) separating them.

  • Request Parameters: Request parameters are included in the request body and are used to send data via the REST API.

  • Response Parameters: Response parameters represent the response to a request.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article