ApiHelper/ExecuteGetApi
Executes GET API at other URL.
Request Information
Parameters
Name | Description | Type |
---|---|---|
url |
URL |
String |
contents |
Body (JSON format) |
String |
querystring |
Query string |
String |
internalCallKeyword |
Internal call keyword |
String |
headers |
Request headers |
Dictionary`2 |
Response Information
Response Description
Description | Type |
---|---|
Response |
HttpResponseMessage |