Good morning/afternoon.
I'm not very familiar with the Rest API and currently I’m developing a project that will automate some events in my workspace, and I'm having a hard time retrieving the full description of an event from a request. I can get the short description, the custom fields, and basically every other piece of data I've looked for — but I can't retrieve the full description.
I've already tried the following (and other similar) requests:
/assystREST/v2/events/{event_id}
/assystREST/v2/events/{event_id}?fields=customFields,customFields.singleSelectValue,customFields.systemLookupValue,customFields.multiSelectValues
I also know it's probably not under actions, but I tried this as well:
/assystREST/v2/actions?eventId={event_id}
At the image you can see what I’m looking for.

Thank you in advance for your support.