Method DeleteSchedulingLog
DeleteSchedulingLog(String, SchedulingLogItemContract)
Delete scheduling log
Declaration
void DeleteSchedulingLog(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. |
Remarks
- You need "Access to delete scheduling log" access right (7F2B73D7-40A2-4605-BB42-CB7E29949C3A). See also GetUserAdminAccessRights(String, String)
Examples
POST http://YourServerName/InfoShare/Json/Server/DeleteSchedulingLog
Example for delete scheduling log.{
"connectionId": "e3b3b164-9b0b-4d00-9981-83fe4835df1a",
"filter": {
"StartDate": "2019-08-27T05:17:00",
"EndDate": "2019-08-28T05:19:01",
}
Response:
{ }
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) |
ServiceException | Not enough rights ({accessOperationName}, {accessOperationId}) (10071) |