add the ticket agent list api
parent
abf7ed9fd6
commit
aefe3bb3e2
|
@ -114,7 +114,7 @@ api.add_route('/ticket/apply/{id_}',
|
||||||
|
|
||||||
# Get Ticket List: My Agent
|
# Get Ticket List: My Agent
|
||||||
api.add_route('/ticket/agent/list',
|
api.add_route('/ticket/agent/list',
|
||||||
ticket.TicketAggentListCollection())
|
ticket.TicketAgentListCollection())
|
||||||
########################################################################################################################
|
########################################################################################################################
|
||||||
# Routes for System Core
|
# Routes for System Core
|
||||||
########################################################################################################################
|
########################################################################################################################
|
||||||
|
|
|
@ -293,7 +293,7 @@ class TicketApplicationCollection:
|
||||||
resp.location = '/tickets/' + str(new_ticket_id)
|
resp.location = '/tickets/' + str(new_ticket_id)
|
||||||
|
|
||||||
|
|
||||||
class TicketAggentListCollection:
|
class TicketAgentListCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
""""Initializes ContactCollection"""
|
""""Initializes ContactCollection"""
|
||||||
|
|
Loading…
Reference in New Issue