ISearchTermsReportManagerGetReportURL Method

Relativity Search Terms Report Manager API
Builds the URL used for generating a report for a 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<string> GetReportURL(
	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: TaskString
Asynchronous response with the Search Terms Report's Report URL
Examples

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

Reference