AccountRegistrationControllerGetPendingRequests Method

GET /AccountRegistration/ Gets the pending registration requests.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("Index")]
public IActionResult GetPendingRequests(
	int pageNumber,
	int pageSize,
	Guid? sessionId = null
)

Parameters

pageNumber
Type: SystemInt32
The page number.
pageSize
Type: SystemInt32
The size of the page.
sessionId (Optional)
Type: SystemNullableGuid
The session ID.

Return Value

Type: IActionResult
An array of AccountRegistrationRequestData objects, or a status code indicating the problem.
See Also