GET api/Performance/GetEventLog?idcust={idcust}&gidObject={gidObject}&EntityIDent={EntityIDent}&keystr={keystr}&pageIndex={pageIndex}&pageSize={pageSize}
Retreive logged events for entity
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcust |
WorkSpace ID |
integer |
Required |
| gidObject |
Filter for specific EntityIDent ID (action,set,user...) |
globally unique identifier |
Required |
| EntityIDent |
Events logged for... |
enTablesLink |
Required |
| keystr |
Filter for specific KeyString - mostly MessageID/Transaction ID *optional, default empty |
string |
None. |
| pageIndex | integer |
None. |
|
| pageSize | integer |
None. |
|
| api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
Collection of TWELog| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IDCust | integer |
None. |
|
| EntityIDent | enTablesLink |
Required |
|
| GIDObject | globally unique identifier |
Data type: Text |
|
| KeyStr | string |
String length: inclusive between 0 and 128 |
|
| EventType | enLogEventType |
Required |
|
| EventState | enLogEventState |
Required |
|
| DatStart | date |
None. |
|
| DatStop | date |
None. |
|
| ValueInt | integer |
None. |
|
| ValueStr | string |
None. |
|
| ValueJson | string |
None. |
|
| DatCreated | date |
None. |
|
| IDUsr | string |
Max length: 128 String length: inclusive between 0 and 128 |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"IDCust": 1,
"EntityIDent": 0,
"GIDObject": "cbcfb115-ac69-4f8a-83de-4d6064bc0705",
"KeyStr": "sample string 2",
"EventType": 1,
"EventState": 10,
"DatStart": "2025-10-30T22:59:27.5956842+01:00",
"DatStop": "2025-10-30T22:59:27.5956842+01:00",
"ValueInt": 1,
"ValueStr": "sample string 3",
"ValueJson": "sample string 4",
"DatCreated": "2025-10-30T22:59:27.5956842+01:00",
"IDUsr": "sample string 6"
},
{
"ID": 1,
"IDCust": 1,
"EntityIDent": 0,
"GIDObject": "cbcfb115-ac69-4f8a-83de-4d6064bc0705",
"KeyStr": "sample string 2",
"EventType": 1,
"EventState": 10,
"DatStart": "2025-10-30T22:59:27.5956842+01:00",
"DatStop": "2025-10-30T22:59:27.5956842+01:00",
"ValueInt": 1,
"ValueStr": "sample string 3",
"ValueJson": "sample string 4",
"DatCreated": "2025-10-30T22:59:27.5956842+01:00",
"IDUsr": "sample string 6"
}
]