POST https://api.kpaehs.com/v1/datalistitems.list
{
"token": "MY_TOKEN",
"pretty": true
}
RESPONSE
{
"ok": true,
"datalistitems": [
{
"id": 1024,
"created": 1476718836394,
"updated": 1476718836394,
"title": "North Building",
"data_list_id": 1024,
"sequence": 1,
"code": "NORTH",
"description": "The building north of the road."
},
{
"id": 1025,
"created": 1476718836394,
"updated": 1476718836394,
"title": "East Building",
"data_list_id": 1024,
"sequence": 2,
"code": "EAST",
"description": "The building east of the road."
},
{
"id": 1026,
"created": 1476718836395,
"updated": 1476718836395,
"title": "South Building",
"data_list_id": 1024,
"sequence": 3,
"code": "SOUTH",
"description": "The building south of the road."
}
]
}