Production
The Production APIs provide the operations for working with productions. Overall, the service is designed to help you integrate Relativity productions with other business processes, applications, and tools.
This page aims to collect and centralize any useful information on the Production business domain.
Current Production API content
.NET API
- Production Data Source Manager (.NET)
- Production Manager (.NET)
- Production Placeholder Manager (.NET)
- Production Queue Manager (.NET)
- Re-production Job Manager (.NET)
REST services
- Production Data Source Manager (REST)
- Production Manager (REST)
- Production Placeholder Manager (REST)
- Production Queue Manager (REST)
- Re-production Job Manager (REST)
Version History
v12.6.1
Release Notes
- Added GetProductionPreviewAsync endpoint to Relativity.Productions.Services.V1.IProductionManager
- Added GetProductionWorkloadAsync endpoint to Relativity.Productions.Services.V1.IProductionManager
- Added a v2 copy Of IProductionDataSourceManager and IProductionManager
- Added Kepler Serializer for V2 Numbering objects
- Added PDF to production placeholder type
- Added PDF to production data source
- Added PDF to V1 PlaceholderType enum
- Added Copied status to RedactDocumentStatus enum
- Added DocumentsWithPdfs, PdfsRedacted, PdfsRemaining, PdfsErrored properties to the V2.DTOs.ProductionProgress model.
- Added DocumentsWithPdfs properties to the V2.DTOs.ProductionMetadata model.
- Updated the V2 IProductionDataSourceManager API contracts to include Native Redact specific fields.
- Updated the V2 ProductionProgress DTO to include fields for native redaction progress.
- Updated the RedactDocumentResult model to also store file size in bytes.
- Updated route and method name to GetCustomPlaceholderTextAsync
- Fixed file size field for native redacted files
- Updated PdfsRedacted to be PdfsBranded.
- Removed PDF from PlaceholderType enum
Supported Relativity Version Range
Lowest Version | Highest Version |
---|---|
12.1.158.12 | Latest |
Supported RAP Version Range
Lowest Version | Highest Version |
---|---|
14.1.2 | Latest |
v12.1.13
Release Notes
- Contains Production Numbering serializer for V1 endpoints.
Supported Relativity Version Range
Lowest Version | Highest Version |
---|---|
12.1.158.12 | Latest |
Supported RAP Version Range
Lowest Version | Highest Version |
---|---|
12.1.16 | Latest |
v12.1.11
Release Notes
- The Production API is now versioned. The namespaces have been updated to include the business domain and version number, as exemplified by Services.V1.IProductionManager. The URLs used through REST also include these updates, as exemplified by relativity-productions/v1.
- The Production Manager API includes the following new methods: CancelReproductionJobAsync(), CreateSingleAsync(), DeleteSingleAsync(), GetAllAsync(), GetProductionImagesAsync(), GetProductionImagesTokenAsync(), ReadSingleAsync(), RerunProductionAsync(), RunProductionAsync(), and StageProductionAsync().
- The Production Data Source Manager API includes the new GetProductionDataSourceDefaultFieldValues() method.
- The Production Placeholder Manager API includes the new GetProductionPlaceholderDefaultFieldValues() method.
- The new Production Queue Manager API exposes methods used to cancel a single or multiple production jobs, to retry multiple jobs, and to set the priority for them.
Supported Relativity Version Range
Lowest Version | Highest Version |
---|---|
12.1.0.0 | Latest |
Supported RAP Version Range
Lowest Version | Highest Version |
---|---|
12.1.2 | Latest |