Timeseries Function Finder
TimeseriesFunctionFinder
TimeseriesFunctionFinder Objects
class TimeseriesFunctionFinder()This class allow make get request to TimeseriesFunction resource into Opengate North API.
constructor
function constructor()Constructor
Arguments:
ogapiInternalOpenGateAPI - Reference to the API object.
findByOrganization
function findByOrganization(organization: string) -> 'Promise'Performs a get that returns a list of timeseries function
Arguments:
organizationstring - organization
Returns:
Promise
findByOrganizationAndName
function findByOrganizationAndName(organization: string,name: string,script: boolean) -> 'Promise'Performs a get that returns a timeseries function metadata
Arguments:
organizationstring - organizationnamestring - Timeseries function Configuration namescriptboolean - If true script content will be downloaded
Returns:
Promise