sync

Get Sync Models

List all the synchronous Models available for the selected Source.

An API function that returns all of the synchronous models available for the given source.

Args: source_id: The source ID for the given source Returns: A list of all synchronous Models available for the given source

get/weather/sources/{source_id}/models

Path parameters

source_idstring required

Response

Successful Response

idstring required

Model id

namestring required

Model name

versionstring

Model version

urlstring

Model URL

descriptionstring

Model description

predictiveboolean required

Predictions or measurements

async_modelboolean required

Whether the model should be called asynchronously

time_step_size_minutesinteger required

Time between each measurement or prediction

num_time_stepsinteger required

Number of data points in the result set

Changes