API Dashboard

Taffy 3.6.0
timesheetreport_timesheets contains a conflicting URI.
Duplicate URI scheme detected. All URIs must be unique (excluding tokens).

The URI (/time/report_timesheets) for `timesheetreport_timesheets` conflicts with the existing URI definition of `timereport_timesheets`

Toggle Stack Trace
Array
1
Struct
codePrintHTML
string1178: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;message=&quot;Duplicate&nbsp;URI&nbsp;scheme&nbsp;detected.&nbsp;All&nbsp;URIs&nbsp;must&nbsp;be&nbsp;unique&nbsp;(excluding&nbsp;tokens).&quot;<br> 1179: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;detail=&quot;The&nbsp;URI&nbsp;(#local.uri#)&nbsp;for&nbsp;`#local.beanName#`&nbsp;&nbsp;conflicts&nbsp;with&nbsp;the&nbsp;existing&nbsp;URI&nbsp;definition&nbsp;of&nbsp;`#local.endpoints[local.metaInfo.uriRegex].beanName#`&quot;<br> <b>1180: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;errorcode=&quot;taffy.resources.DuplicateUriPattern&quot;</b><br> 1181: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&gt;<br> 1182: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br>
codePrintPlain
string1178: message="Duplicate URI scheme detected. All URIs must be unique (excluding tokens)." 1179: detail="The URI (#local.uri#) for `#local.beanName#` conflicts with the existing URI definition of `#local.endpoints[local.metaInfo.uriRegex].beanName#`" 1180: errorcode="taffy.resources.DuplicateUriPattern" 1181: /> 1182: </cfif>
column
number0
id
string??
line
number1180
Raw_Trace
stringtaffy.core.api_cfc$cf$f9.udfCall3_000057(/taffy/core/api.cfc:1180)
template
string/var/www/api2dev.easymanagepro.com/taffy/core/api.cfc
type
stringcfml
2
Struct
codePrintHTML
string1145: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;factory&quot;&nbsp;required=&quot;true&quot;&nbsp;/&gt;<br> 1146: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;beanList&quot;&nbsp;type=&quot;string&quot;&nbsp;required=&quot;true&quot;&nbsp;/&gt;<br> <b>1147: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;taffyRef&quot;&nbsp;type=&quot;any&quot;&nbsp;required=&quot;True&quot;&nbsp;/&gt;</b><br> 1148: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;var&nbsp;local&nbsp;=&nbsp;StructNew()&nbsp;/&gt;<br> 1149: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;local.endpoints&nbsp;=&nbsp;StructNew()&nbsp;/&gt;<br>
codePrintPlain
string1145: <cfargument name="factory" required="true" /> 1146: <cfargument name="beanList" type="string" required="true" /> 1147: <cfargument name="taffyRef" type="any" required="True" /> 1148: <cfset var local = StructNew() /> 1149: <cfset local.endpoints = StructNew() />
column
number0
id
string??
line
number1147
Raw_Trace
stringtaffy.core.api_cfc$cf$f9.udfCall3(/taffy/core/api.cfc:1147)
template
string/var/www/api2dev.easymanagepro.com/taffy/core/api.cfc
type
stringcfml
3
Struct
codePrintHTML
string675: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;local._taffy.factory.loadBeansFromPath(local.resourcePath,&nbsp;guessResourcesCFCPath(),&nbsp;guessResourcesFullPath(),&nbsp;true,&nbsp;local._taffy)&nbsp;/&gt;<br> 676: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;local._taffy.beanList&nbsp;=&nbsp;local._taffy.factory.getBeanList()&nbsp;/&gt;<br> <b>677: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;local._taffy.endpoints&nbsp;=&nbsp;cacheBeanMetaData(local._taffy.factory,&nbsp;local._taffy.beanList,&nbsp;local._taffy)&nbsp;/&gt;</b><br> 678: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;local._taffy.status.internalBeanFactoryUsed&nbsp;=&nbsp;true&nbsp;/&gt;<br> 679: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelseif&nbsp;local._taffy.status.externalBeanFactoryUsed&gt;<br>
codePrintPlain
string675: <cfset local._taffy.factory.loadBeansFromPath(local.resourcePath, guessResourcesCFCPath(), guessResourcesFullPath(), true, local._taffy) /> 676: <cfset local._taffy.beanList = local._taffy.factory.getBeanList() /> 677: <cfset local._taffy.endpoints = cacheBeanMetaData(local._taffy.factory, local._taffy.beanList, local._taffy) /> 678: <cfset local._taffy.status.internalBeanFactoryUsed = true /> 679: <cfelseif local._taffy.status.externalBeanFactoryUsed>
column
number0
id
string??
line
number677
Raw_Trace
stringtaffy.core.api_cfc$cf$f9.udfCall2_000029(/taffy/core/api.cfc:677)
template
string/var/www/api2dev.easymanagepro.com/taffy/core/api.cfc
type
stringcfml
4
Struct
codePrintHTML
string588: <br> 589: &nbsp;&nbsp;&nbsp;&lt;!---&nbsp;internal&nbsp;methods&nbsp;---&gt;<br> <b>590: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;setupFramework&quot;&nbsp;access=&quot;private&quot;&nbsp;output=&quot;false&quot;&nbsp;returntype=&quot;void&quot;&gt;</b><br> 591: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;var&nbsp;local&nbsp;=&nbsp;structNew()&nbsp;/&gt;<br> 592: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfparam&nbsp;name=&quot;variables.framework&quot;&nbsp;default=&quot;#structNew()#&quot;&nbsp;/&gt;<br>
codePrintPlain
string588: 589: <!--- internal methods ---> 590: <cffunction name="setupFramework" access="private" output="false" returntype="void"> 591: <cfset var local = structNew() /> 592: <cfparam name="variables.framework" default="#structNew()#" />
column
number0
id
string??
line
number590
Raw_Trace
stringtaffy.core.api_cfc$cf$f9.udfCall2(/taffy/core/api.cfc:590)
template
string/var/www/api2dev.easymanagepro.com/taffy/core/api.cfc
type
stringcfml
5
Struct
codePrintHTML
string63: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;var&nbsp;before&nbsp;=&nbsp;getTickCount()&nbsp;/&gt;<br> 64: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;var&nbsp;after&nbsp;=&nbsp;0&nbsp;/&gt;<br> <b>65: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;setupFramework()&nbsp;/&gt;</b><br> 66: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;after&nbsp;=&nbsp;getTickCount()&nbsp;/&gt;<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfheader&nbsp;name=&quot;X-TIME-TO-RELOAD&quot;&nbsp;value=&quot;#(after-before)#&quot;&nbsp;/&gt;<br>
codePrintPlain
string63: <cfset var before = getTickCount() /> 64: <cfset var after = 0 /> 65: <cfset setupFramework() /> 66: <cfset after = getTickCount() /> 67: <cfheader name="X-TIME-TO-RELOAD" value="#(after-before)#" />
column
number0
id
string??
line
number65
Raw_Trace
stringtaffy.core.api_cfc$cf$f9.udfCall1(/taffy/core/api.cfc:65)
template
string/var/www/api2dev.easymanagepro.com/taffy/core/api.cfc
type
stringcfml
6
Struct
codePrintHTML
string135: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;application.cfg.noreply&nbsp;=&nbsp;'no-reply@easymanagepro.com';<br> 136: <br> <b>137: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;super.onApplicationStart();</b><br> 138: &nbsp;&nbsp;&nbsp;}<br> 139: <br>
codePrintPlain
string135: application.cfg.noreply = 'no-reply@easymanagepro.com'; 136: 137: super.onApplicationStart(); 138: } 139:
column
number0
id
string??
line
number137
Raw_Trace
stringapplication_cfc$cf$f8.udfCall(/Application.cfc:137)
template
string/var/www/api2dev.easymanagepro.com/Application.cfc
type
stringcfml
Reload the API Cache after resolving this error.
timesheettime_sheets contains a conflicting URI.
Duplicate URI scheme detected. All URIs must be unique (excluding tokens).

The URI (/time/sheets) for `timesheettime_sheets` conflicts with the existing URI definition of `timetime_sheets`

Toggle Stack Trace
Array
1
Struct
codePrintHTML
string1178: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;message=&quot;Duplicate&nbsp;URI&nbsp;scheme&nbsp;detected.&nbsp;All&nbsp;URIs&nbsp;must&nbsp;be&nbsp;unique&nbsp;(excluding&nbsp;tokens).&quot;<br> 1179: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;detail=&quot;The&nbsp;URI&nbsp;(#local.uri#)&nbsp;for&nbsp;`#local.beanName#`&nbsp;&nbsp;conflicts&nbsp;with&nbsp;the&nbsp;existing&nbsp;URI&nbsp;definition&nbsp;of&nbsp;`#local.endpoints[local.metaInfo.uriRegex].beanName#`&quot;<br> <b>1180: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;errorcode=&quot;taffy.resources.DuplicateUriPattern&quot;</b><br> 1181: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&gt;<br> 1182: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br>
codePrintPlain
string1178: message="Duplicate URI scheme detected. All URIs must be unique (excluding tokens)." 1179: detail="The URI (#local.uri#) for `#local.beanName#` conflicts with the existing URI definition of `#local.endpoints[local.metaInfo.uriRegex].beanName#`" 1180: errorcode="taffy.resources.DuplicateUriPattern" 1181: /> 1182: </cfif>
column
number0
id
string??
line
number1180
Raw_Trace
stringtaffy.core.api_cfc$cf$f9.udfCall3_000057(/taffy/core/api.cfc:1180)
template
string/var/www/api2dev.easymanagepro.com/taffy/core/api.cfc
type
stringcfml
2
Struct
codePrintHTML
string1145: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;factory&quot;&nbsp;required=&quot;true&quot;&nbsp;/&gt;<br> 1146: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;beanList&quot;&nbsp;type=&quot;string&quot;&nbsp;required=&quot;true&quot;&nbsp;/&gt;<br> <b>1147: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;taffyRef&quot;&nbsp;type=&quot;any&quot;&nbsp;required=&quot;True&quot;&nbsp;/&gt;</b><br> 1148: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;var&nbsp;local&nbsp;=&nbsp;StructNew()&nbsp;/&gt;<br> 1149: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;local.endpoints&nbsp;=&nbsp;StructNew()&nbsp;/&gt;<br>
codePrintPlain
string1145: <cfargument name="factory" required="true" /> 1146: <cfargument name="beanList" type="string" required="true" /> 1147: <cfargument name="taffyRef" type="any" required="True" /> 1148: <cfset var local = StructNew() /> 1149: <cfset local.endpoints = StructNew() />
column
number0
id
string??
line
number1147
Raw_Trace
stringtaffy.core.api_cfc$cf$f9.udfCall3(/taffy/core/api.cfc:1147)
template
string/var/www/api2dev.easymanagepro.com/taffy/core/api.cfc
type
stringcfml
3
Struct
codePrintHTML
string675: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;local._taffy.factory.loadBeansFromPath(local.resourcePath,&nbsp;guessResourcesCFCPath(),&nbsp;guessResourcesFullPath(),&nbsp;true,&nbsp;local._taffy)&nbsp;/&gt;<br> 676: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;local._taffy.beanList&nbsp;=&nbsp;local._taffy.factory.getBeanList()&nbsp;/&gt;<br> <b>677: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;local._taffy.endpoints&nbsp;=&nbsp;cacheBeanMetaData(local._taffy.factory,&nbsp;local._taffy.beanList,&nbsp;local._taffy)&nbsp;/&gt;</b><br> 678: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;local._taffy.status.internalBeanFactoryUsed&nbsp;=&nbsp;true&nbsp;/&gt;<br> 679: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelseif&nbsp;local._taffy.status.externalBeanFactoryUsed&gt;<br>
codePrintPlain
string675: <cfset local._taffy.factory.loadBeansFromPath(local.resourcePath, guessResourcesCFCPath(), guessResourcesFullPath(), true, local._taffy) /> 676: <cfset local._taffy.beanList = local._taffy.factory.getBeanList() /> 677: <cfset local._taffy.endpoints = cacheBeanMetaData(local._taffy.factory, local._taffy.beanList, local._taffy) /> 678: <cfset local._taffy.status.internalBeanFactoryUsed = true /> 679: <cfelseif local._taffy.status.externalBeanFactoryUsed>
column
number0
id
string??
line
number677
Raw_Trace
stringtaffy.core.api_cfc$cf$f9.udfCall2_000029(/taffy/core/api.cfc:677)
template
string/var/www/api2dev.easymanagepro.com/taffy/core/api.cfc
type
stringcfml
4
Struct
codePrintHTML
string588: <br> 589: &nbsp;&nbsp;&nbsp;&lt;!---&nbsp;internal&nbsp;methods&nbsp;---&gt;<br> <b>590: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;setupFramework&quot;&nbsp;access=&quot;private&quot;&nbsp;output=&quot;false&quot;&nbsp;returntype=&quot;void&quot;&gt;</b><br> 591: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;var&nbsp;local&nbsp;=&nbsp;structNew()&nbsp;/&gt;<br> 592: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfparam&nbsp;name=&quot;variables.framework&quot;&nbsp;default=&quot;#structNew()#&quot;&nbsp;/&gt;<br>
codePrintPlain
string588: 589: <!--- internal methods ---> 590: <cffunction name="setupFramework" access="private" output="false" returntype="void"> 591: <cfset var local = structNew() /> 592: <cfparam name="variables.framework" default="#structNew()#" />
column
number0
id
string??
line
number590
Raw_Trace
stringtaffy.core.api_cfc$cf$f9.udfCall2(/taffy/core/api.cfc:590)
template
string/var/www/api2dev.easymanagepro.com/taffy/core/api.cfc
type
stringcfml
5
Struct
codePrintHTML
string63: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;var&nbsp;before&nbsp;=&nbsp;getTickCount()&nbsp;/&gt;<br> 64: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;var&nbsp;after&nbsp;=&nbsp;0&nbsp;/&gt;<br> <b>65: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;setupFramework()&nbsp;/&gt;</b><br> 66: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;after&nbsp;=&nbsp;getTickCount()&nbsp;/&gt;<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfheader&nbsp;name=&quot;X-TIME-TO-RELOAD&quot;&nbsp;value=&quot;#(after-before)#&quot;&nbsp;/&gt;<br>
codePrintPlain
string63: <cfset var before = getTickCount() /> 64: <cfset var after = 0 /> 65: <cfset setupFramework() /> 66: <cfset after = getTickCount() /> 67: <cfheader name="X-TIME-TO-RELOAD" value="#(after-before)#" />
column
number0
id
string??
line
number65
Raw_Trace
stringtaffy.core.api_cfc$cf$f9.udfCall1(/taffy/core/api.cfc:65)
template
string/var/www/api2dev.easymanagepro.com/taffy/core/api.cfc
type
stringcfml
6
Struct
codePrintHTML
string135: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;application.cfg.noreply&nbsp;=&nbsp;'no-reply@easymanagepro.com';<br> 136: <br> <b>137: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;super.onApplicationStart();</b><br> 138: &nbsp;&nbsp;&nbsp;}<br> 139: <br>
codePrintPlain
string135: application.cfg.noreply = 'no-reply@easymanagepro.com'; 136: 137: super.onApplicationStart(); 138: } 139:
column
number0
id
string??
line
number137
Raw_Trace
stringapplication_cfc$cf$f8.udfCall(/Application.cfc:137)
template
string/var/www/api2dev.easymanagepro.com/Application.cfc
type
stringcfml
Reload the API Cache after resolving this error.

Resources:

/tools/log_error DELETE PATCH PUT POST GET /tools/log_error

Request Body:

Loading...

Response:

post

/timesheet/get_offline DELETE PATCH PUT POST GET /timesheet/get_offline

Request Body:

Loading...

Response:

get
post

/timesheet/cust_remove DELETE PATCH PUT POST GET /timesheet/cust_remove

Request Body:

Loading...

Response:

post

/timesheet/cust_add DELETE PATCH PUT POST GET /timesheet/cust_add

Request Body:

Loading...

Response:

post

/timesheet/current_open DELETE PATCH PUT POST GET /timesheet/current_open

Request Body:

Loading...

Response:

get
post

/timesheet/close DELETE PATCH PUT POST GET /timesheet/close

Request Body:

Loading...

Response:

post

/time/timesheet_listing_detailed DELETE PATCH PUT POST GET /time/timesheet_listing_detailed

Request Body:

Loading...

Response:

get
post

/time/timeList_withCheck DELETE PATCH PUT POST GET /time/timeList_withCheck

Request Body:

Loading...

Response:

get
post

/time/sheets DELETE PATCH PUT POST GET /time/sheets

Request Body:

Loading...

Response:

get

/time/set_status DELETE PATCH PUT POST GET /time/set_status

Request Body:

Loading...

Response:

post
Set Current Time Status

/time/save_offline DELETE PATCH PUT POST GET /time/save_offline

Request Body:

Loading...

Response:

post
Save timesheet data based on offline data

/time/report_timesheets DELETE PATCH PUT POST GET /time/report_timesheets

Request Body:

Loading...

Response:

get

/time/quick_save DELETE PATCH PUT POST GET /time/quick_save

Request Body:

Loading...

Response:

post

/time/history DELETE PATCH PUT POST GET /time/history

Request Body:

Loading...

Response:

post
Get PAst Time Entries

/time/get_status DELETE PATCH PUT POST GET /time/get_status

Request Body:

Loading...

Response:

get
Get Current Time Status
post
Get Current Time Status

/time/cancel DELETE PATCH PUT POST GET /time/cancel

Request Body:

Loading...

Response:

post
Cancel a Time Entry

/tickets/list DELETE PATCH PUT POST GET /tickets/list

Request Body:

Loading...

Response:

get
post

/ticket/save DELETE PATCH PUT POST GET /ticket/save

Request Body:

Loading...

Response:

post

/ticket/get/{trans_id} DELETE PATCH PUT POST GET /ticket/get/{trans_id}

URI Tokens: (required)

Request Body:

Loading...

Response:

get
post

/ticket/get DELETE PATCH PUT POST GET /ticket/get

Request Body:

Loading...

Response:

post

/reporting/web_api_log DELETE PATCH PUT POST GET /reporting/web_api_log

Request Body:

Loading...

Response:

get
post

/reporting/audit_log DELETE PATCH PUT POST GET /reporting/audit_log

Request Body:

Loading...

Response:

get

/report/survey_summary DELETE PATCH PUT POST GET /report/survey_summary

Request Body:

Loading...

Response:

get
post

/report/survey_answers DELETE PATCH PUT POST GET /report/survey_answers

Request Body:

Loading...

Response:

get
post

/report/sales_summary_monthlyComp DELETE PATCH PUT POST GET /report/sales_summary_monthlyComp

Request Body:

Loading...

Response:

get
post

/report/sales_summary DELETE PATCH PUT POST GET /report/sales_summary

Request Body:

Loading...

Response:

get
post

/report/payroll_summary DELETE PATCH PUT POST GET /report/payroll_summary

Request Body:

Loading...

Response:

get
post

/report/open_time DELETE PATCH PUT POST GET /report/open_time

Request Body:

Loading...

Response:

get
post

/report/inventory DELETE PATCH PUT POST GET /report/inventory

Request Body:

Loading...

Response:

get
post

/report/dynamic_survey_answers DELETE PATCH PUT POST GET /report/dynamic_survey_answers

Request Body:

Loading...

Response:

get
post

/report/customer_invoices DELETE PATCH PUT POST GET /report/customer_invoices

Request Body:

Loading...

Response:

get
post

/report/cust_sales_byTerr DELETE PATCH PUT POST GET /report/cust_sales_byTerr

Request Body:

Loading...

Response:

get
post

/report/cust_sales_byRegion DELETE PATCH PUT POST GET /report/cust_sales_byRegion

Request Body:

Loading...

Response:

get
post

/project/user_remove DELETE PATCH PUT POST GET /project/user_remove

Request Body:

Loading...

Response:

post

/project/user_add DELETE PATCH PUT POST GET /project/user_add

Request Body:

Loading...

Response:

post

/project/save DELETE PATCH PUT POST GET /project/save

Request Body:

Loading...

Response:

post

/project/list DELETE PATCH PUT POST GET /project/list

Request Body:

Loading...

Response:

get
post

/project/customer_remove DELETE PATCH PUT POST GET /project/customer_remove

Request Body:

Loading...

Response:

post

/project/customer_add DELETE PATCH PUT POST GET /project/customer_add

Request Body:

Loading...

Response:

post

/project/add DELETE PATCH PUT POST GET /project/add

Request Body:

Loading...

Response:

post

/orders/list DELETE PATCH PUT POST GET /orders/list

Request Body:

Loading...

Response:

get

/notification/get DELETE PATCH PUT POST GET /notification/get

Request Body:

Loading...

Response:

post

/messaging/send_queue DELETE PATCH PUT POST GET /messaging/send_queue

Request Body:

Loading...

Response:

Send Message Queue

post

/messaging/markMessage DELETE PATCH PUT POST GET /messaging/markMessage

Request Body:

Loading...

Response:

post

/messaging/getThreads DELETE PATCH PUT POST GET /messaging/getThreads

Request Body:

Loading...

Response:

post

/messaging/getMessages DELETE PATCH PUT POST GET /messaging/getMessages

Request Body:

Loading...

Response:

post

/messaging/getMentions DELETE PATCH PUT POST GET /messaging/getMentions

Request Body:

Loading...

Response:

post

/messaging/getChannels DELETE PATCH PUT POST GET /messaging/getChannels

Request Body:

Loading...

Response:

post

/messaging/deleteMessage DELETE PATCH PUT POST GET /messaging/deleteMessage

Request Body:

Loading...

Response:

post

/messaging/addMessage DELETE PATCH PUT POST GET /messaging/addMessage

Request Body:

Loading...

Response:

post

/messaging/addChannel DELETE PATCH PUT POST GET /messaging/addChannel

Request Body:

Loading...

Response:

post

/media/upload DELETE PATCH PUT POST GET /media/upload

Request Body:

Loading...

Response:

post

/media/list DELETE PATCH PUT POST GET /media/list

Request Body:

Loading...

Response:

post
List Media

/invoices/list DELETE PATCH PUT POST GET /invoices/list

Request Body:

Loading...

Response:

post

/invoice/detail DELETE PATCH PUT POST GET /invoice/detail

Request Body:

Loading...

Response:

post

/inventory/master DELETE PATCH PUT POST GET /inventory/master

Request Body:

Loading...

Response:

get
post

/inventory/get_by_UPC DELETE PATCH PUT POST GET /inventory/get_by_UPC

Request Body:

Loading...

Response:

get
post

/expense/save DELETE PATCH PUT POST GET /expense/save

Request Body:

Loading...

Response:

post

/expense/list DELETE PATCH PUT POST GET /expense/list

Request Body:

Loading...

Response:

get
post

/expense/details_grouped_summary DELETE PATCH PUT POST GET /expense/details_grouped_summary

Request Body:

Loading...

Response:

get
post

/expense/details DELETE PATCH PUT POST GET /expense/details

Request Body:

Loading...

Response:

get
post

/employee/StoreManagement_withTimesheet_web DELETE PATCH PUT POST GET /employee/StoreManagement_withTimesheet_web

Request Body:

Loading...

Response:

get
post

/employee/StoreManagement_withTimesheet_mobile DELETE PATCH PUT POST GET /employee/StoreManagement_withTimesheet_mobile

Request Body:

Loading...

Response:

get
post

/employee/stat_bar DELETE PATCH PUT POST GET /employee/stat_bar

Request Body:

Loading...

Response:

get
post

/employee/routes DELETE PATCH PUT POST GET /employee/routes

Request Body:

Loading...

Response:

get
post

/employee/password_send_resetlink DELETE PATCH PUT POST GET /employee/password_send_resetlink

Request Body:

Loading...

Response:

get
post

/employee/password_change DELETE PATCH PUT POST GET /employee/password_change

Request Body:

Loading...

Response:

get
post

/employee/listWithStores DELETE PATCH PUT POST GET /employee/listWithStores

Request Body:

Loading...

Response:

get
post

/employee/list DELETE PATCH PUT POST GET /employee/list

Request Body:

Loading...

Response:

get
post

/employee/dashboard DELETE PATCH PUT POST GET /employee/dashboard

Request Body:

Loading...

Response:

get
post

/employee/authenticate DELETE PATCH PUT POST GET /employee/authenticate

Request Body:

Loading...

Response:

post

/customer/summary_byCycle DELETE PATCH PUT POST GET /customer/summary_byCycle

Request Body:

Loading...

Response:

get
post

/customer/storeSelect DELETE PATCH PUT POST GET /customer/storeSelect

Request Body:

Loading...

Response:

post

/customer/past_due DELETE PATCH PUT POST GET /customer/past_due

Request Body:

Loading...

Response:

get
post

/customer/mobile_details DELETE PATCH PUT POST GET /customer/mobile_details

Request Body:

Loading...

Response:

get
post

/customer/media DELETE PATCH PUT POST GET /customer/media

Request Body:

Loading...

Response:

get
post

/customer/list_assigned DELETE PATCH PUT POST GET /customer/list_assigned

Request Body:

Loading...

Response:

get
post

/customer/list DELETE PATCH PUT POST GET /customer/list

Request Body:

Loading...

Response:

get
post

/customer/activity DELETE PATCH PUT POST GET /customer/activity

Request Body:

Loading...

Response:

get
post

/company/settings DELETE PATCH PUT POST GET /company/settings

Request Body:

Loading...

Response:

get
post

/company/register_user DELETE PATCH PUT POST GET /company/register_user

Request Body:

Loading...

Response:

get
post

/company/lookup_reg_code DELETE PATCH PUT POST GET /company/lookup_reg_code

Request Body:

Loading...

Response:

get
post

/calendar/save_item DELETE PATCH PUT POST GET /calendar/save_item

Request Body:

Loading...

Response:

post

/calendar/list DELETE PATCH PUT POST GET /calendar/list

Request Body:

Loading...

Response:

post

/calendar/delete_item DELETE PATCH PUT POST GET /calendar/delete_item

Request Body:

Loading...

Response:

post

Warning: Your reload key and password are using the framework default settings. It's advised that you change these in production.
Resources are listed in matching order. From top to bottom, the first URI to match the request is used.