This commit is contained in:
2022-01-17 18:40:12 +00:00
parent 1f33c63fda
commit b7d621d41f
5 changed files with 178 additions and 65 deletions

View File

@@ -1,7 +1,18 @@
# DEVELOPERS API
[under construction]
[UNDER CONSTRUCTION]
todo: update link from v7 to v8 specific development forum when it's available
AyaNova features a RESTful API that can be used by developers to integrate their applications with AyaNova.
The AyaNova user interface web application uses this same API for all access to AyaNova so it is possible by using the REST API to automate or integrate with anything that can be done in the AyaNova application.
AyaNova comes with a [API explorer console](api-console.md) that can be used by developers to test and experiment with each API route without writing code and view the format of the data as well as documentation on the [API Request format](api-request-format.md), [API Response format](api-response-format.md) and [API Error codes](api-error-codes.md) table.
In addition we have a [developers forum](https://forum.ayanova.com/c/ayanova-reporting-development/66) available for peer to peer and occasionally AyaNova development department response as time permits.
Note that support for development integration (writing code) is beyond the scope of the technical support we provide, however any technical issues (problems) found with the API itself *are* available for support.
AyaNova features a REST API that can be used by developers to integrate with AyaNova.
todo: consolidate api api-error-codes / request / response / upload route stuff here into this document