DID History Object#

JSONAPI object that represents a DID history record from the last 90 days and has the following attributes.

Attributes#

Name

Type

Description

did_number

string

DID number related to the history record.

action

string

Action performed on the DID. Allowed values: assigned, renewed, canceled, removed, billing_cycles_count_changed, restored.

method

string

Method used to perform the action. Allowed values: system, api2, api3, staff, user_panel.

created_at

string

Date and time when the history record was created in ISO 8601 format.

Available action values#

Value

Description

assigned

Assigned DID event.

renewed

Renewed DID event.

canceled

Canceled DID event.

removed

Removed DID event.

billing_cycles_count_changed

Billing cycles count change event.

restored

Restored DID event.

Available method values#

Value

Description

system

Action performed by the system.

api2

Action performed through API v2.

api3

Action performed through API v3.

staff

Action performed by staff.

user_panel

Action performed from the user panel.

Meta#

The meta member is returned for billing_cycles_count_changed records.

Name

Type

Description

from

string

Previous billing cycles count value.

to

string

New billing cycles count value.