Eterm API

Download OpenAPI specification:Download

/concept

header Parameters
x-evidencehub-apikey
required
string

Evidence Hub API key

Request Body schema: application/json
concept_name
required
string
domain_id
required
string non-empty
concept_class_id
required
string non-empty
Array of strings or objects non-empty
required
object
Array of objects

Responses

Request samples

Content type
application/json
{
  • "concept_name": "string",
  • "domain_id": "string",
  • "concept_class_id": "string",
  • "concept_synonym": [
    ],
  • "owner": {
    },
  • "contributors": [
    ]
}

Response samples

Content type
application/json
{
  • "message": "string",
  • "conceptId": 0,
  • "knowledgeObjectId": "string",
  • "knowledgeObjectVersionId": "string",
  • "source": "http://example.com",
  • "owner": {
    },
  • "payload": {
    },
  • "alreadyExists": true
}