|
|
|
|
|
|
|
|
|
Overview
|
|
Returns the top 10 000 columns in XML, or the top 30 000 columns in CSV format defined for a specific dataset. The amount of data you can retrieve is limited, because of the amount of data that needs to be transferred
|
|
|
|
Parameters
|
|
|
| Name | Type | Required | Comments |
| Csv | Boolean | No | Set to “true” if you want the data to be returned in csv format |
| DatasetID | Integer | Yes | The id of the dataset you want returned |
|
|
|
|
Returns
|
0|Error (Different descriptions for the error)
XML
• dataset name=DatasetName
• entry
• emailaddress
• mobilenumber
• password
• column name=Column1Name
• …
• column name=Column25Name
Or the data in csv format
|
|
|
|
Example
|
|
https://www.graphicmail.ca/api.aspx?Username=user@mydomain.com&Password=123456&Function=get_dataset&DatasetID=123456Csv=true&SID=13
|