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

Tab

A Tab resource represents a Relativity workspace tab. Operations with admin tabs are not supported. You can use the REST API to read and query tabs. You can also interact with tabs through the Services API. For general information about tabs, see Tabs on the Relativity Documentation site.

This page contains the following information:

GET method

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

Retrieve all workspace Tabs

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

Sample URL

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

Copy
/Relativity.REST/Workspace/1014823/Tab

Response

Retrieve a single Tab

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

Sample URL

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

Copy

/Relativity.REST/Workspace/1014823/Tab/<Artifact ID/GUID>

Response

POST method

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

Query for a Tab resource

You can set conditions used to query for a Tab resource.

Sample URL

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

Request

Response