POST Api/Log/LogLMSCall
Request Information
URI Parameters
None.
Body Parameters
Log| Name | Description | Type | Additional information |
|---|---|---|---|
| LogId | integer |
None. |
|
| LogType | integer |
None. |
|
| Date | date |
None. |
|
| SourceMethod | string |
None. |
|
| Guid | string |
None. |
|
| Alias | string |
None. |
|
| Passport | string |
None. |
|
| QuestionId | integer |
None. |
|
| AttemptId | integer |
None. |
|
| StudentId | integer |
None. |
|
| ExamId | integer |
None. |
|
| AttemptNumber | integer |
None. |
|
| Message | string |
None. |
|
| StackTrace | string |
None. |
|
| CoreLessonStatus | string |
None. |
|
| CoreScoreRaw | decimal number |
None. |
|
| ServerName | string |
None. |
|
| AnswerInfo | string |
None. |
|
| Information | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LogId": 1,
"LogType": 2,
"Date": "2025-12-06T10:28:18.5971932-03:00",
"SourceMethod": "sample string 4",
"Guid": "sample string 5",
"Alias": "sample string 6",
"Passport": "sample string 7",
"QuestionId": 1,
"AttemptId": 1,
"StudentId": 1,
"ExamId": 1,
"AttemptNumber": 1,
"Message": "sample string 8",
"StackTrace": "sample string 9",
"CoreLessonStatus": "sample string 10",
"CoreScoreRaw": 1.0,
"ServerName": "sample string 11",
"AnswerInfo": "sample string 12",
"Information": "sample string 13"
}
application/xml, text/xml
Sample:
<Log xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SistemaDeAvaliacoes.LogManager.Domain"> <Alias>sample string 6</Alias> <AnswerInfo>sample string 12</AnswerInfo> <AttemptId>1</AttemptId> <AttemptNumber>1</AttemptNumber> <CoreLessonStatus>sample string 10</CoreLessonStatus> <CoreScoreRaw>1</CoreScoreRaw> <Date>2025-12-06T10:28:18.5971932-03:00</Date> <ExamId>1</ExamId> <Guid>sample string 5</Guid> <Information>sample string 13</Information> <LogId>1</LogId> <LogType>2</LogType> <Message>sample string 8</Message> <Passport>sample string 7</Passport> <QuestionId>1</QuestionId> <ServerName>sample string 11</ServerName> <SourceMethod>sample string 4</SourceMethod> <StackTrace>sample string 9</StackTrace> <StudentId>1</StudentId> </Log>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.