Difference between revisions of "RESTGet (Activity)"
(→Example) |
(→Example) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | This activity is used to get a resource from a server and performs a "READ" operation using the | + | This activity is used to get a resource from a server and performs a "READ" operation using the REST Service. |
<!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> | ||
Line 8: | Line 8: | ||
| image = | | image = | ||
| imagecaption = Activity RESTGet | | imagecaption = Activity RESTGet | ||
− | | purpose = Get a resource from a server using the | + | | purpose = Get a resource from a server using the REST Service |
| category = UBIK Web | | category = UBIK Web | ||
| returns = true if successful | | returns = true if successful | ||
Line 40: | Line 40: | ||
===Usage=== | ===Usage=== | ||
Use this activity to get a resource from a server. | Use this activity to get a resource from a server. | ||
− | |||
− | |||
=Example= | =Example= | ||
− | Exemplary values to get Customizing | + | Exemplary values to get Customizing Info from UBIK Content service. |
{| class="wikitable" | width = "25%" | {| class="wikitable" | width = "25%" | ||
Line 51: | Line 49: | ||
! RESTGet!! Value | ! RESTGet!! Value | ||
|- align="left" | |- align="left" | ||
− | | DisplayName || | + | | DisplayName || RESTGet<String |
|- align="left" | |- align="left" | ||
− | | Error || | + | | Error || |
|- align="left" | |- align="left" | ||
− | | Headers || | + | | Headers || |
|- align="left" | |- align="left" | ||
| MethodName || "GetCustomizingInfo" | | MethodName || "GetCustomizingInfo" | ||
|- align="left" | |- align="left" | ||
− | | Parameter || | + | | Parameter || |
|- align="left" | |- align="left" | ||
− | | Resonse || | + | | Resonse || |
|- align="left" | |- align="left" | ||
| Result || "info" | | Result || "info" | ||
Line 71: | Line 69: | ||
! DebugMessage!! Value | ! DebugMessage!! Value | ||
|- align="left" | |- align="left" | ||
− | | DisplayName || | + | | DisplayName || DebugMessage |
|- align="left" | |- align="left" | ||
− | | Result || | + | | Result || |
|- align="left" | |- align="left" | ||
| Text || "info" | | Text || "info" | ||
|- align="left" | |- align="left" | ||
− | | UBIKObject || | + | | UBIKObject || |
|- align="left" | |- align="left" | ||
|} | |} |
Latest revision as of 08:39, 14 April 2020
This activity is used to get a resource from a server and performs a "READ" operation using the REST Service.