Difference between revisions of "RESTGet (Activity)"
(→Arguments) |
|||
Line 23: | Line 23: | ||
| Error || {{String}} || Out || Display's error message, appears when something is wrong with your request | | Error || {{String}} || Out || Display's error message, appears when something is wrong with your request | ||
|- align="left" | |- align="left" | ||
− | | Headers || | + | | Headers || Dictionary<string,string>> || In || Authentication and providing information |
|- align="left" | |- align="left" | ||
| MethodName || {{String}} || In || Name of the method | | MethodName || {{String}} || In || Name of the method | ||
|- align="left" | |- align="left" | ||
− | | Parameter || {{String | + | | Parameter || {{String}} || In || Refers to one of the pieces of data provided as input |
|- align="left" | |- align="left" | ||
| Response || {{String}} || Out || Data sent back to you | | Response || {{String}} || Out || Data sent back to you |
Revision as of 06:44, 6 April 2020
This activity is used to get a resource from a server and performs a "READ" operation using the UBIK USAM Service.