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 |
|
DID number related to the history record. |
action |
|
Action performed on the DID. Allowed values: |
method |
|
Method used to perform the action. Allowed values: |
created_at |
|
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 |
|
Previous billing cycles count value. |
to |
|
New billing cycles count value. |