CallApi Method

Sends a GET request to the API.

Syntax

    CallApi(serviceName: Text)

Parameters

serviceName

Type: Text
Name of the API service (e.g. Version) to consume.

Return Value

None

Remarks

This call will send a GET request. No request body is supported.

See Also

CallApi(Text, Text)
CallApi(Enum, Text, Text)
CallApi(Enum, Text, Text[10], Text)