# IPND

# IPND Data

Image

In this page, users can now filter the search fields to include more specific data, enabling them to find the information they need quickly and efficiently.

It is possible to query the following:

  • Domain
  • CSN
  • date_from and date_to

The IPND data can be both queried on the admin page and interrogated directly. Using the same parameters, the data can be downloaded to a csv file by clicking on the "DOWNLOAD CSV" button.

The page is also set up for automated IPND data download. Use the following instructions to do this:

send an authenticated request to

'https://api.numberhub.voiceconnect.net.au/api/Ipnd/GetIpndCsv'

with a JSON payload following the example shown here:

{
"group_no":1,
"domain": null,
"date_from":null,
"date_to":null,
"csn":null}