...
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"error": 0,
"result":
{
"total": 20,
"rows":
[
{
"firstName":"John",
"lastName":"Smith",
"email":"js@acme.com",
"telephone":"447974321234",
},
{
"firstname":"David",
"lastname":"Smith",
"email":"ds@acme.com",
"telephone":"447974234975",
},
...
]
}
}
|
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"error": 0,
"result":
{
"total": 20,
"rows":
[
{"serial":"77004155"},
{"serial":"77004245"},
{"serial":"77004266"},
{"serial":"77004321"},
...
]
}
}
|