GET api/LogEntry
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"ID": "1596ee00-2205-4e1f-883b-d32fe376e15e",
"Code": "sample string 2",
"Class": "sample string 3",
"Entity": "sample string 4",
"Method": "sample string 5",
"Values": "sample string 6",
"Description": "sample string 7",
"StackTrace": "sample string 8",
"LogDate": "2025-12-07T19:02:27.3106505+01:00"
},
{
"ID": "1596ee00-2205-4e1f-883b-d32fe376e15e",
"Code": "sample string 2",
"Class": "sample string 3",
"Entity": "sample string 4",
"Method": "sample string 5",
"Values": "sample string 6",
"Description": "sample string 7",
"StackTrace": "sample string 8",
"LogDate": "2025-12-07T19:02:27.3106505+01:00"
},
{
"ID": "1596ee00-2205-4e1f-883b-d32fe376e15e",
"Code": "sample string 2",
"Class": "sample string 3",
"Entity": "sample string 4",
"Method": "sample string 5",
"Values": "sample string 6",
"Description": "sample string 7",
"StackTrace": "sample string 8",
"LogDate": "2025-12-07T19:02:27.3106505+01:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfLogEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CGTAPI.Models">
<LogEntry>
<Class>sample string 3</Class>
<Code>sample string 2</Code>
<Description>sample string 7</Description>
<Entity>sample string 4</Entity>
<ID>1596ee00-2205-4e1f-883b-d32fe376e15e</ID>
<LogDate>2025-12-07T19:02:27.3106505+01:00</LogDate>
<Method>sample string 5</Method>
<StackTrace>sample string 8</StackTrace>
<Values>sample string 6</Values>
</LogEntry>
<LogEntry>
<Class>sample string 3</Class>
<Code>sample string 2</Code>
<Description>sample string 7</Description>
<Entity>sample string 4</Entity>
<ID>1596ee00-2205-4e1f-883b-d32fe376e15e</ID>
<LogDate>2025-12-07T19:02:27.3106505+01:00</LogDate>
<Method>sample string 5</Method>
<StackTrace>sample string 8</StackTrace>
<Values>sample string 6</Values>
</LogEntry>
<LogEntry>
<Class>sample string 3</Class>
<Code>sample string 2</Code>
<Description>sample string 7</Description>
<Entity>sample string 4</Entity>
<ID>1596ee00-2205-4e1f-883b-d32fe376e15e</ID>
<LogDate>2025-12-07T19:02:27.3106505+01:00</LogDate>
<Method>sample string 5</Method>
<StackTrace>sample string 8</StackTrace>
<Values>sample string 6</Values>
</LogEntry>
</ArrayOfLogEntry>