approved, byrokraatit, ylläpitäjät
0
muokkausta
(→Time) |
|||
Rivi 126: | Rivi 126: | ||
If omitted, the Journeys API assumes startIndex to be zero. | If omitted, the Journeys API assumes startIndex to be zero. | ||
In case of a malformed request, such as wrongly formatted coordinate strings, server responds with a fail message: | |||
<pre> | |||
{ | |||
"status" : "fail", | |||
"data" : { | |||
"title" : "Coordinates", | |||
"message" : "Illegal format: must be latitude,longitude" | |||
} | |||
} | |||
</pre> | |||
In internal server error cases, server responds with similar response, except the status is "error": | |||
<pre> | |||
{ | |||
"status" : "error", | |||
"data" : { | |||
"message" : "Guru meditation" | |||
} | |||
} | |||
</pre> | |||
=== Entity Queries === | === Entity Queries === |