IStructuredAnalyticsManager. GetValidTasksAsync Method (Int32, Int32)

Structured Analytics API Documentation
Retrieves the tasks that are currently valid for the structured analytics set

Namespace:  Relativity.StructuredAnalytics.Services.Interfaces.StructuredAnalytics
Assembly:  Relativity.Threads.Services.Interfaces (in Relativity.Threads.Services.Interfaces.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

Task<ValidTaskResult> GetValidTasksAsync(
	int workspaceId,
	int sasArtifactId
)

Parameters

workspaceId
Type: System.Int32
The ID of the workspace for the structured analytics set
sasArtifactId
Type: System.Int32
The ID of the structured analytics set

Return Value

Type: Task< ValidTaskResult>
Result object representing the valid tasks for the structured analytics set
See Also

Reference