v1

latestOpenAPI 3.0.02026-07-13316378.3 KB
Call

/v0.1/GroupCall/

Initiate multiple racing outbound calls

post/v0.1/GroupCall/

Response

Response

Message'GroupCall Request Executed' | 'Mandatory Parameters Missing' | 'This Delimiter is not allowed' | 'GroupCall should be used for at least 2 numbers' | ''To' parameter length does not match 'Gateways' Length' | 'AnswerUrl is not Valid' | 'HangupUrl is not Valid' | 'RingUrl is not Valid' | 'ConfirmSound is not Valid' | 'Unknown Core UUID' | 'GroupCall Request Failed' required

Response message

RequestUUIDstring required

Unique identifier of the Call request (UUIDv4)

Successboolean required

Whether the request was successful or not

RestApiServerstring required

API server which handled this request (an Eqivo extension)

Example response

{
  "Message": "GroupCall Request Executed",
  "RequestUUID": "fc01f3f4-4895-43ed-b269-5b4a0d474b12",
  "Success": true,
  "RestApiServer": "localhost"
}