ESG
ESG Event
Get one event
GET
https://api.textreveal.com/v3/esg/events/{event_id}
Request
Parameters
event_id*uuidUnique identifier of the event
fields(string (enum))[]Fields to include in the response
Default: ["id", "case_id", "categories", "entity_id", "dashboard_url", "last_activity", "score", "start_date", "sub_categories", "summary", "title", "related_documents_count"]Values: "id", "case_id", "categories", "entity_id", "dashboard_url", "last_activity", "score", "start_date", "sub_categories", "summary", "title", "related_documents_count"
Response
Properties of the event
iduuidUnique identifier of the event.
Example: "e7c2464e-0dc8-441a-970b-0d23eeabe3d1"case_iduuidID of the case associated with the event.
Example: "5eb7182b-9b55-4f7a-b3e1-49062ee7cef9"categories(string (enum))[]List of categories assigned to the event.
Values: "E", "S", "G"entity_iduuidPermanent ID of the related entity.
dashboard_urluriLink to the event in SESAMm's Dashboard.
Example: "https://dashboards.textreveal.com/event/e7c2464e-0dc8-441a-970b-0d23eeabe3d1"last_activitydate-timeLast activity detected on the event. Correspond to the date of the newest document associated to the event.
scoreintegerIntensity score.
Range: [1, 5]start_datedate-timeEvent start date. Corresponds to the date of the oldest document associated to the event.
sub_categoriesstring[]List of sub-categories assigned to the event.
summarystring | nullSummary of the event.
titlestringTitle of the event.
Response
{
  "id": "e7c2464e-0dc8-441a-970b-0d23eeabe3d1",
  "case_id": "5eb7182b-9b55-4f7a-b3e1-49062ee7cef9",
  "categories": [
    "E"
  ],
  "entity_id": "00000000-0000-0000-0000-000000000000",
  "dashboard_url": "https://dashboards.textreveal.com/event/e7c2464e-0dc8-441a-970b-0d23eeabe3d1",
  "last_activity": "2025-04-09T14:15:54.000Z",
  "score": 2,
  "start_date": "2025-04-09T14:15:54.000Z",
  "sub_categories": [
    "string"
  ],
  "summary": "string",
  "title": "string",
  "related_documents_count": 43
}