Click or drag to resize

TrialRequestControllerGetTrialRequests Method

(An Action that handles HTTP GET requests) (Restricted to Roles = Role.Admin) gets trial requests.

Namespace:  awsomAPI.Controllers
Assembly:  awsomAPI (in awsomAPI.exe) Version: 1.0.0
Syntax
C#
public Task<ActionResult> GetTrialRequests()

Return Value

Type: TaskActionResult
An asynchronous result that yields the trial requests.
Remarks
Vanvoljg, 18-Jul-19.
See Also