コボットPortal

HTTPクライアント

「HTTPクライアント」アクテビティについてです。※現在ナレッジ準備中です

1.アクティビティのプログラム名

RCA.Activities.Core.HttpClient

2.説明

Studio バージョン 2.0.3.0~

  クイックアクセス: コア>Http>HTTPクライアント

指定されたWebAPIに対して、HTTPのリクエストを実行できます。

3.プロパティ

プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。

Body ・・・ The body of the request.

ConsumerKey ・・・ The consumer key to be used if the API you are making requests to is based on the OAuth1 authentication protocol.

ConsumerSecret ・・・ The consumer secret to be used if the API you are making requests to is based on the OAuth1 authentication protocol.

ContinueOnError ・・・ Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False).

EndPoint ・・・ The URL to which you want to make the request.

HttpProxy

OAuth1Token ・・・ The access token to be used if the API you are making requests to is based on the OAuth1 authentication protocol, after an authorization request for the consumer has been approved.

OAuth1TokenSecret ・・・ The secret to be used if the API you are making requests to is based on the OAuth1 authentication protocol, after an authorization request for the consumer has been approved.

OAuth2Token ・・・ The access token to be used if the API you are making requests to is based on the OAuth2 authentication protocol.

Password ・・・ Indicates that the web service uses simple authentication and enables you to input your username. Adding a password is also required. This property supports strings and string variables.

PasswordProxy

ResourcePath ・・・ A file path at which the response should be saved. This field supports strings and string variables.

Result ・・・ The response received from the HTTP request, as a string variable.

StatusCode ・・・ The status code received from the HTTP request, as an integer variable.

UserNameProxy

Username ・・・ Indicates that the web service uses simple authentication and enables you to input your password. Adding a username is also required. This property supports strings and string variables.

AcceptFormat ・・・ The format in which to receive the web server's response. The following options are supported: ANY - the default value, XML and JSON.

BodyFormat ・・・ The format in which the body has to be. By default, it is filled in with application/xml.

DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.

Method ・・・ The request method to be used

TimeoutMS ・・・ Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 6000 milliseconds (6 seconds).

Attachments ・・・ Enables you to attach files to requests. Click the Ellipsis button to open the Attachments window and add all the required files.

Cookies ・・・ The cookies in the HTTP Request.

Headers ・・・ Enables you to include custom headers in the HTTP request.

Parameters ・・・ The request parameters.

UrlSegments ・・・  Custom segments added to the Endpoint URL between braces "{}". Click the Ellipsis button to open the URLSegments window.

4.使い方

準備中

印刷
S
Shiori is the author of this solution article.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.