Relativity API Helpers

The Relativity API Helpers include interfaces that you can program against when developing agents, custom pages, and event handlers. They provide the ability to write common code for sharing across these extensibility points, simplifying your development processes and facilitating code reusability. You can use the Relativity API Helpers to perform these tasks in your custom code:

  • Obtain a database context for performing CRUD and other operations.
  • Build URLs for accessing custom pages.
  • Obtain information for the currently logged in user, such as name, email address, and user ArtifactID.

You can also review the code samples for agents, custom pages, and event handlers, which use the API Helper classes for establishing database connections.

See these related pages: