Create Term Set

Create a new term set. Terms and domains are linked to term sets. The term set context text will be used to determine whether a term should be flagged in the text and what the term replacement should be.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
contextstringRequired
term_typeenum or nullOptional
context_polarityenum or nullOptional
termslist of objects or nullOptional
domain_idslist of strings or nullOptional

Response

Successful Response
idstringformat: "uuid"
contextstring
created_atdatetime
updated_atdatetime
term_typeenum or nullOptional
context_polarityenum or nullOptional
created_bystring or nullOptional
updated_bystring or nullOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error