Thanks Camreon for the quick response. Yes this would work, actually we have only one number in our DID pools so the first API itself would be enough , the only issue is it doesn't have the Assigned, Owner type columns you have in the /api/v2/telephony/providers/edges/dids so I had to do a vlookup to add the comments from the new list to my other list to have all the fields in one list. It would have been better if this API has the comments column.
------------------------------
Philip Varghese
Lead Programmer Analyst
------------------------------
Original Message:
Sent: 12-13-2024 12:23
From: Cameron Tomlin
Subject: DID number comments
Hello Philip,
It looks like /api/v2/telephony/providers/edges/didpools/{didPoolId} endpoint pulls the comments out. But you are going to have to use the didpools endpoints.
So it would look something like this.
GET /api/v2/telephony/providers/edges/didpools/dids -> Get the ID of the specific DIDPool -> GET /api/v2/telephony/providers/edges/didpools/{didPoolId} to get the comments that you need.
Hope this helps!
------------------------------
Cameron
Online Community Manager/Moderator
------------------------------