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 Definition API

The openEHR ITS-REST Definition API: upload, list and retrieve ADL 1.4 Operational Templates (OPT) and ADL 2 templates, fetch a generated example composition for a template, and store, list and version stored AQL queries. 12 operations. Cadasto supports multiple published versions of the same template, addressed as {template_id}::{uid}.

This API exposes 12 operations across 8 paths, organized into 3 resource areas, and defines 36 schemas. It is described by OpenAPI 3.1.1, at version latest.

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

12 operations 8 paths 36 schemas 8 GET2 POST2 PUT

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
3

Paths & Operations 12

Across 8 paths, the API surfaces 12 operations — 8 GET, 2 POST, 2 PUT. They span 3 resource areas: ADL1.4, ADL2, Query. Each is listed below with its method, path, parameters, and response codes.

ADL1.4 4

Management of [AOM and ADL 1.4](https://specifications.openehr.org/releases/AM/latest) Operational Templates (OPTs). These templates can be created using [modelling tools](https:/…

POST
/definition/template/adl1.4
Upload a template
definition_template_adl1.4_upload 1 param body → 201400409
GET
/definition/template/adl1.4
List templates
definition_template_adl1.4_list → 200
GET
/definition/template/adl1.4/{template_id}
Get a template
definition_template_adl1.4_get 2 params → 200400404406
GET
/definition/template/adl1.4/{template_id}/example
Example composition from template
definition_template_adl1.4_example_get 1 param → 200404
ADL2 4

Management of [AOM2](https://specifications.openehr.org/releases/AM/latest/AOM2.htmltemplates) templates. See also [ADL2 Template specifications](https://specifications.openehr.or…

POST
/definition/template/adl2
Upload a template
definition_template_adl2_upload → 501
GET
/definition/template/adl2
List templates
definition_template_adl2_list → 501
GET
/definition/template/adl2/{template_id}
Get a template
definition_template_adl2_get → 501
GET
/definition/template/adl2/{template_id}/{version}
Get a template at version
definition_template_adl2_version_get → 501
Query 4

Management of [stored (registered) queries](https://specifications.openehr.org/releases/SM/latest/openehrplatform.htmlregisteredqueries) in the system. Actions upon resources of t…

GET
/definition/query/{qualified_query_name}
List stored queries
definition_query_list 1 param → 200
PUT
/definition/query/{qualified_query_name}
Store a query
definition_query_store.yaml 2 params body → 200400
PUT
/definition/query/{qualified_query_name}/{version}
Store a query version
definition_query_version_store.yaml → 501
GET
/definition/query/{qualified_query_name}/{version}
Get stored query at version
definition_query_version_get 2 params → 200404

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are Child1 (17 properties), Child2 (16 properties), Child (14 properties), Tree (11 properties). Each schema is shown below with its type and property counts.

TemplateMetadata
object
Uploaded TEMPLATE meta information.
5 properties 4 required
TemplateList
array
List of uploaded TEMPLATE resources.
OperationalTemplate
object
LocalizedNames
object
1 property 1 required
LocalizedDescriptions
object
1 property 1 required
LocalizedNames1
object
1 property 1 required
LocalizedNames2
object
2 properties 1 required
Annotations
object
2 properties
Precision
object
4 properties 4 required
Range
object
4 properties 2 required
Validation
object
2 properties
LocalizedLabels
object
1 property 1 required
List
object
5 properties 2 required
Validation1
object
2 properties 1 required
Input
object
5 properties 1 required
SNOMEDCT
object
2 properties 2 required
TermBindings
object
1 property 1 required
Input1
object
2 properties 1 required
Child3
object
11 properties 10 required
Child2
object
16 properties 11 required
List1
object
4 properties 4 required
Input2
object
3 properties 1 required
Annotations1
object
2 properties
Child1
object
17 properties 6 required
List2
object
3 properties 3 required
Input3
object
4 properties 2 required
Child
object
14 properties 5 required
Tree
object
11 properties 11 required
WebTemplate
object
5 properties 5 required
OperationalTemplateV2
object
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…
QueryType
string
Query formalism type.
QueryVersion
string
The SEMVER version number of the Stored Query.
AQL
string
The given AQL query.
StoredQuery
object
Stored Query content meta information.
5 properties 5 required
QueryList
array
List of Stored Query resources.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

This is an independent, third-party profile of Cadasto Definition API, 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.