Skip to main content
Version: v0.18.0

RelativitySendQuery

Alias:RelativitySendQuery

Output:Array<T>

Query for Workspaces, Documents, RDOs and System Types

ParameterTypeRequiredPositionDefault ValueExampleSummary
Workspaceint or string✔1The Workspace to query. You can provide either the Artifact Id or the name
Conditionstring✔2('Email From' IN ['Test0@Test.com','Test1@Test.com'])The query condition See Relativity's developer documentation for more details
Fieldsarray<int> or array<string>3Just ArtifactIdThe fields to return. The ArtifactId field is always returned. You can provide either the ArtifactId or the name
ArtifactTypeArtifactType or intDocument (10)The Artifact type to query
Lengthint100Max number of results to return in this query call.
SortArtifactIdintDo not sortArtifactId of the field to sort by
SortDirectionSortEnumAscendingDirection to sort by
Startint01-based index of first document in query results to retrieve