MessageStoreReport
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of a message store report task |
uri | str | ❌ | Canonical URI of a task |
status | MessageStoreReportStatus | ❌ | Status of a message store report task |
account_id | str | ❌ | Internal identifier of an account |
extension_id | str | ❌ | Internal identifier of an extension |
date_to | str | ❌ | The end of the time range to collect message records in ISO 8601 format including timezone |
date_from | str | ❌ | The beginning of the time range to collect call log records in ISO 8601 format including timezone |
start_time | str | ❌ | The time when this task was started |
finish_time | str | ❌ | The time when this task was finished |
message_types | List[PicMessageTypeEnum] | ❌ | Type of messages to be collected. |
MessageStoreReportStatus
Status of a message store report task
Properties
Name | Type | Required | Description |
---|---|---|---|
ACCEPTED | str | ✅ | "Accepted" |
PENDING | str | ✅ | "Pending" |
INPROGRESS | str | ✅ | "InProgress" |
ATTEMPTFAILED | str | ✅ | "AttemptFailed" |
FAILED | str | ✅ | "Failed" |
COMPLETED | str | ✅ | "Completed" |
CANCELLED | str | ✅ | "Cancelled" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs