ISearchTermsReportManagerGetProgress Method

Relativity Search Terms Report Manager API
Gets build progress for the specified Search Terms Report

Namespace:  Relativity.SearchTermsReport.Interfaces
Assembly:  Relativity.SearchTermsReport.Interfaces (in Relativity.SearchTermsReport.Interfaces.dll) Version: 11.3.0.0
Syntax

C#
Task<ProgressResponse> GetProgress(
	int workspaceID,
	int searchTermsReportID
)

Parameters

workspaceID
Type: SystemInt32
Artifact ID of the workspace
searchTermsReportID
Type: SystemInt32
Artifact ID of the Search Terms Report to be executed

Return Value

Type: TaskProgressResponse
Asynchronous response with the Search Terms Report job progress details
Examples

https://<hostname>/Relativity.REST/api/Relativity.SearchTermsReport/workspace/<workspaceID>/SearchTermsReport/<searchTermsReportID>/getProgress
See Also

Reference