Fortinet black logo

Format of URL with parameters

Format of URL with parameters

URL?param1=***&param2=***&param3=***…

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 the Restful API Reference.
*** The actual value of the input field you are passing in.
& Denotes that there will be an additional input field to be passed in.

Format of URL with parameters

URL?param1=***&param2=***&param3=***…

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 the Restful API Reference.
*** The actual value of the input field you are passing in.
& Denotes that there will be an additional input field to be passed in.