education www.recognia.com
recognia/api/education?eti=13

Get educational material for a specific term or technical event type, or for a set of topics.

This call returns an XML document which may include an <image> tag containing an image id. Use this image id value when calling image to retrieve the graphic that supports the educational material.

Parameters
Name Type Required Default Description
eti Integer conditional The Id of the event type for which educational material will be returned.
tmi Integer conditional The Id of the term for which a definition will be returned.
tpg String conditional The identifier for a group of topics for which educational material will be returned. Valid values are all, terms, events, classic, shortTerm, indicators, oscillators.
lang String false en Specify the language of the events returned. Possible language codes are: 'en' (English) and 'fr' (French).

Return
If successful, a <list count="" type="topic"> is returned containing the requested <topic> child tags. If unsuccessful, then the list will be empty with count="0". Check the <errors> tag in the <header>. The call could be unsuccessful because the calling user could not be authenticated, the event type id or term is invalid or was not passed, or there was an internal Recognia error. In the event of an internal error, Recognia is notified immediately.