Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Retrieve the extended history of ServiceRequest status changes for a given Service Request Id

Description
This method is used to retrieve a list of extended history of service requests status changes for a given Service Request Id.

Package Details
Interface
IServiceRequestManager

Syntax
IServiceRequestManager.GetStatusHistoryEx(int serviceRequestId)

Returns
ICollection<MTOA.DomainObjects.ServiceRequestStatusHistoryEx>

API Endpoint
[GET] /api/v1/servicerequests/{id}/status-history-ex

Returns
200 - Ok

Example
using MTOA.BLL.Interfaces;

int serviceRequestId = 4374;

`var serviceRequestStatusHistory = await _serviceRequestManager.GetStatusHistoryEx(serviceRequestId);`

  • No labels