***Antipattern***
Count: 9
POST  /api/getAccess [Singular last node with POST method.] 
POST  /bui/addLogComment [Singular last node with POST method.] 
POST  /bui/changeStatus/{factory}({persid}) [Singular last node with POST method.] 
POST  /bui/attmnt [Singular last node with POST method.] 
POST  /bui/createChatThread [Singular last node with POST method.] 
POST  /bui/addKDComment({id}) [Singular last node with POST method.] 
POST  /bui/rateDocument({id}) [Singular last node with POST method.] 
POST  /bui/unLinkSolution({id}) [Singular last node with POST method.] 
POST  /bui/{factory} [Singular last node with POST method.] 

***Pattern***
Count: 31
GET  /bui/getBUIAllConfigregular methods.
GET  /bui/getAllowedStatusregular methods.
GET  /bui/getMyTicketDetails({persid})regular methods.
GET  /bui/getTicketsCustomData({persid})regular methods.
GET  /bui/getDefaultCategoriesregular methods.
GET  /bui/attrInforegular methods.
GET  /bui/attrCtrlregular methods.
GET  /bui/allFeeds({persid})regular methods.
GET  /bui/getBopSIDregular methods.
GET  /bui/attmnt({persid})/$valueregular methods.
PUT  /bui/updateStatusForNotification [Pluralized last node with PUT|DELETE method.] 
PUT  /bui/updateStatusForAllNotification [Pluralized last node with PUT|DELETE method.] 
GET  /bui/getMyResourcesregular methods.
GET  /bui/getMyActiveChatSessionregular methods.
GET  /bui/checkActiveSessionsregular methods.
GET  /bui/getChatHistory/{roomName}regular methods.
GET  /bui/getDocument({id})regular methods.
GET  /bui/getKDAttachments({id})regular methods.
GET  /bui/getKDComments({id})regular methods.
GET  /bui/kdLinkInfo({id})regular methods.
GET  /bui/helpAboutregular methods.
GET  /bui/getEEMAuthregular methods.
GET  /bui/{factory}({persid})regular methods.
PUT  /bui/{factory}({persid}) [Pluralized last node with PUT|DELETE method.] 
GET  /bui/{factory}regular methods.
GET  /gs/mytkt_activeregular methods.
GET  /gs/mytkt_inactiveregular methods.
GET  /getServiceRequestregular methods.
GET  /pcatSearchregular methods.
GET  /getOfferingsregular methods.
GET  /suggestedSolutionsregular methods.
