API Dashboard

Taffy 3.6.0
ScheduledStatus contains a syntax error. Error on line 7:
component [Main] has no function with name [getBinManager]


Toggle Stack Trace
Array
1
Struct
codePrintHTML
string5: taffy_dashboard_hide=&quot;true&quot;<br> 6: {<br> <b>7: variables.manager = main.getBinManager();</b><br> 8: <br> 9: function get()<br>
codePrintPlain
string5: taffy_dashboard_hide="true" 6: { 7: variables.manager = main.getBinManager(); 8: 9: function get()
column
number0
id
string??
line
number7
Raw_Trace
stringscheduled.status_cfc$cf$1p0.initComponent(/resources/Scheduled/Status.cfc:7)
template
string/srv/api.scrapweights.com/www/resources/Scheduled/Status.cfc
type
stringcfml
2
Struct
codePrintHTML
string<b>1: component output=&quot;false&quot;</b><br> 2: extends=&quot;resources.service&quot;<br> 3: taffy_uri=&quot;/scheduled/bin-status&quot;<br>
codePrintPlain
string1: component output="false" 2: extends="resources.service" 3: taffy_uri="/scheduled/bin-status"
column
number0
id
string??
line
number1
Raw_Trace
stringscheduled.status_cfc$cf$1p0.newInstance(/resources/Scheduled/Status.cfc:1)
template
string/srv/api.scrapweights.com/www/resources/Scheduled/Status.cfc
type
stringcfml
3
Struct
codePrintHTML
string89: &lt;cfset local.beanPath = filePathToBeanPath(local.beanQuery.directory, local.beanquery.name, arguments.resourcesPath, arguments.resourcesBasePath) /&gt;<br> 90: &lt;cftry&gt;<br> <b>91: &lt;cfset local.objBean = createObject(&quot;component&quot;, local.beanPath) /&gt;</b><br> 92: &lt;cfif isInstanceOf(local.objBean, &quot;taffy.core.baseSerializer&quot;)&gt;<br> 93: &lt;cfset this.transients[local.beanName] = local.beanPath /&gt;<br>
codePrintPlain
string89: <cfset local.beanPath = filePathToBeanPath(local.beanQuery.directory, local.beanquery.name, arguments.resourcesPath, arguments.resourcesBasePath) /> 90: <cftry> 91: <cfset local.objBean = createObject("component", local.beanPath) /> 92: <cfif isInstanceOf(local.objBean, "taffy.core.baseSerializer")> 93: <cfset this.transients[local.beanName] = local.beanPath />
column
number0
id
string??
line
number91
Raw_Trace
stringtaffy.core.factory_cfc$cf.udfCall1(/taffy/core/factory.cfc:91)
template
string/srv/api.scrapweights.com/www/taffy/core/factory.cfc
type
stringcfml
4
Struct
codePrintHTML
string673: &lt;cfset local._taffy.factory.init() /&gt;<br> 674: &lt;/cfif&gt;<br> <b>675: &lt;cfset local._taffy.factory.loadBeansFromPath(local.resourcePath, guessResourcesCFCPath(), guessResourcesFullPath(), true, local._taffy) /&gt;</b><br> 676: &lt;cfset local._taffy.beanList = local._taffy.factory.getBeanList() /&gt;<br> 677: &lt;cfset local._taffy.endpoints = cacheBeanMetaData(local._taffy.factory, local._taffy.beanList, local._taffy) /&gt;<br>
codePrintPlain
string673: <cfset local._taffy.factory.init() /> 674: </cfif> 675: <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) />
column
number0
id
string??
line
number675
Raw_Trace
stringtaffy.core.api_cfc$cf$1ad.udfCall2(/taffy/core/api.cfc:675)
template
string/srv/api.scrapweights.com/www/taffy/core/api.cfc
type
stringcfml
5
Struct
codePrintHTML
string63: &lt;cfset var before = getTickCount() /&gt;<br> 64: &lt;cfset var after = 0 /&gt;<br> <b>65: &lt;cfset setupFramework() /&gt;</b><br> 66: &lt;cfset after = getTickCount() /&gt;<br> 67: &lt;cfheader name=&quot;X-TIME-TO-RELOAD&quot; value=&quot;#(after-before)#&quot; /&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$1ad.udfCall1(/taffy/core/api.cfc:65)
template
string/srv/api.scrapweights.com/www/taffy/core/api.cfc
type
stringcfml
6
Struct
codePrintHTML
string39: {<br> 40: //let Taffy do its thing<br> <b>41: super.onApplicationStart();</b><br> 42: <br> 43: var main = createObject(&quot;component&quot;, &quot;components.customer.Main&quot;).getInstance( true );<br>
codePrintPlain
string39: { 40: //let Taffy do its thing 41: super.onApplicationStart(); 42: 43: var main = createObject("component", "components.customer.Main").getInstance( true );
column
number0
id
string??
line
number41
Raw_Trace
stringapplication_cfc$cf$1ac.udfCall(/Application.cfc:41)
template
string/srv/api.scrapweights.com/www/Application.cfc
type
stringcfml
Reload the API Cache after resolving this error.

Resources:

UserCurrentMember DELETE PATCH PUT POST GET /users/current

Request Body:

Loading...

Response:

get
put
required string name
required any email
optional any password (default: "")

User reset password request DELETE PATCH PUT POST GET /users/{id}/reset-password

URI Tokens: (required)

Request Body:

Loading...

Response:

put

UserMember DELETE PATCH PUT POST GET /users/{id}

URI Tokens: (required)

Request Body:

Loading...

Response:

delete
required string id
get
required string id
put
required string id
required string name
required string email

UserCollection DELETE PATCH PUT POST GET /users

Request Body:

Loading...

Response:

get
optional string name (default: "")
post
required string name
required string email
optional boolean sendLogin (default: false)

StatisticsVolume DELETE PATCH PUT POST GET /statistics/volume

Request Body:

Loading...

Response:

get
required any fromDate
optional any toDate (default: [runtime expression])
optional any facilityId (default: "")

StatisticsValue DELETE PATCH PUT POST GET /statistics/value

Request Body:

Loading...

Response:

get
required any fromDate
optional any toDate (default: [runtime expression])
optional any facilityId (default: "")

StatisticsReport DELETE PATCH PUT POST GET /statistics/report

Request Body:

Loading...

Response:

get
required any fromDate
optional any toDate (default: [runtime expression])
optional any fromTime (default: "")
optional any toTime (default: "")
optional any facilityId (default: "")
optional any commodityId (default: "")
optional any machineTypeIds (default: "")

StatisticsFacilities DELETE PATCH PUT POST GET /statistics/facilities

Request Body:

Loading...

Response:

get
required any fromDate
optional any toDate (default: [runtime expression])

StatisticsCounter DELETE PATCH PUT POST GET /statistics/counters

Request Body:

Loading...

Response:

get

StatisticsOverview DELETE PATCH PUT POST GET /statistics

Request Body:

Loading...

Response:

get
required any fromDate
optional any toDate (default: [runtime expression])

ScaleStatus DELETE PATCH PUT POST GET /scales/status

Request Body:

Loading...

Response:

get

ScaleStatusDismiss DELETE PATCH PUT POST GET /scales/{id}/alert-snooze

URI Tokens: (required)

Request Body:

Loading...

Response:

post

MachineCollection DELETE PATCH PUT POST GET /machines-types/current

Request Body:

Loading...

Response:

get

LoadExport DELETE PATCH PUT POST GET /loads/export

Request Body:

Loading...

Response:

get
optional string loadedOnFrom (default: "")
optional string loadedOnTo (default: "")
optional string binId (default: "")
optional any groupBy (default: "")

BIN,COMMODITY

LoadCollection DELETE PATCH PUT POST GET /loads

Request Body:

Loading...

Response:

get
optional string loadedOnFrom (default: "")
optional string loadedOnTo (default: "")
optional string binId (default: "")
optional any groupBy (default: "")

BIN,COMMODITY

HopperOrderMember DELETE PATCH PUT POST GET /hoppers/orders/{id}

URI Tokens: (required)

Request Body:

Loading...

Response:

delete
required string id
get
put
required any binId
optional any tagCount (default: 1)
optional string name (default: "")
optional any machineId (default: "")
optional any commodityId (default: "")

HopperOrderCollection DELETE PATCH PUT POST GET /hoppers/orders

Request Body:

Loading...

Response:

get
post
required any binId
optional any tagCount (default: 1)
optional string name (default: "")
optional any machineId (default: "")
optional any commodityId (default: "")

HopperActivity DELETE PATCH PUT POST GET /hoppers/{id}/loads

URI Tokens: (required)

Request Body:

Loading...

Response:

get
optional string loadedOnFrom (default: "")
optional string loadedOnTo (default: "")

HopperBinSwitch DELETE PATCH PUT POST GET /hoppers/{id}/bin

URI Tokens: (required)

Request Body:

Loading...

Response:

put
required string binId

HopperMember DELETE PATCH PUT POST GET /hoppers/{id}

URI Tokens: (required)

Request Body:

Loading...

Response:

delete
required string id
get
put
required string name
optional any commodityId
optional any machineId (default: "")
optional any updateLoads (default: false)

HopperCollection DELETE PATCH PUT POST GET /hoppers

Request Body:

Loading...

Response:

get
optional string name (default: "")

FacilityMachineCollection DELETE PATCH PUT POST GET /facilities/{id}/machines

URI Tokens: (required)

Request Body:

Loading...

Response:

get
optional any status (default: ACTIVE)

FacilityCollection DELETE PATCH PUT POST GET /facilities

Request Body:

Loading...

Response:

get

DealerMember DELETE PATCH PUT POST GET /dealers/{id}

URI Tokens: (required)

Request Body:

Loading...

Response:

delete
required string id
get
required string id
put
required string id
required string name
required string email
optional string contactName (default: "")

DealerCollection DELETE PATCH PUT POST GET /dealers

Request Body:

Loading...

Response:

get
optional string name (default: "")
post
required string name
required string email
optional string contactName (default: "")

CommodityCurrent DELETE PATCH PUT POST GET /commodities/current

Request Body:

Loading...

Response:

get

CommodityCollection DELETE PATCH PUT POST GET /commodities

Request Body:

Loading...

Response:

get
optional string name (default: "")
optional any status (default: ACTIVE)

BinStats DELETE PATCH PUT POST GET /bins/statistics

Request Body:

Loading...

Response:

get
optional string name (default: "")

BinPrice DELETE PATCH PUT POST GET /bins/{id}/price

URI Tokens: (required)

Request Body:

Loading...

Response:

put
required numeric price
required any priceUnit
required date fromDate

Send pickup request DELETE PATCH PUT POST GET /bins/{id}/pickups/request

URI Tokens: (required)

Request Body:

Loading...

Response:

post
optional any preferredDate
optional any message
optional any dealerId (default: "")

Move a load to a different pickup DELETE PATCH PUT POST GET /bins/{id}/pickups/{pickupId}/transfer-load

URI Tokens: (required)

Request Body:

Loading...

Response:

post
optional any loadId

Pickup detail DELETE PATCH PUT POST GET /bins/{id}/pickups/{pickupId}

URI Tokens: (required)

Request Body:

Loading...

Response:

get

Pickups DELETE PATCH PUT POST GET /bins/{id}/pickups

URI Tokens: (required)

Request Body:

Loading...

Response:

get
optional string createdOnFrom (default: "")
optional string createdOnTo (default: "")
post

Bin notification activation/deactivation DELETE PATCH PUT POST GET /bins/{id}/notifications/activation

URI Tokens: (required)

Request Body:

Loading...

Response:

put
required boolean active

Bin notification detail DELETE PATCH PUT POST GET /bins/{id}/notifications

URI Tokens: (required)

Request Body:

Loading...

Response:

get
put
optional numeric notifyAt
optional string dealerId
optional array userIds (default: [runtime expression])

Bin loads export DELETE PATCH PUT POST GET /bins/{id}/loads/current/export

URI Tokens: (required)

Request Body:

Loading...

Response:

get

BinMember DELETE PATCH PUT POST GET /bins/{id}

URI Tokens: (required)

Request Body:

Loading...

Response:

delete
get
optional any pickups (default: false)
optional any notifications (default: false)
put
required numeric fullWeight
required string name

Bins DELETE PATCH PUT POST GET /bins

Request Body:

Loading...

Response:

get
optional string name (default: "")
optional any facilityId (default: "")
post
optional any facilityId
optional numeric fullWeight
optional any tagColor
optional any hopperCount (default: 0)
optional string name (default: "")
optional any commodityId (default: "")
optional any machineId (default: "")

Token verification DELETE PATCH PUT POST GET /auth/verify-token

Request Body:

Loading...

Response:

post
required string token

Set password DELETE PATCH PUT POST GET /auth/set-password

Request Body:

Loading...

Response:

post
required string code
required any password

Password code validation DELETE PATCH PUT POST GET /auth/reset-password-validation

Request Body:

Loading...

Response:

post
required string code

Reset password request DELETE PATCH PUT POST GET /auth/reset-password

Request Body:

Loading...

Response:

post
required string email

Login DELETE PATCH PUT POST GET /auth/login

Request Body:

Loading...

Response:

post
required string username
required string password

Token invalidation DELETE PATCH PUT POST GET /auth/invalidate-token

Request Body:

Loading...

Response:

post
required string token

Resources are listed in matching order. From top to bottom, the first URI to match the request is used.