The Nocoly Application Open Interface document provides a simple way to integrate application data with any external data source. The API strictly adheres to REST semantics, uses JSON-encoded objects, and relies on standard HTTP codes to indicate operation results.For GET
requests, all parameters are concatenated after the URL.
For POST
/ PUT
/ PATCH
/ DELETE
requests, the request body must be in JSON format, and the HTTP Content-Type header must be set to application/json.
All responses have an HTTP status code of 200.
The response Content-Type is application/json.
The response body is in JSON format.
Modified at 2025-08-21 09:09:15