How to get a fixlet description via query

(imported topic written by RobG1)

Can someone tell me how to get description field for a fixlet? I cannot figure out what it might be called. I tried description and pulling via a comment,

/api/query?relevance= (name of it, texts of comments of it) of bes fixlet whose (id of it is 2014032802) . This actually runs, but does not return any fixlet information. What I really want is the supersedes note at the beginning of the description (assuming it exists), “Note: RHSA-2014:0475 supersedes this errata”. I tried using a note and notes keyword since the inspector shows a Note(s) field for a fixlet, but that fails too with “notes” is not defined.

(imported comment written by BrianPGreen)

The "body of " inspector will return the HTML description of the fixlet. For example:

( name of it, body of it ) of bes fixlets whose ( … )

(imported comment written by RobG1)

Getting closer, thank you Brian. Your post let me to “message of it” which returns just the message and not other information like the link actions. Does anyone know how to have IEM return a string without the HTML tags?