Operation schema
| 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] |
| Name | Value |
|---|---|
| IMPORT_CONTACTS | "import_contacts" |
| UPDATE_CONTACTS | "update_contacts" |
| EXPORT_CONTACTS | "export_contacts" |
| EXPORT_REPORTS | "export_reports" |
| ADVANCED_REPORT | "advanced_report" |
| "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" |
| Name | Value |
|---|---|
| QUEUED | "queued" |
| PROCESSING | "processing" |
| EXECUTING | "executing" |
| PAUSED | "paused" |