Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Current »

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the PBXCallQueue.
extensionCodestringfalseName of the PBXCallQueue.
destinationNumberstringfalseNumber that the phone was addressing to.
dateLocalDatetrueMoment when the call was added to the queue.
durationtimefalseDuration of the call.
stepintfalse
amountAfterTaxBigDecimalfalsePrice of the call.
executionDateLocalDateTimefalseTime when the call was processed and changed its status from pending to success.
responseStatusCodeResponseStatusCodefalseStatus of the call in the queue.

JSON representation

{
   "id": 5,
   "extensionCode": "EXT101",
   "date": "2020-04-12T18:13:50.710Z",
   "destinationNumber": "93 665 46 47",
   "duration": "00:01:32",
   "amountAfterTax": "2.330030"
}
  • No labels