Models
Returns information about models in the user’s default tenant, showing all models for Workspace Administrators and only accessible models for other users.
Table-Specific Information
Select
The component uses the Anaplan API to process WHERE clause conditions that are built with the following columns and operators:
- Id supports the '=' comparison operator.
- WorkspaceId supports the '=' comparison operator.
For example, the following queries are processed server-side:
SELECT * FROM [Models] WHERE [Id] = '123'
SELECT * FROM [Models] WHERE [WorkspaceId] = '456'
The component processes other filters client-side within the component.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier of the model. | |
| WorkspaceId | String |
Workspaces.Id | The ID of the workspace the model belongs to. |
| Name | String | The name of the model. | |
| WorkspaceName | String | The name of the workspace the model belongs to. | |
| ActiveState | String | The current state of the model. | |
| ModelUrl | String | The URL to access the model. | |
| CategoryValues | String | An array of category values associated with the model. | |
| IsoCreationDate | Datetime | The creation date of the model. | |
| LastModified | Datetime | The date the model was last modified. | |
| LastModifiedByUserGuid | String | The GUID of the user who last modified the model. | |
| LastSavedSerialNumber | String | The serial number of the last saved version of the model. | |
| MemoryUsage | Long | The memory usage of the model in bytes. |