GET UserCourse/GetAuditLog?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AuditLogPO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Key | string |
None. |
|
| Type | integer |
None. |
|
| Name | string |
None. |
|
| AuditorId | integer |
None. |
|
| Auditorname | string |
None. |
|
| Auditopinion | string |
None. |
|
| Aauditortime | date |
None. |
|
| State | integer |
None. |
|
| AauditorTimeShow | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Key": "sample string 2",
"Type": 3,
"Name": "sample string 4",
"AuditorId": 5,
"Auditorname": "sample string 6",
"Auditopinion": "sample string 7",
"Aauditortime": "2026-04-13T13:46:41.221598+08:00",
"State": 9,
"AauditorTimeShow": "2026-04-13 13:46:41"
},
{
"Id": 1,
"Key": "sample string 2",
"Type": 3,
"Name": "sample string 4",
"AuditorId": 5,
"Auditorname": "sample string 6",
"Auditopinion": "sample string 7",
"Aauditortime": "2026-04-13T13:46:41.221598+08:00",
"State": 9,
"AauditorTimeShow": "2026-04-13 13:46:41"
}
]
application/xml, text/xml
Sample:
<ArrayOfAuditLogPO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.PO.Background">
<AuditLogPO>
<Aauditortime>2026-04-13T13:46:41.221598+08:00</Aauditortime>
<Auditopinion>sample string 7</Auditopinion>
<AuditorId>5</AuditorId>
<Auditorname>sample string 6</Auditorname>
<Id>1</Id>
<Key>sample string 2</Key>
<Name>sample string 4</Name>
<State>9</State>
<Type>3</Type>
</AuditLogPO>
<AuditLogPO>
<Aauditortime>2026-04-13T13:46:41.221598+08:00</Aauditortime>
<Auditopinion>sample string 7</Auditopinion>
<AuditorId>5</AuditorId>
<Auditorname>sample string 6</Auditorname>
<Id>1</Id>
<Key>sample string 2</Key>
<Name>sample string 4</Name>
<State>9</State>
<Type>3</Type>
</AuditLogPO>
</ArrayOfAuditLogPO>