Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.52 KB

File metadata and controls

54 lines (38 loc) · 1.52 KB

Operation

Operation schema

Properties

Name Type Description Notes
operationId Integer [optional] [readonly]
operationData OperationOperationData [optional]
type TypeEnum Type of operation [optional]
status StatusEnum State of the operation [optional]
createdBy Integer [optional] [readonly]
created OffsetDateTime [optional]
startDate OffsetDateTime [optional]

Enum: TypeEnum

Name Value
IMPORT_CONTACTS "import_contacts"
UPDATE_CONTACTS "update_contacts"
EXPORT_CONTACTS "export_contacts"
EXPORT_REPORTS "export_reports"
ADVANCED_REPORT "advanced_report"
EMAIL "email"
SMS "sms"
SMART_SMS "smart_sms"
VOICE "voice"
PUSH "push"
WEBPUSH "webpush"
ADS "ads"
SOCIAL "social"
SEGMENT_GENERATION "segment_generation"
MASS_OPERATION "mass_operation"
UNIFY "unify"

Enum: StatusEnum

Name Value
QUEUED "queued"
PROCESSING "processing"
EXECUTING "executing"
PAUSED "paused"