Skip to main content

Part of Content release process

Appendix D - Ontoserver’s documentation

Current Chapter

Current chapter – Appendix D - Ontoserver’s documentation


/synd/fetchSyndicatedContentEntry

https://ontoserver.csiro.au/docs/6/api-swagger.html#Syndication

Post

Fetch an artifact from the upstream syndication feed into the server. For entries of type Bundle: only 'batch' and 'collection' are supported. Future versions may support 'transaction', and unsupported contained Resource types will be ignored.

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

https://ontoserver.csiro.au/docs/6/api-swagger.html#getBinaryIndexZip

GET

Retrieve the binary index for a code system from the server (if available)

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

Status code Reason Response model
200 successful operation InputStreamResource

 


/synd/getSyndicationStatus

https://ontoserver.csiro.au/docs/6/api-swagger.html#getSyndicationStatus

GET

Get the downstream syndication status for a Resource on the server

Request

Parameters

Name Located in Required Description Default Schema
resourceType query yes The type of the resource, such as ValueSet, CodeSystem, NamingSystem   string
id query yes The id of the resource   string

 

Response

Status code Reason Response model
200 successful operation  

 


/synd/redoPreload

https://ontoserver.csiro.au/docs/6/api-swagger.html#redoPreload

POST

Re-executes the data load performed at start in the preload feed without having to restart the server.<p>Execution will be asynchronous or synchronous depending upon the configuration of atom.preload.async, which is true by default.

Request

Parameters

Response

Status code Reason Response model
200 Preload execution has been started  
500 Preload could not be re-executed  

 


/synd/setIndexSyndicationStatus

https://ontoserver.csiro.au/docs/6/api-swagger.html#setIndexSyndicationStatus

POST

Change the downstream syndication status for a SNOMED/LOINC code system on the server.

Request

Parameters

Name Located in Required Description Default Schema
codeSystemId query yes A code system identifier, such as 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

https://ontoserver.csiro.au/docs/6/api-swagger.html#setSyndicationStatus

POST

Change the downstream syndication status for a Resource on the server.

Request

Parameters

Name Located in Required Description Default Schema
resourceType query yes The type of the resource, such as 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

GET

Retrieve the server's downstream syndication feed (if available).

Request

Parameters

Response

Content-Type: application/atom+xml

Status Code Reason Response Model
200 successful operation  

 


Last edited: 3 March 2021 1:52 pm