Method GetSchedulingLog
GetSchedulingLog(String, SchedulingLogItemContract)
Get scheduling log
Declaration
SchedulingLogContract GetSchedulingLog(string connectionId, SchedulingLogItemContract filter)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
SchedulingLogItemContract | filter | Filtered scheduling log items, start and end date of scheduling log. |
Returns
Type | Description |
---|---|
SchedulingLogContract | List of scheduling log items. |
Remarks
Optional: Is End date empty. Delete from start date to end.
Examples
POST http://YourServerName/InfoShare/Json/Server/GetSchedulingLog
Example for get scheduling log.{
"connectionId": "e3b3b164-9b0b-4d00-9981-83fe4835df1a",
"filter": {
"StartDate": "2019-08-27T05:17:00",
"EndDate": "2019-08-28T05:17:01",
}
Response:
{
"GetSchedulingLogResult": {
"filter": {
"StartDate": "2019-08-27T05:17:00",
"EndDate": "2019-08-28T05:17:00",
"JobName": "MailQueue ",
"Executer": "0100a003-38a7-11d8-a902-0050bf427e8f",
"ServerName": "localhost"
}
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |