# What's new in v4?

### :star2:[Bulk requests](https://api-docs.rightsline.com/batch/create)

Bulk requests are now available!:tada:&#x20;

You are now able to retrieve, create, modify, and delete up to 100 records/relationships with a single API request.  You are also able to execute workflow actions on up to 100 records with a single request.  Simply [create a batch request](https://api-docs.rightsline.com/batch/create) with the desired record IDs, and then [retrieve the batch](https://api-docs.rightsline.com/batch/retrieve) to return the requested records.

### :rewind: [Audit History](https://api-docs.rightsline.com/entities/deal/audit-history#get-deal-audit-history)

We have added the ability to retrieve audit history for any record in Rightsline, as well as get specific details about what value was changed for each audit history entry.

### :currency\_exchange:[Currency conversion](https://api-docs.rightsline.com/config/currency-conversion-sept-16)&#x20;

It is now possible to [create](https://api-docs.rightsline.com/config/currency-conversion-sept-16/currency-conversion-create), [read](https://api-docs.rightsline.com/config/currency-conversion-sept-16/currency-conversion-retrieve), [update](https://api-docs.rightsline.com/config/currency-conversion-sept-16/currency-conversion-update), and [delete ](https://api-docs.rightsline.com/config/currency-conversion-sept-16/currency-conversion-delete)currency conversion configurations via the API. &#x20;

### :frame\_photo:[Key art](https://api-docs.rightsline.com/entities/catalog-item/update-catalog-item-key-art)

You are now able to [update](https://api-docs.rightsline.com/entities/catalog-item/update-catalog-item-key-art) and [delete ](https://api-docs.rightsline.com/entities/catalog-item/delete-catalog-item-key-art)the key art for [catalog](https://api-docs.rightsline.com/entities/catalog-item/update-catalog-item-key-art) and [inventory](https://api-docs.rightsline.com/entities/inventory/update-an-inventory-key-art) records.

### :information\_source:[Additional template endpoints](https://api-docs.rightsline.com/entities/catalog-item/retrieve-catalog-item-draft-templates)

We have added additional endpoints to be able to retrieve more information about template configuration. &#x20;

* [**Draft templates**](https://api-docs.rightsline.com/entities/catalog-item/retrieve-catalog-item-draft-templates) - Retrieve draft templates for an entity. The draft template IDs in the response can be used to execute workflow actions that create a document (see [below](#execute-document-workflow-action)).
* [ **Retrieve a specific template by ID**](https://api-docs.rightsline.com/config/templates) - In addition to retrieving all configuration templates for a given char type, you can now specify the ID of a specific template to retrieve even more details, such as parent and child related templates, and any associated parties.
* [**Retrieve a specific field on a template**](https://api-docs.rightsline.com/config/templates) - You are also now able to retrieve details about a specific characteristic on a template.

### :toolbox:[Execute document workflow action](https://api-docs.rightsline.com/workflow/execute-document-workflow-action)

Execute workflow actions that create a document using our new execute document workflow action endpoints.

### :arrow\_up:[Upload files larger than 10mb](https://api-docs.rightsline.com/entities/file/file-create)

In v4 of the Rightsline API, we now allow larger file uploads exceeding the previous 10mb limit.  See an example of how to upload a file [here](https://api-docs.rightsline.com/entities/file/file-create#example-upload-a-file).

### 🔠[Add/remove pick list values](https://api-docs.rightsline.com/config/lists)

Add or remove values from master value lists and pick lists.
