---
title: "Test Dynamix APIs"
slug: "panaya-testing-api-supported-entities-and-functions"
updated: 2024-11-06T14:25:01Z
published: 2024-11-06T14:25:01Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://success.panaya.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Test Dynamix APIs

Panaya provides powerful API capabilities that make it easy to extend Panaya's solution and integrate it with other testing and defect management tools already existing in your organization.

> [!WARNING]
> This document describes all supported entities and the available functions for Panaya Test Dynamix. [For our Test Automation APIs, click here](/v1/docs/automation-apis).

---

## **Get an API Key from Panaya**

All API functions will require an initial Login for the duration of the API session. Upon login, you will be given a temporary token. Sessions will expire within 15 minutes of idle time.

---

## **Supported Entities**

- **Transaction API** Send transaction name and receive the transaction test priority, according to Panaya’s Impact Analysis
- **Cycles API** Retrieve and manage Cycles metadata
- **Folder API** Retrieve and manage Folder metadata
- **Business Process API** Retrieve and manage Business Process metadata
- **Test API** Retrieve and manage Test metadata
- **Test Step API** Retrieve and manage Step metadata
- **Step Run API** Retrieve and manage Step Run details
- **Defect API** Retrieve and manage Defects
- **Requirements API** Retrieve and manage requirements metadata

---

## **Available Functions**

- Get all – retrieves all entity details
- Get – retrieves specific entity details
- Post – Create a new entity
- Put – Edit existing entity

## Related

- [API Call Limits](/what-are-the-default-api-call-limits.md)
