10 lines
592 B
Markdown
10 lines
592 B
Markdown
# API request format
|
|
|
|
AyaNova uses a RESTful API and supports the [JSON](https://www.json.org/) data interchange format exclusively.
|
|
No other data formats are supported, your code must supply and consume JSON formatted data.
|
|
|
|
All developer interaction with the AyaNova API is via the REST server interface only.
|
|
|
|
DATES, TIMES, TIMESTAMPS - All dates and times sent or retrieved from the REST interface must be in UTC / GMT time zone. It is the client's responsibility to display and accept dates in local format but interaction with the server is in UTC only.
|
|
|
|
**TODO FILL THS OUT** |