ESG

ESG Event

Get one event

GET
https://api.textreveal.com/v3/esg/events/{event_id}

Request

Parameters

  • event_id*uuid

    Unique 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

Response - 200

Properties of the event

  • iduuid

    Unique identifier of the event.

    Example: "e7c2464e-0dc8-441a-970b-0d23eeabe3d1"
  • case_iduuid

    ID 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_iduuid

    Permanent ID of the related entity.

  • dashboard_urluri

    Link to the event in SESAMm's Dashboard.

    Example: "https://dashboards.textreveal.com/event/e7c2464e-0dc8-441a-970b-0d23eeabe3d1"
  • last_activitydate-time

    Last activity detected on the event. Correspond to the date of the newest document associated to the event.

  • scoreinteger

    Intensity score.

    Range: [1, 5]
  • start_datedate-time

    Event 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 | null

    Summary of the event.

  • titlestring

    Title 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
}