Create a new user from the publicly accessible portal. The client process does not have to be logged in as it does in createUserIdentity. However, a secure token is required.
Records information about a guide event, such as whether or not the user selected an action, played media, or indicated that guidance about a particular feature is to be hidden.
downloadScoringObject exports the scoring object for the selected analytic. It streams data from a file stored within the model's folder hierarchy. The client process specifies the name of a file in the URL.
Provides a list of data source names associated with the connector, along with information such as whether or not the data source is currently active, and date last loaded.
Gets a list of possible values for a field - used when a field refers to some external list of values (e.g. a reference to another list by some link field)
The putGet service performs a putData operation, waits for the aggregators to complete, gets the data from the same view, and then returns it to the client.
Releases a query result set to free resources. Should be called when the client is finished using a paging query and no longer is subscribed to changes
Subscribe to any record changes for a given query - will only return changes for fields already retrieved by the query (not all records in the query result set)
Gets a list of possible values for a field - used when a field refers to some external list of values (e.g. a reference to another list by some link field)
Normalize the filter, sort, and group specifications, turn them into json strings, and return them to the client. Also return an ExpressionClause that matches the filters
Copies a model configuration from the file input stream, or from the designated URL into an existing model, without disturbing the data, and rebuild the model.