How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cadasto Query API (AQL)

The openEHR ITS-REST Query API: execute ad-hoc Archetype Query Language (AQL) queries with bound parameters, and execute stored queries by qualified name and version, over GET or POST. 6 operations. AQL queries are archetype-path based and therefore portable across templates and across conformant openEHR servers.

This API exposes 6 operations across 3 paths, and defines 11 schemas. It is described by OpenAPI 3.1.1, at version latest.

Requests are made against a single base URL, https://{baseUrl}/v1.

6 operations 3 paths 11 schemas 3 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.1
API Version
latest
Base URL
https://{mycompany}.api.prod.cadasto.io/openehr/v1
Resource Areas
1

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 3 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Query 6

Execution of [AQL queries](https://specifications.openehr.org/releases/QUERY/latest/AQL.html). Actions upon resources of this group are also formally described in the [IQUERYSERVI…

GET
/query/aql
Execute ad-hoc AQL
query_execute_adhoc_query 5 params → 200400408
POST
/query/aql
Execute ad-hoc AQL (POST)
query_execute_adhoc_query_body body → 200400408
GET
/query/{qualified_query_name}
Execute stored AQL
query_execute_stored_query 5 params → 200400404408
POST
/query/{qualified_query_name}
Execute stored AQL (POST)
query_execute_stored_query_body 1 param body → 200400404408
GET
/query/{qualified_query_name}/{version}
Execute stored AQL version
query_execute_stored_query_version 6 params → 200400404408
POST
/query/{qualified_query_name}/{version}
Execute stored AQL version (POST)
query_execute_stored_query_version_body 2 params body → 200400404408

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are ResultSetMetadata (6 properties), ResultSet (5 properties), AdhocQueryExecute (4 properties), Query (3 properties). Each schema is shown below with its type and property counts.

AQL
string
The given AQL query.
Offset
integer
The row number in result-set to start result-set from (0-based), default is 0.
Fetch
integer
Number of rows to fetch (the default depends on the implementation).
QueryParameters
object
A set of query parameters.
ResultSetMetadata
object
RESULTSET metadata.
6 properties
QueryName
string
The (fully qualified) name of the query (when is registered as a stored query), in a format of [{namespace}::]{query-name}. The namespace prefix is optional, a…
ResultSetColumn
object
An AQL column specification (e.g. a pair of column name and associated AQL path).
2 properties 1 required
ResultSetRow
array
A set of cells representing a RESULTSET row, one cell for each column. Content of a cell is ANY (i.e. a OBJECT in most programming languages).
ResultSet
object
5 properties 1 required
AdhocQueryExecute
object
4 properties 1 required
Query
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cadasto-query-api-openapi.json Raw ↑
Where this information came from

This is an independent, third-party profile of Cadasto Query API (AQL), published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.