#Ontoserver Management API
Admin
/api/addBundle
Request
Content-Type: multipart/form-data
Parameters
Name |
Located in |
Required |
Description |
Default |
Schema |
file |
query |
yes |
A FHIR Bundle object containing a set of resources |
- |
ref (application/fhir+json, application/fhir+xml, application/json+fhir, application/xml+fhir, application/json, application/xml) |
Response
Content-Type: application/json
Status Code |
Reason |
Response Model |
200 |
successful operation |
|
/api/auditReports
Response
Content-Type: application/json, application/fhir+json
Status Code |
Reason |
Response Model |
200 |
successful operation |
|
/api/availableCodeSystemIndexes
Response
Content-Type: application/json
Status Code |
Reason |
Response Model |
200 |
successful operation |
Array[AtomArtifact] |
/api/availableCodeSystemSources
Response
Content-Type: application/json
Status Code |
Reason |
Response Model |
200 |
successful operation |
Array[AtomArtifact] |
/api/deleteCodeSystem
Request
Parameters
Name |
Located in |
Required |
Description |
Default |
Schema |
codeSystemId |
query |
yes |
A code system identifier, e.g. http://snomed.info/sct |
- |
string |
codeSystemVersion |
query |
yes |
The version of the specified code system |
- |
string |
Response
Status Code |
Reason |
Response Model |
default |
successful operation |
- |
/api/indexCodeSystem
Request
Parameters
Name |
Located in |
Required |
Description |
Default |
Schema |
codeSystemId |
query |
yes |
A code system identifier, e.g. http://snomed.info/sct |
- |
string |
codeSystemVersion |
query |
no |
The version (or optionally, for SNOMED, the Edition) of the specified code system |
- |
string |
validate |
query |
yes |
Indicates whether the server should validate the index if it already exists |
- |
boolean |
buildLocal |
query |
no |
Do not use BINARY indexes from syndication feed, but build them locally |
- |
boolean |
Response
Status Code |
Reason |
Response Model |
200 |
successful operation |
|
/api/indexedCodeSystems
Response
Content-Type: application/json
/api/jobs
Request
Parameters
Name |
Located in |
Required |
Description |
Default |
Schema |
jobId |
query |
no |
A job identifier |
- |
string |
Response
Content-Type: application/json
Status Code |
Reason |
Response Model |
200 |
successful operation |
|
/api/upstream.xml
Response
Content-Type: application/atom+xml
Status Code |
Reason |
Response Model |
200 |
successful operation |
|
/api/vacuum
Request
Parameters
Name |
Located in |
Required |
Description |
Default |
Schema |
cleanup |
query |
no |
If 'true', then actually delete the extraneous content |
- |
boolean |
Response
Status Code |
Reason |
Response Model |
200 |
Success |
|
500 |
Failure |
- |
Syndication
/synd/fetchSyndicatedContentEntry
Request
Parameters
Name |
Located in |
Required |
Description |
Default |
Schema |
entryId |
query |
no |
The atom entry ID to fetch |
- |
string |
resourceType |
query |
no |
The type of resource to fetch |
- |
string |
url |
query |
no |
The URL of the resource (CodeSystem, ValueSet, ConceptMap or StructureDefinition) to fetch |
- |
string |
version |
query |
no |
The version of the resource to fetch |
- |
string |
bundleInterpretation |
query |
no |
If the entry is a Bundle, how to process the Bundle. Valid values are: 'batch' and 'collection' |
- |
string |
Response
Status Code |
Reason |
Response Model |
200 |
successful operation |
|
/synd/getBinaryIndexZip
Request
Parameters
Name |
Located in |
Required |
Description |
Default |
Schema |
codeSystemId |
query |
yes |
A code system identifier, e.g. http://snomed.info/sct |
- |
string |
codeSystemVersion |
query |
yes |
The version of the specified code system |
- |
string |
indexVersion |
query |
yes |
The internal version of the binary index format |
- |
string |
Response
Content-Type: application/zip
/synd/getSyndicationStatus
Request
Parameters
Name |
Located in |
Required |
Description |
Default |
Schema |
resourceType |
query |
yes |
The type of the resource, e.g. ValueSet, CodeSystem, NamingSystem |
- |
string |
id |
query |
yes |
The id of the resource |
- |
string |
Response
Status Code |
Reason |
Response Model |
200 |
successful operation |
|
/synd/redoPreload
Response
Status Code |
Reason |
Response Model |
200 |
Preload execution has been started |
- |
500 |
Preload could not be re-executed |
- |
/synd/setIndexSyndicationStatus
Request
Parameters
Name |
Located in |
Required |
Description |
Default |
Schema |
codeSystemId |
query |
yes |
A code system identifier, e.g. http://snomed.info/sct |
- |
string |
codeSystemVersion |
query |
yes |
The version of the specified code system |
- |
string |
syndicate |
query |
yes |
Whether to publish a binary index for the code system |
- |
boolean |
Response
Status Code |
Reason |
Response Model |
default |
successful operation |
- |
/synd/setSyndicationStatus
Request
Parameters
Name |
Located in |
Required |
Description |
Default |
Schema |
resourceType |
query |
yes |
The type of the resource, e.g. ValueSet, CodeSystem, NamingSystem |
- |
string |
id |
query |
yes |
The id of the resource |
- |
string |
syndicate |
query |
yes |
Whether to publish the resource in the downstream syndication feed |
- |
boolean |
Response
Status Code |
Reason |
Response Model |
default |
successful operation |
- |
/synd/syndication.xml
Response
Content-Type: application/atom+xml
Status Code |
Reason |
Response Model |
200 |
successful operation |
|