importjob EntityType

For internal use only.

Entity Set Path
[organization URI]/api/data/v9.2/importjobs
Base Type
crmbaseentity
Display Name
Import Job
Primary Key
importjobid
Operations Supported
POST GET PATCH DELETE

Properties

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

Name Type Details
completedon Edm.DateTimeOffset

Date and time when the import job was completed.

Display Name: Completed On

Read Only
createdon Edm.DateTimeOffset

Date and time when the import job record was created.

Display Name: Created On

Read Only
data Edm.String

Unstructured data associated with the import job.

Display Name: Data

importcontext Edm.String

The context of the import

Display Name: Import Context

importjobid Edm.Guid

Unique identifier of the import job.

Display Name: Import Job

modifiedon Edm.DateTimeOffset

Date and time when the import job was last modified.

Display Name: Modified On

Read Only
name Edm.String

Name of the import job.

Display Name: Import Job Name

operationcontext Edm.String

The context of the solution operation

Display Name: Solution Operation Context

progress Edm.Double

Import Progress Percentage.

Display Name: Progress

solutionid Edm.Guid

Unique identifier of the associated solution.

Display Name: Solution

Read Only
solutionname Edm.String

Unique identifier of the solution.

Display Name: SolutionName

startedon Edm.DateTimeOffset

Date and time when the import job was started.

Display Name: Started On

Read Only
timezoneruleversionnumber Edm.Int32

For internal use only.

utcconversiontimezonecode Edm.Int32

Time zone code that was in use when the record was created.

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
_createdby_value createdby

Unique identifier of the user who created the importJob.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the import job record.

_modifiedby_value modifiedby

Unique identifier of the user who modified the importJob.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who modified the import job record.

_organizationid_value organizationid

Unique identifier of the organization associated with the importjob.

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
createdby systemuser lk_importjobbase_createdby
createdonbehalfby systemuser lk_importjobbase_createdonbehalfby
modifiedby systemuser lk_importjobbase_modifiedby
modifiedonbehalfby systemuser lk_importjobbase_modifiedonbehalfby
organizationid organization organization_importjob

See also