The Import Sheet entity stores information about an elementary import job regarding only one import entity.

Database level

The entity's attributes are shown below. Mandatory fields are marked with a red star:

NameTypeLabelDescription
form *StringFormRepresents the entity form. Will always be "ish".
ish_name *StringNameThe object name
ish_author_name *String
The name of the person document implementing the import job.
ish_db_name *String
Represents the name of the DB where the sheet should be imported.
ish_fieldmap *String
The Fildmap to be imported. 
ish_filter *String
The filter used for import of date.  (e.g. "FIELD form="org" and ([org_industry]="Architecture")")
ish_server_name *String
Represents the name of the server where the sheet should be imported.
ish_state *Number
Represents the state of the import as a number
ish_state_text *String
Represents the state of the import as text.
ish_type *String
The entity type code to be imported.
ish_type_text *String
The entity type name to be imported.
ish_view_name *String
The view name where the import date should be added.

QEE classes level

The class representing the Import Sheet is QEEIsh

Inherits from: QEEObject

REST level

The endpoints dealing with Import Sheet are:

xrIsh (GET, POST, PUT, DELETE)

xrIshs (GET, PUT, DELETE)