1. Home
  2. Docs
  3. Messaging Automation
  4. HttpGet

HttpGet

Http get

  • Represents an activity for sending an HTTP GET request and receiving the HTTP response.

Properties

      Common

  • DisplayName (String) – The display name of the activity.

      Misc

  • Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.
  • ApplyDefaultRetryCodes (InArgument<Boolean>) – Gets or sets whether to apply the default retry codes.
  • HTTPErrorHandler (InArgument) –
  • RequestHeaders (InArgument<DynamicValue>) – Gets or sets the headers of the request message.
  • ResponseContent (OutArgument<DynamicValue>) – Gets or sets the content of the response message.
  • ResponseHeaders (OutArgument<DynamicValue>) – Gets or sets the headers of the response message.
  • ResponseStatusCode (OutArgument<HttpStatusCode) – Gets or sets the status code of the response message.
  • RetryOnConnectionFailure (Boolean) – Gets or sets whether to retry on connection failures.
  • SecurityToken (InArgument<SecurityToken>) – Gets or sets the security token.
  • Uri (InArgument<String>) – Gets or sets the target URI.

Example