Reports API Version 2 Dial-In Groups

Introduction

A Dial-In Group (DGRP) represents a collection of one or more phone numbers that can be dialled. DGRPs can contain both pool numbers and fixed numbers. Pool numbers are dynamically assigned to a Visitor to your web site, whereas Fixed numbers are assigned to a fixed Channel and Usage Filter.

DGRP Properties

These are the DGRP properties that can be accessed using the API.

List DGRPs

Returns a list of DGRPs that the current user can access.

Request:

GET /reports/v2/igrps/{IGRP SPECIFIER}/dgrps

URL Path Params

GET Params

Response:

Returns a list of DGRPs under the given {IGRP SPECIFIER} that the user has access to.

{"igrp":1,"dgrp":11,"dgrpName":"Sales Enquiries","dgrpType":"offline","dgrpRef":"sales","segment":1,"startDate":"2011-04-04","endDate":"2012-01-01", "dgrpStatus":"410"}
{"igrp":1,"dgrp":12,"dgrpName":"Timetable Enquiries","dgrpType":"nas","dgrpRef":"timetable","segment":1,"startDate":"2011-04-04","endDate":"0000-00-00", "dgrpStatus":"200"}

Read DGRP Config

Returns the properties for a particular DGRP.

Request:

GET /reports/v2/igrps/{IGRP SPECIFIER}/dgrps/{DGRP SPECIFIER}

URL Path Params

Response:

Returns the details of the Dial-In Group (DGRP) specified by the IGRP and DGRP

{"igrp":1,"dgrp":11,"dgrpName":"Sales Enquiries","dgrpType":"offline","dgrpRef":"sales","segment":1,"startDate":"2011-04-04","endDate":"0000-00-00", "dgrpStatus":"200"}