# Pretectum ## Docs - [API Reference](https://docs.pretectum.io/api-reference.md): Explore the Pretectum API to programmatically access and search your data objects - [Get Access Token](https://docs.pretectum.io/api-reference/authentication/token.md): Exchange your client credentials for an access token to authenticate API requests - [List Business Areas](https://docs.pretectum.io/api-reference/business-areas/list.md): Retrieve the list of business areas accessible to your application - [Create Data Object](https://docs.pretectum.io/api-reference/dataobjects/create.md): Create a new data object (record) in a specific dataset - [Delete Data Object](https://docs.pretectum.io/api-reference/dataobjects/delete.md): Delete a data object (record) from a dataset - [List Data Objects](https://docs.pretectum.io/api-reference/dataobjects/list.md): Retrieve a paginated list of data objects within a specific dataset - [Search Data Objects](https://docs.pretectum.io/api-reference/dataobjects/search.md): Search across your master data objects using flexible query parameters - [Update Data Object](https://docs.pretectum.io/api-reference/dataobjects/update.md): Update an existing data object (record) in a dataset - [List Datasets](https://docs.pretectum.io/api-reference/datasets/list.md): Retrieve the list of datasets within a specific schema - [Get Schema](https://docs.pretectum.io/api-reference/schemas/get.md): Retrieve detailed information about a specific schema - [List Schemas](https://docs.pretectum.io/api-reference/schemas/list.md): Retrieve the list of schemas within a specific business area - [Working with Business Areas](https://docs.pretectum.io/guides/business-areas/overview.md): Learn how to retrieve and use business areas to organize your master data operations - [Managing Data Objects](https://docs.pretectum.io/guides/dataobjects/manage.md): Learn how to create, read, update, and delete data objects using the Pretectum API - [Searching Data Objects](https://docs.pretectum.io/guides/dataobjects/search.md): Learn how to search and retrieve master data objects using the Pretectum API - [Working with Datasets](https://docs.pretectum.io/guides/datasets/overview.md): Learn how to retrieve and use datasets to organize and filter your master data - [Working with Schemas](https://docs.pretectum.io/guides/schemas/overview.md): Learn how to retrieve and use schemas to understand your master data structure - [Introduction](https://docs.pretectum.io/index.md): Welcome to the Pretectum Developer Documentation ## OpenAPI Specs - [openapi](https://docs.pretectum.io/api-reference/openapi.json)