POST api/NotificationAPI/GetOperSendLogList

操作日志 CR

Request Information

URI Parameters

None.

Body Parameters

QuerySendLogInput
NameDescriptionTypeAdditional information
OperOb

string

None.

Subject

string

None.

beginDate

date

None.

endDate

date

None.

User_GID

globally unique identifier

None.

Name

string

None.

ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OperOb": "sample string 1",
  "Subject": "sample string 2",
  "beginDate": "2025-05-04T15:07:16.4812634+08:00",
  "endDate": "2025-05-04T15:07:16.4812634+08:00",
  "User_GID": "73558047-a6b4-4388-8cd9-50aeb5dfe7eb",
  "Name": "sample string 3",
  "ID": "sample string 4"
}

application/xml, text/xml

Sample:
<QuerySendLogInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Model">
  <ID>sample string 4</ID>
  <Name>sample string 3</Name>
  <OperOb>sample string 1</OperOb>
  <Subject>sample string 2</Subject>
  <User_GID>73558047-a6b4-4388-8cd9-50aeb5dfe7eb</User_GID>
  <beginDate>2025-05-04T15:07:16.4812634+08:00</beginDate>
  <endDate>2025-05-04T15:07:16.4812634+08:00</endDate>
</QuerySendLogInput>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QuerySendLogInput'.

Response Information

Resource Description

操作日志 CR

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>