get https://example.com/analytics/services/v1.0/dataset/system/models
Gets the models defined in the Analytics' system.
{
"text": "The response contains an array of objects, each containing the following fields describing the models:\n\n**description**\tstring\nA description of what the model represents.\n\n**model**\tobject\nA object containing detailed information about the model's schema.\n\n**model.columns**\tarray of objects\nA collection of objects describing the columns that make up the model.\n\n**model.columns.name** string\nThe name of the column.\n\n**model.columns.type** string\nThe type of the column.\n\n**model.description**\tstring\nA description of what the model represents.\n\n**model.name**\tstring\nThe name of the model.\n\n**model.params**\tstring\nThe model's parameters.\n\n**model.query**\tstring\nThe model's query.\n\n**model.read_only**\tboolean\nIndicates if the model is readonly.\n\n**model.signature**\tstring\n\n**model.type**\tstring\nWill be set to `SYSTEM` if the model is defined by the system, or `CUSTOM` if the model is user defined.\n\n**nodes**\tarray of objects\nA collection of sub models.\n\n**model_mode**\tboolean\n\n**multiple_snapshot**\tboolean\n\n**node_name**\tstring\nThe name of the node.\n\n**type**\tstring\nWill be set to `SYSTEM` if the model is defined by the system, or `CUSTOM` if the model is user defined.",
"sidebar": true
}