GetDashboardPages Method

This method is used to determine information about ContactAnywhere Dashboard pages relevant to the user of the Web Service.

Arguments
  1. string Reference

Reference should contain the Reference returned by the Login Method and is used to identify the user of the Web Service.

Response
  1. DataSet ResponseDataSet

ResponseDataSet will contain a Status DataTable with a single row and the following columns:

and a Data DataTable with zero or more rows and the following columns:

Example

The following Web Service call:

GetDashboardPages("18,23")

could produce a DataSet with the following Status DataTable:

Code Text
0 OK

and the following Data DataTable:

Dashboard Page ID Name URL Row Column Sequence
4 Pipeline http://www.anywheresg.com/DashboardPipeline.aspx 1 1 1
1 To Do List http://www.anywheresg.com/DashboardToDoList.aspx 1 1 2
5 Sales Analysis http://www.anywheresg.com/SalesAnalysis.aspx 1 2 1