Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Call Type
Sample URL
Output
GET/ws/rest/v1/conceptReturns a list of top 50 (whatever is configured in global propertiessettings (formerly Global Properties from 1.8 downwards)) concepts with uuid, display and links
GET/ws/rest/v1/concept?v=custom:(uuid,name)Returns a list of top 50 (whatever is configured in global propertiessettings (formerly Global Properties from 1.8 downwards)) concepts
GET/ws/rest/v1/concept/cbec024a-8bb4-4fcc-b59b-c7b706bb432e

Returns full description of a concept, including:
uuid, name, display, datatype, conceptClass, set, version, retired, names, mappings, etc.

GET/ws/rest/v1/concept?q=YesReturns list of concepts matching "Yes" with uuid, display and links
GET/ws/rest/v1/concept?q=COUGH&v=custom:(uuid,name)

Returns list of concepts matching "COUGH" with uuid and name

...