How to get active datapoints list / no stats

// GET /datapoints/?type=tl&_expand=true&limit=100&offset=0&status=active

/*

OUTPUT

{

"entities": [

{

   "id": 99128,

   "name": "5a9s2d7f4f2",

   "title": "5a9s2d7f4f2",

   "notes": "some notes",

   "trackingCode": "http://9nl.com/5a9s2d7f4f2",

   "tags": [],

   "groupId": 7,

   "groupName": "test by developer",

   "creationDate": "20100621172058",

   "typeTL": {

   "url": "http://google.com",

   "firstUrl": "",

   "redirectType": 307,

   "domainId": 123,

   "password": "",

   "scripts": []

   },

   ......

}]

}   

*/

Have more questions? Submit a request

0 Comments

Article is closed for comments.