GET api/events/{Id}/log

Get logs for event

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of EventAction
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

PlanId

globally unique identifier

None.

ResourceId

globally unique identifier

None.

ReportId

globally unique identifier

None.

EventTime

date

None.

Processed

boolean

None.

Message

string

None.

Values

Dictionary of string [key] and Object [value]

None.

accesstoken

string

None.

BaseClass

string

None.

BaseClassJSON

string

None.

SequenceNumber

integer

None.

id

globally unique identifier

None.

ConfigId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EventId": "e2102b29-15ce-49b2-9416-81a625884c5e",
    "PlanId": "aeaef795-0243-417c-99f0-a2ece7260ce1",
    "ResourceId": "f4bebf14-56b9-4076-965a-3b5e1a34a310",
    "ReportId": "298f0f17-6dcc-48be-831d-30c583d70533",
    "EventTime": "2024-10-18T08:29:25.9416051+00:00",
    "Processed": true,
    "Message": "sample string 7",
    "Values": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "accesstoken": "sample string 8",
    "BaseClass": "sample string 9",
    "BaseClassJSON": "sample string 10",
    "SequenceNumber": 11,
    "id": "7295aa56-ef9a-4915-88b1-305b62b4268d",
    "ConfigId": "2a649851-28a4-49e5-bc8c-cabdd2b42971"
  },
  {
    "EventId": "e2102b29-15ce-49b2-9416-81a625884c5e",
    "PlanId": "aeaef795-0243-417c-99f0-a2ece7260ce1",
    "ResourceId": "f4bebf14-56b9-4076-965a-3b5e1a34a310",
    "ReportId": "298f0f17-6dcc-48be-831d-30c583d70533",
    "EventTime": "2024-10-18T08:29:25.9416051+00:00",
    "Processed": true,
    "Message": "sample string 7",
    "Values": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "accesstoken": "sample string 8",
    "BaseClass": "sample string 9",
    "BaseClassJSON": "sample string 10",
    "SequenceNumber": 11,
    "id": "7295aa56-ef9a-4915-88b1-305b62b4268d",
    "ConfigId": "2a649851-28a4-49e5-bc8c-cabdd2b42971"
  }
]