REST API Parameters

The following table describes the REST API parameters. To add REST API parameters, see Defining a Parameter for REST API.

Name

Parameter

URL Location

Defines the base/parameterized URL location of the REST services, excluding the specific resource context path.

https://www.googleapis.com

In the URL Location field, the appears in case authentication is used.

To change the REST API URL settings, see: Editing a REST API URL.

Method

Defines the method to be invoked. The list is retrieved according to the Options Response from the Server.

URL Request Path

Defines the required path (recourse).

/language/translate/v2

Certain paths require values for input parameters. If so click and add or create a parameter.

URL Parameters

Defines the URL parameters that are added to the URL address.

For GET method, add parameters by clicking or .

For the following REST command:

https://www.googleapis.com/language/translate/v2?key=12345&source=en&target=de&q=Hello%world

URL: https://www.googleapis.com/language/translate/v2

Parameter: key=12345&source=en&target=de&q=Hello%world

Headers

Defines any additional HTTP headers that are required in the following format:

<name>=<value>

Separate pairs of names of values by a semi-colon.

You can add parameters by clicking or .

Body

Defines any text required in the request body.

You can add parameters by clicking or .