Skip to main content

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.

NameDescriptionType
internal_idInternal ID (>= 1 for a valid object).number
external_repository_idThe item id in external repository.ExternalRepositoryID

Example

{
"internal_id": 0,
"external_repository_id": {
"connection": "<!< The external repository connection identifier.>",
"item": "<item>"
}
}