# Parallel Developer Documentation **Legacy – v1.x**

This is documentation for Parallel Developer Documentation **Legacy – v1.x**, which is no longer actively maintained.

For up-to-date documentation, see the **[latest version](https://developer.parallelmarkets.com/docs/server/case-management-api/migration-guide)** (Current – v2.x).

Version: Legacy – v1.x

## Overview

The Case Management API is part of the Case Management product offered by Parallel Markets. This guide is intended to be used by existing partners who have integrated with the [Identity](https://developer.parallelmarkets.com/docs/1.x/server/identity-api) and/or [Accreditation](https://developer.parallelmarkets.com/docs/1.x/server/accreditations-api) APIs and are looking to migrate to the Case Management API.

New partners will have access to the Case Management product by default and should integrate with this API instead of Accreditation/Identity (Case Management provides all the functionality of those APIs and more).

## Case Management Access

All endpoints listed are only available to partners who have subscribed to the Case Management product. If you are a brand new partner, you will already have access to the Case Management product. If you are an existing partner and are interested in upgrading to the Case Management product, please [contact sales](/content/contact/index.html).

### Integrating with the Case Management API

Certain use cases previously supported by the Identity and Accreditations API are supported by the single Case Management API. For example, obtaining a subject's current identity information and accreditation status can be done with a single API call to the [Retrieve a record](https://developer.parallelmarkets.com/docs/1.x/server/case-management-api/records/get) endpoint.

The same `id` that is used to call the existing Identity and Accreditation APIs can be used to call the Case Management API's. For example, the `id` used in a call to the `/v1/identity/{id}` Identity API endpoint can be used to call to the `/v1/partner-records/{id}` Case Management API endpoint.

| Use Case | Identity API | Accreditation API | Case Management API |
| --- | --- | --- | --- |
| Obtain subject's identity-related information | ✅ | ❌ | ✅ |
| Obtain subject's accreditation status | ❌ | ✅ | ✅ |
| Obtain risk match information | ✅ | ❌ | ✅ |
| Obtain a history of changes to a subject's record | ❌ | ❌ | ✅ |
