This DTO has been removed as part of the Relativity Services API (RSAPI) Deprecation and is no longer supported. For more information and alternative APIs, see RSAPI deprecation process.

Relativity Application

A Relativity Application resource represents an application deployed into a Relativity workspace. You can use the REST API to read and query the already existing applications that have been imported from the Application Library or manually created. You can also interact with Relativity applications through the Services API. For general information about applications, see the Relativity Documentation site.

This page contains the following information:

GET method

You can use the GET method to retrieve all applications in a Relativity workspace or a single application. You can find a general overview of this functionality in Retrieve resources.

Retrieve all Relativity Applications in a workspace

You can retrieve a collection of all Applications in a workspace with a GET method.

Sample URL

The URL indicates that you are retrieving a collection of Relativity Application resources. You don't need to provide a body with this GET request.

Copy
/Relativity.REST/Workspace/1014823/Relativity Application

Response

Retrieve a single Application

When you retrieve a single Relativity Application, you must supply a unique identifier (such as a GUID or ArtifactID) for the resource.

Sample URL

The URL contains the identifier for a Relativity Application resource. You don't need to provide a body with a GET request.

Copy
/Relativity.REST/Workspace/1014823/Relativity Application/<Artifact ID/GUID>

Response

POST method

You can use the POST method to perform complex queries for Relativity Applications. For detailed information about Relativity REST API query syntax, see Perform queries.

Query for a Application resource

You can set conditions used to query for a Relativity Application resource.

Sample URL

Copy
/Relativity.REST/Workspace/1017955/Relativity Application/QueryResult

Request

Response