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
Feedback sent
We appreciate your effort and will try to fix the article