Click or drag to resize

PFActivityLogHubGetActivityData Method

Gets the activity data for a specific operation type.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public List<PFActivityLogHubPFActivityLogGroupedResponse> GetActivityData(
	DateTimeOffset startTime,
	DateTimeOffset endTime,
	bool excludeTasks,
	string operationType,
	string groupBy
)

Parameters

startTime
Type: SystemDateTimeOffset
The start time.
endTime
Type: SystemDateTimeOffset
The end time.
excludeTasks
Type: SystemBoolean
if set to true [exclude tasks].
operationType
Type: SystemString
Type of the operation.
groupBy
Type: SystemString
The field to use gor grouping.

Return Value

Type: ListPFActivityLogHubPFActivityLogGroupedResponse
Exceptions
ExceptionCondition
AccessDeniedExceptionOnly Site admins can list activity log!
See Also