Format of URL with parameters
URL?param1=***¶m2=***¶m3=***…
| URL Component | Description |
|---|---|
| ? | Denotes that there will be input fields to be passed in to the URL. |
| paramX | An input field which you are passing in to call the API. Supported input fields are given in RESTful API References. |
| *** | The actual value of the input field you are passing in. |
| & | Denotes that there will be an additional input field to be passed in. |