Get schema
Returns a subtype’s full version history — materialized versions plus a still-pending request, if any.
GET
api:org-config
Parameters
Org-native subtype to look up.
Returns
SchemaDetail
Looked-up subtype.
Aggregate status: “pending”, “active”, or “deprecated”.
Currently active version, if any.
Every known version, oldest first.
Version number.
“pending”, “active”, or “deprecated”.
“registration” (not yet materialized) or “materialized”.
JSON Schema for this version, if known.
Target count + unmapped_fields_policy for this version’s mapping, if known.
Raises
| Exception | When |
|---|---|
AuthError | HTTP 401 or 403 — invalid API key or insufficient OAuth scope for this endpoint. |
ValidationError | HTTP 400, 404, or 422 — malformed JSON, unknown patient, or validation failure (message includes response excerpt). |
ServerError | HTTP 409 (e.g. conflicting external identifier) or repeated 5xx after retries; includes status_code when applicable. |
RateLimitError | HTTP 429 — rate limited; check retry_after (seconds). |
NetworkError | Connection timeout, DNS failure, or read error after retries. |

