Ero sivun ”Journeys API” versioiden välillä

Rivi 170: Rivi 170:
<pre>
<pre>
{
{
     "headers" : {
     "status" : "success",
        "startIndex" : 0,
    "data" : {
        "pageSize" : 1,
        "headers" : {
        "moreData" : false
            "paging" : {
    },
                "startIndex" : 0,
    "data" : [
                "pageSize" : 1,
        {
                "moreData" : false
            "href" : "http://example.com/journeys/api/routes/123",
            }
            "line" : "http://example.com/journeys/api/lines/123",
        },
            "pointsOnRoute": [
        "body": [
                {
            {
                    "location": "61.48016,23.83057"
                "href" : "http://example.com/journeys/api/routes/123",
                },                     
                "line" : "http://example.com/journeys/api/lines/123",
                {
                "pointsOnRoute": [
                    "location": "60.48016,23.83057"
                    {
                },
                        "location": "61.48016,23.83057"
                {
                    },                     
                    "location": "59.48016,23.83057"
                    {
                }                     
                        "location": "60.48016,23.83057"
             ]
                    },
         }
                    {
     ]
                        "location": "59.48016,23.83057"
                    }                     
                ]
             }
         ]
     }
}
}
</pre>
</pre>