Skip to main content

@wildix/wim-integrations-client > Integration

Integration interface

Signature:

export interface Integration 

Properties

Property

Modifiers

Type

Description

companyId

string

createdAt?

string | undefined

(Optional) Date and time (in ISO 8601 format) the integration was created

data?

__DocumentType | undefined

(Optional) Data for integration

entityType?

EntityType | undefined

(Optional)

errorInfo?

__DocumentType | undefined

(Optional)

externalId?

string | undefined

(Optional) Deprecated. Will use companyId instead

integrationId

string

service

Service

status?

IntegrationStatusType | undefined

(Optional)

statusChangeDate?

string | undefined

(Optional)

updatedAt?

string | undefined

(Optional) Date and time (in ISO 8601 format) the integration was last updated

warningInfo?

__DocumentType | undefined

(Optional)