Overview of all callback calls associated with outbound campaign ID

GET {{httptype}}://{{IP}}/mot/{{miralixAccount}}/queues/calls/callbacks/{{outboundCampaignId}}

Get a list of callback calls, linked to outbound campaign ID.
HTTP GET: /queues/calls/callbacks/{outboundCampaignId}

ParameterValueDescription
outboundCampaignIdIntegerOutbound campaign ID. Currently all created callback calls are currently associated with outboundCampaignId 0.

Example

https://192.168.1.10/mot/greenbox/queues/calls/callbacks/0 - List all callback calls, linked to outbound campaign ID 0

Result

  • 200 OK - List of all callback calls, linked to the outbound campaign ID.
  • 500 Internal Server Error - Internal processing error.

JSON result

For each callback call, the following results are displayed:

ParameterValueDescription
QueueCallTypeQueuecall, CallbackCallCall type of the call
Calling{String}The number of the caller
Called{String}The called number
OutboundCampaignName{String}Campaign name on outbound calls
OutboundCampaignId{Integer}ID on outbound call campaign
CallbackNumber{String}The number to call to perform callback
WaitingUntil{date-time: yyyy-MM-dd'T'HH:mm:ss.SSSSSSSZ}Callback is delayed until this time
EntryMenuId{Integer}ID for entry menu linked to callback calls created via an external source
EntryMenuParameters{String}The entry menu parameters that are linked to callback calls created via an external source.
The parameters are Comma-separated and replace parameters (like <@CrmId@> and <@CostumerNo@>) specified in the entry menu URL or specified in the Arguments for a process.
Culture{String: ISO Language Code}Specifies which language to associate with the task. E.g. da-DK. If nothing is specified, the default language is used for the OfficeTeam configuration.
Tags{String}Comma-separated list of words describing the task. E.g. Tags=Error message,Sales
QueueInquiryId{String}Queue Inquiry ID (Same as QueueCallId) in Miralix Office Team
FirstQueueName{String}The name of the first queue that the call has been in
FirstQueueId{Integer}ID on the first queue that the call has been in
CurrentQueueName{String}The name of the queue that the call is in now
CurrentQueueId{Integer}ID on the queue that the call is in now
AgentName{String}The name of the agent offered the call
AgentId{Integer}ID of agent offered the call
ExternalSourcenull, WebApi, AzureServiceBusWhich external source is used to create the call.
AddedToQueue{date-time: yyyy-MM-dd'T'HH:mm:ss.SSSSSS'Z'}Time the call arrived in the queue
(Note! – This is not UTC time)

RESPONSES

status: OK

[{&quot;QueueCallType&quot;:&quot;CallbackCall&quot;,&quot;Calling&quot;:null,&quot;Called&quot;:null,&quot;OutboundCampaignName&quot;:&quot;Winter sales&quot;,&quot;OutboundCampaignId&quot;:0,&quot;CallbackNumber&quot;:&quot;+4523452526&quot;,&quot;WaitingUntil&quot;:&quot;0001-01-01T00:00:00&quot;,&quot;EntryMenuId&quot;:109,&quot;EntryMenuParameters&quot;:&quot;CrmId=221020,CostumerNo=2365&quot;,&quot;Culture&quot;:&quot;da-DK&quot;,&quot;Tags&quot;:&quot;Error message,Sales&quot;,&quot;QueueInquiryId&quot;:47821,&quot;FirstQueueName&quot;:&quot;Sales East&quot;,&quot;FirstQueueId&quot;:153,&quot;CurrentQueueName&quot;:&quot;Sales East&quot;,&quot;CurrentQueueId&quot;:153,&quot;AgentName&quot;:&quot;Lucas Peterson&quot;,&quot;AgentId&quot;:8,&quot;ExternalSource&quot;:&quot;WebApi&quot;,&quot;AddedToQueue&quot;:&quot;2020-12-14T10:34:13.8435371+01:00&quot;},{&quot;QueueCallType&quot;:&quot;CallbackCall&quot;,&quot;Calling&quot;:null,&quot;Called&quot;:null,&quot;OutboundCampaignName&quot;:&quot;Winter sales&quot;,&quot;OutboundCampaignId&quot;:3321,&quot;CallbackNumber&quot;:&quot;+4565646768&quot;,&quot;WaitingUntil&quot;:&quot;0001-01-01T00:00:00&quot;,&quot;EntryMenuId&quot;:23,&quot;EntryMenuParameters&quot;:&quot;CrmId=201020,CostumerNo=63954&quot;,&quot;Culture&quot;:&quot;da-DK&quot;,&quot;Tags&quot;:null,&quot;QueueInquiryId&quot;:47823,&quot;FirstQueueName&quot;:&quot;Sales East&quot;,&quot;FirstQueueId&quot;:153,&quot;CurrentQueueName&quot;:&quot;Sales East&quot;,&quot;CurrentQueueId&quot;:153,&quot;AgentName&quot;:null,&quot;AgentId&quot;:null,&quot;ExternalSource&quot;:&quot;WebApi&quot;,&quot;AddedToQueue&quot;:&quot;2020-12-14T11:37:10.8886481+01:00&quot;}]