ApiHelper/ExecuteGetApiToObject

Executes GET API at other URL and converts the data returned into an object.

Request Information

Parameters

NameDescriptionType
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

DescriptionType

Object

T