# Data API (Version 2)

By using this API you can get data with pagination, and you can create, update and delete elements in Symbio.

## Delete the element with the specified id

 - [DELETE /{storagecollection}/{tenant}/_api/v2/data/elements/{id}](https://developer.celonis.com/cpm/developer/openapi/openapi/data-api-(version-2)/datav2_delete.md)

## Gets the element with the specified id

 - [GET /{storagecollection}/{tenant}/_api/v2/data/elements/{id}](https://developer.celonis.com/cpm/developer/openapi/openapi/data-api-(version-2)/datav2_getbyid.md)

## Gets elements with pagination

 - [GET /{storagecollection}/{tenant}/_api/v2/data/elements](https://developer.celonis.com/cpm/developer/openapi/openapi/data-api-(version-2)/datav2_get.md)

## Creates the posted element.

 - [POST /{storagecollection}/{tenant}/_api/v2/data/elements](https://developer.celonis.com/cpm/developer/openapi/openapi/data-api-(version-2)/datav2_post.md)

