Get Transfer Details Documentation
Get Transfer Details
v1.0Get Transfer Details
v1.0Get Transfer Details
Retrieve transfer configuration
Configurationv1.01 Endpoint
Overview
Get Transfer Details API : GET : /transfer-details
Authentication
Basic Authentication
Methods
GET
Parameters
2 Parameters
Response
JSON Format
Available Endpoints
GET
/transfer-detailsKey Parameters
svc-id(Integer)15
queue-id(Integer)455
Quick Example
Try this API with a simple cURL command
Basic API Call
curl -i -u "9999999999:agentpass" "https://telephonycloud.co.in/api/v1/transfer-details"💡 Replace username:password with your actual credentials
Response Preview
Sample response from this API
Sample Response
{"svcid":1,"queueid":null,"queues":{"1":"DNIS","2":"OB"},"services":{"1":"TestService","2":"Dialer","3":"Shishir"},"agents":{"1":"Admin"}}View complete response format in Response section