ItemID
Item ID. Can be used to represent any item identity, that can be located natively in M-Files or in external system. E.g. value list item id or object id.
| Name | Description | Type | 
|---|---|---|
internal_id | Internal ID (>= 1 for a valid object). | number | 
external_repository_id | The item id in external repository. | ExternalRepositoryID | 
Example
{
  "internal_id": 0,
  "external_repository_id": {
    "connection": "<!< The external repository connection identifier.>",
    "item": "<item>"
  }
}