Asprova WS Public API (0.1.0)

Download OpenAPI specification:Download

nobu at Asprova: nobu@asprova.com URL: https://asprova.com

This document describes specs for Asprova WS public API as of 2026/03/06.

Some public APIs are currently only available on WS servers that match the following conditions:

  1. "Free"-plan servers that are without authenticated license.
  2. Servers authenticated with "demo" licenses.
  3. Servers authenticated with "standard" licenses: the serial number of the license must be on our whitelist.

Get the project's operations

  • Upload Operation Table's data from Asprova with My Schedule Plugin before interacting with this endpoint.
  • Results entered on My Schedule are included.
  • Only operations that are uploaded by the My Schedule plugin are included.
  • Properties included in each operation in the response depend on the style.
Authorizations:
apiKey
path Parameters
projectId
required
string non-empty

Project id

query Parameters
style
string

Name of the Operation table style. If not specified, the first style in the list will be used.

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Upload results

Authorizations:
apiKey
path Parameters
projectId
required
string non-empty

Project id

Request Body schema: application/json
required

Result transaction data

non-empty
additional property
object

Responses

Request samples

Content type
application/json
{
  • "1:10": {
    },
  • "1:20": {
    }
}

Response samples

Content type
application/json
{
  • "message": "Results Saved"
}