GetServiceRequests()

Gets application service requests

Description

Retrieve all the Service Request for all services associated with the current application. Not to be implemented - currently this call is only meant for the MTOA.Web.Client.

Package Details

Interface

IAppManager

Syntax

AppManager.GetServiceRequests<T>(int page, int pageSize)

Returns

Task<ICollection<ServiceRequest>>

API

[GET] /api/v1/app/servicerequests

Example

// not to be implemented - currently this call is only meant for the MTOA.Web.Client