componentversion EntityType

Entity Set Path
[organization URI]/api/data/v9.2/componentversions
Base Type
crmbaseentity
Display Name
Component Version
Primary Key
componentversionid
Primary Key Attribute
componentversionname
Operations Supported
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
changesummary Edm.String

Display Name: Change Summary

componentversionid Edm.Guid

Unique identifier for entity instances

Display Name: Component Version

Read Only
componentversionname Edm.String

Display Name: Version Name

createdon Edm.DateTimeOffset

Date and time when the record was created.

Display Name: Created On

Read Only
modifiedon Edm.DateTimeOffset

Date and time when the record was modified.

Display Name: Modified On

Read Only
operation Edm.Int32

Display Name: Operation

Default Options
Values Label
0 Create
1 Update
2 Publish
3 Restore
4 Solution Import
overriddencreatedon Edm.DateTimeOffset

Date and time that the record was migrated.

Display Name: Record Created On

systemchangesummary Edm.String

Display Name: System Change Summary

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_component_value component_workflow

Owning component.

_createdby_value createdby

Unique identifier of the user who created the record.

_modifiedby_value modifiedby

Unique identifier of the user who modified the record.

_owningteam_value owningteam

Unique identifier for the team that owns the record.

_owninguser_value owninguser

Unique identifier for the user that owns the record.

_restoredfromversion_value restoredfromversion

Base version that was restored.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
component_workflow workflow componentversions
createdby systemuser lk_componentversion_createdby
modifiedby systemuser lk_componentversion_modifiedby
owningteam team team_componentversion
owninguser systemuser user_componentversion
restoredfromversion componentversion restoredtoversions

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
restoredtoversions componentversion restoredfromversion

Operations

The following operations can be used with the componentversion entity type.

Name Binding
CreateMultiple Not Bound
UpdateMultiple Not Bound

See also