Model
GET
/trestle/odata/Model
GET
/trestle/rets/search?SearchType=Model&Class=Model
ModelKey is the primary key and uniquely identifies records in the Model resource.
The following fields are considered InKeyIndex fields and may be queried in batches up to 300,000 at a time:
ModelKey, ModificationTimestamp.
Fields
| Field | Type | Size | Description |
|---|---|---|---|
| Definition | String | 8000 | The human-friendly definition of the given model. |
| ModelKey Key InKey | String | 20 | The primary key of the corresponding model. |
| ModelName | String | 100 | The name of the model. |
| ModelTimestampFieldKey | String | 20 | ModelTimestampFieldKey |
| ModificationTimestamp InKey | DateTimeOffset | The ISO 8601 timestamp when the record was last updated. | |
| PrimaryKeyFieldKey | String | 20 | The FieldKey value from the Field Resource identifying the primary key. |
| SystemReferenceCount | Int64 | 10 | SystemReferenceCount |
| SystemReferences | String | 8000 | SystemReferences |