10,730
edits
Line 35: | Line 35: | ||
Date fields are in UTC time, in the following format: <code>yyyy-MM-ddTHH:mm:ssZ</code> for example, <code>2020-12-12T09:00:00</code>. Optionally, you can use syntax defined in [https://www.ietf.org/rfc/rfc3339.txt RFC 3339] this format. | Date fields are in UTC time, in the following format: <code>yyyy-MM-ddTHH:mm:ssZ</code> for example, <code>2020-12-12T09:00:00</code>. Optionally, you can use syntax defined in [https://www.ietf.org/rfc/rfc3339.txt RFC 3339] this format. | ||
Lookups are essentially strings in the format <code>entity:id | Lookups are essentially strings in the format <code>entity:id</code> (for update/upload requests) <code>entity:id:name</code> (for fetch requests). | ||
== Data service == | == Data service == |