fix: support query route for ticket list
This commit is contained in:
@@ -107,10 +107,10 @@ namespace C4IT.F4SD
|
||||
return await _f4stHelperService.getDirectLinkF4SD(eoid, type) ?? string.Empty;
|
||||
}
|
||||
|
||||
[Route("getTicketList/{sid}/{hours}/{queueoption}/{queues}"), HttpGet]
|
||||
[Route("getTicketList/{sid?}/{hours?}/{queueoption?}/{queues?}"), HttpGet]
|
||||
public async Task<List<cF4SDTicketSummary>> getTicketList(
|
||||
string sid,
|
||||
int hours,
|
||||
string sid = "",
|
||||
int hours = 0,
|
||||
int queueoption = 0,
|
||||
string queues = ""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user