Discussions
API Changed after V44 to Read all MAC's only 96 are being genearted
We used to use https://core1.acme.com/ns-api/?object=mac&action=read&format=json to pull list of all MAC;s. We would typically get thousands of MAC's and now we are only seeing about 96 when posting the get.
is-ivr-forward-change-blocked when creating domain
This option does not appear to work when creating a domain currently. It does function when updating a existing domain. Are there any plans to enable this when creating a domain?
Edit an SMS number?
The only thing I can find is Update SMS Number Copy https://{server}/ns-api/v2/domains/{domain}/smsnumbers/{smsnumber}
remove untitled reference
Config/Configuration Definitions API Call
I was looking through the v2 API docs and noticed that there are few definitions for fields that don't make sense. On the Config/Configuration Definitions section, every time the field "config-def-allow-reseller-access" or "config-def-allow-hostname" is mentioned, the description for the field seems to be related to timeframes, not config definitions. It looks like the same description was copy and pasted for both "config-def-allow-hostname" and "config-def-allow-reseller-access." Just wanted to bring to your attention.
Messaging Compliance - Opt-Out
How are others in the community handling messaging compliance requirements, specifically with regards to the opt-out message and adding STOP responders to the outbound blocking list? Is the only option manual addition and management by the user/customer or has someone put together a creative solution?
Guidance or Documentation for PORTAL_EXTRA_JS
The UI Parameter 'PORTAL_EXTRA_JS' allows for custom JavaScript to be inserted into the portal. Several elegant solutions including prompt-voice has successfully used this to integrate their third party application directly into the Manager Portal.
NSD bearer token without NSR token
How i can get my domain NSD bearer token without NSR token thru API call
Setting custom agent states
How to use api v2 to set CUSTOM agent states please ?
*Major Concern*- GET requests only return a max of 100 records?!
We just hit a huge roadblock when using v2. We found a few GET requests that return a max of 100 records. This happens in the docs as well as when I hit the API via script or Postman. There is no indication that more records exist, so records are going unnoticed which greatly impact our processes. Is there a hidden parameter we need to set to get all/unlimited records back? For example, we have 429 dial rules for our domain, but the GET dial rules in a dial plan call only returns 100 of them. When using the same call but in v1, all 429 records were returned. As a precaution, we are assuming that all GET requests have this limit, so we can't use v2 until this gets sorted out. Can we get this looked into ASAP?