Yan_Naroditsky | 2016-10-10 15:35:31 UTC | #1
Hi,
How can I get information about remote phone associated with the station using API? I need a remote phone number.
This is the station information:
{ "id": "438f77b7-8836-4111-842b-aba99c12b70b", "name": "1234567", "status": "ASSOCIATED", "userId": "cbd925f9-615a-4b23-97c3-db367e0550bd", "type": "ininremote", "lineAppearanceId": "SomeDesktop1", "selfUri": "/api/v2/stations/438f77b7-8836-4111-842b-aba99c12b70b" }
KevinGlinski | 2016-10-07 01:28:38 UTC | #2
You want GET /api/v2/telephony/providers/edges/phones to get a list of phones and GET /api/v2/telephony/providers/edges/phones/{phoneId} to get the details of a specific phone
system | 2017-08-28 19:27:49 UTC | #3
This post was migrated from the old Developer Forum.
ref: 479