QMetry: Fetch Test Suite Details
qmetry_fetch_test_suite_detailsRetrieve complete QMetry test suite details, including custom UDF field values and metadata, to inspect or prepare for updates.
Instructions
Fetch full detail data for a QMetry test suite including UDF field values
Toolset: Test Suites
Parameters:
projectKey (string): Project key - unique identifier for the project (default: "default")
baseUrl (string): The base URL for the QMetry instance (must be a valid URL)
id (number) required: Test Suite ID (numeric ID)
scope (string): Scope of the operation - defines the context for data retrieval. Common values: 'project' (default), 'folder', 'release', 'cycle'. Applies to any entity type being fetched or operated upon. (default: "project")
Output Description: JSON object with full test suite details including UDFTypeData map and all UDF field values
Use Cases: 1. Get UDF field values for a specific test suite 2. Retrieve full test suite metadata including custom fields 3. Inspect test suite details before updating UDF values
Examples:
Fetch details for test suite with ID 142013
{
"id": 142013
}Expected Output: Full test suite detail object with UDFTypeData, UDF field values, and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test Suite ID (numeric ID) | |
| scope | No | Scope of the operation - defines the context for data retrieval. Common values: 'project' (default), 'folder', 'release', 'cycle'. Applies to any entity type being fetched or operated upon. | project |
| baseUrl | No | The base URL for the QMetry instance (must be a valid URL) | |
| projectKey | No | Project key - unique identifier for the project | default |