Jump to: navigation, search

Difference between revisions of "RESTGet (Activity)"


Line 6: Line 6:
 
{{ActivityInfoBox
 
{{ActivityInfoBox
 
| title = Authenticate
 
| title = Authenticate
| name = Authenticate
+
| name = RESTGet
 
| image =  
 
| image =  
| imagecaption = Activity Authenticate
+
| imagecaption = Activity RESTGet
| purpose = Verifies login information and retrieves an Authentication Object using the UBIK USAM Service
+
| purpose = get a resource from a server using the UBIK USAM Service
 
| category = UBIK Web
 
| category = UBIK Web
 
| returns = true if successful
 
| returns = true if successful

Revision as of 08:32, 26 March 2020

This activity performs a "READ" operation using the UBIK USAM Service.


[edit]

Description

Authenticate
Name RESTGet
Purpose get a resource from a server using the UBIK USAM Service
Category UBIK Web
Returns true if successful
Version 3.5

Arguments

Argument Type Direction Purpose
DisplayName String In Display's the name
Error String Out Display's error message, appears when something is wrong with your request
Headers String) In authentication and providing information
MethodName String In Name of the
Parameter String In a parameter, is a special kind of variable, used to refer to one of the pieces of data provided as input
Response String Out Data sent back to you
Result String Out Result sent back to you
Url String In


Usage

Use this activity to get a resource from a server


Argument Value


See also