En lista med ChildTimes (barn och deras tider) ett visst datum.
| name | data type | description |
|---|---|---|
| children | array of ChildTimes | Barnens tider detta datum |
| date | string | Datumet i fråga |
Example
{
"children" : [ {
"childId" : 12345,
"childWeight" : 12345.0,
"timeSpans" : [ {
"from" : "12:30",
"modified" : 12345,
"to" : "16:45"
}, {
"from" : "...",
"modified" : 12345,
"to" : "..."
} ],
"weightPct" : 12345.0
}, {
"childId" : 12345,
"childWeight" : 12345.0,
"timeSpans" : [ {
"from" : "...",
"modified" : 12345,
"to" : "..."
}, {
"from" : "...",
"modified" : 12345,
"to" : "..."
} ],
"weightPct" : 12345.0
} ],
"date" : "..."
}