# GetDiagnosticTestSystemResponse

Model ID: `GetDiagnosticTestSystemResponse`

`GET /diagnostic-tests/test-systems/{test_system_id}` — a test system + tests using it.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `test_system` | `object` | Yes |  |  |  | No | The test system node's raw properties. |
| `tests` | array of [`DiagnosticTest`](./DiagnosticTest.md) | Yes |  |  |  | No | Diagnostic tests that use this test system. |
| `total` | `integer` | Yes |  |  |  | No | Number of tests in this response. |

## Example

None declared in canonical OpenAPI.
