GET api/Diagnostics/EDDTaskDetails?eventAlertID={eventAlertID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventAlertID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

EventAlertDetails
NameDescriptionTypeAdditional information
EventAlertID

globally unique identifier

None.

EventAlertStatusID

globally unique identifier

None.

EventAlertStatusCode

string

None.

EventAlertStatusName

string

None.

EventAlertTypeID

globally unique identifier

None.

EventAlertTypeName

string

None.

ErrorCode

string

None.

ErrorMessage

string

None.

ErrorDescription

string

None.

TaskNumber

integer

None.

RowID

integer

None.

NumOccurences

integer

None.

EventAlertNotes

string

None.

CreatedDateTime

date

None.

TrnErrorsLink

string

None.

TrnLogsLink

string

None.

Response Formats

application/json, text/json

Sample:
{
  "EventAlertID": "bbe63678-c3e4-4c28-9685-af2963188cbf",
  "EventAlertStatusID": "38e7326a-f64a-412f-b143-0f21c6dca067",
  "EventAlertStatusCode": "sample string 3",
  "EventAlertStatusName": "sample string 4",
  "EventAlertTypeID": "072769f5-0946-415c-9db9-017b49cf6bc7",
  "EventAlertTypeName": "sample string 6",
  "ErrorCode": "sample string 7",
  "ErrorMessage": "sample string 8",
  "ErrorDescription": "sample string 9",
  "TaskNumber": 10,
  "RowID": 11,
  "NumOccurences": 12,
  "EventAlertNotes": "sample string 13",
  "CreatedDateTime": "2026-04-07T20:11:24.375085+10:00",
  "TrnErrorsLink": "sample string 15",
  "TrnLogsLink": "sample string 16"
}

application/xml, text/xml

Sample:
<EventAlertDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Diagnostics">
  <CreatedDateTime>2026-04-07T20:11:24.375085+10:00</CreatedDateTime>
  <ErrorCode>sample string 7</ErrorCode>
  <ErrorDescription>sample string 9</ErrorDescription>
  <ErrorMessage>sample string 8</ErrorMessage>
  <EventAlertID>bbe63678-c3e4-4c28-9685-af2963188cbf</EventAlertID>
  <EventAlertNotes>sample string 13</EventAlertNotes>
  <EventAlertStatusCode>sample string 3</EventAlertStatusCode>
  <EventAlertStatusID>38e7326a-f64a-412f-b143-0f21c6dca067</EventAlertStatusID>
  <EventAlertStatusName>sample string 4</EventAlertStatusName>
  <EventAlertTypeID>072769f5-0946-415c-9db9-017b49cf6bc7</EventAlertTypeID>
  <EventAlertTypeName>sample string 6</EventAlertTypeName>
  <NumOccurences>12</NumOccurences>
  <RowID>11</RowID>
  <TaskNumber>10</TaskNumber>
  <TrnErrorsLink>sample string 15</TrnErrorsLink>
  <TrnLogsLink>sample string 16</TrnLogsLink>
</EventAlertDetails>