Retrieve all ontologies
GET {{baseUrl}}/ontologies?pageToken=<string>
Returns a list of ontologies
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageToken | string | Selects next page. Value must be taken rom response body property 'page.nextToken'. If omitted, first page is returned. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"ontologies":[{"createdDate":"2019-10-01T08:06:49.152Z","ontologyDescription":"vehicle ontology","id":"605805A351B5A39B774079E620BFD8D2","ontologyName":"ns","keyMappingType":"INNER JOIN","updatedDate":"2019-10-01T08:06:49.152Z"},{"createdDate":"2019-10-01T08:06:49.152Z","ontologyDescription":"vehicle ontology","id":"605805A351B5A39B774079E620BFD8D2","ontologyName":"ns","keyMappingType":"INNER JOIN","updatedDate":"2019-10-01T08:06:49.152Z"}],"page":{"nextToken":"in dolor veniam elit"}}