Skip to main content

DemandImportMetadata

The metadata for a bulk action export.

type DemandImportMetadata {
createdAt: Date!
domainEntityId: ID!
fileExtension: ImportFileExtension!
identityId: ID!
importStatus: BulkActionStatus!
importType: DemandImportType!
name: String!
ticksTillTheEndOfTime: Float!
}

Fields

DemandImportMetadata.createdAt ● Date! non-null scalar

The date and time the import was created.

DemandImportMetadata.domainEntityId ● ID! non-null scalar

The DemandHqId of the demandHq that the export belongs to.

DemandImportMetadata.fileExtension ● ImportFileExtension! non-null enum

Indicates the format of the underlying data.

DemandImportMetadata.identityId ● ID! non-null scalar

The requesting identityId (username).

DemandImportMetadata.importStatus ● BulkActionStatus! non-null enum

The status of the export.

DemandImportMetadata.importType ● DemandImportType! non-null enum

The type of import requested.

DemandImportMetadata.name ● String! non-null scalar

The name of the export, something to remember it by.

DemandImportMetadata.ticksTillTheEndOfTime ● Float! non-null scalar

The number of ticks until the end of time (figuratively). Used to sort filenames in descending order of requestedAt. Note that this number is actually an Int, it is just too large to fit in 32 bits.

Member of

DemandImport object ● DemandImportDataResponse object