Difference between revisions of "RESTGet (Activity)"
(Created page with "This activity verifies login information and retrieves an Authentication Object using the UBIK USAM Service. <!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT...") |
|||
Line 1: | Line 1: | ||
− | This activity | + | This activity performs a "READ" operation using the UBIK USAM Service. |
<!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> | ||
Line 20: | Line 20: | ||
! Argument !! Type !! Direction !! Purpose | ! Argument !! Type !! Direction !! Purpose | ||
|- align="left" | |- align="left" | ||
− | | | + | | DisplayName || {{String}} || In || Display's the name |
|- align="left" | |- align="left" | ||
− | | | + | | Error || {{String}} || Out || Display's error message, appears when something is wrong with your request |
|- align="left" | |- align="left" | ||
− | | | + | | Headers || {{String)}} || In || authentication and providing information |
|- align="left" | |- align="left" | ||
− | | | + | | MethodName || {{String}} || In || Name of the |
|- align="left" | |- align="left" | ||
− | | | + | | Parameter || {{String}} || In || a parameter, is a special kind of variable, used to refer to one of the pieces of data provided as input |
|- align="left" | |- align="left" | ||
− | | | + | | Response || {{String}} || Out || Data sent back to you |
|- align="left" | |- align="left" | ||
− | | | + | | Result || {{String}} || Out || Result sent back to you |
|- align="left" | |- align="left" | ||
− | | | + | | Url || {{String}} || In || |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- align="left" | |- align="left" | ||
|} | |} | ||
Line 52: | Line 40: | ||
===Usage=== | ===Usage=== | ||
− | Use this activity to | + | Use this activity to get a resource from a server |
− | + | ||
− | |||
Line 68: | Line 54: | ||
==See also== | ==See also== | ||
− | |||
− |
Revision as of 08:31, 26 March 2020
This activity performs a "READ" operation using the UBIK USAM Service.