Tricentis Analytics API

The Tricentis Analytics OData v4 API exposing quality-engineering entity sets — projects, releases, builds, defects, folders, execution summaries, test runs, run logs, requirements and traceability links — for BI and reporting tools.

OpenAPI Specification

tricentis-qtest-analytics-openapi.json Raw ↑
{
  "openapi": "3.0.2",
  "info": {
    "title": "Tricentis Analytics (Tech Review)",
    "description": "Tricentis Analytics OData APIs",
    "version": ""
  },
  "servers": [
    {
      "url": "https://u8.analytics.api.tricentis.com/odata/v4/38549"
    }
  ],
  "tags": [
    {
      "name": "bridgerequirementsetlinks"
    },
    {
      "name": "builds"
    },
    {
      "name": "defects"
    },
    {
      "name": "defecttestrunlogs"
    },
    {
      "name": "executionsummaries"
    },
    {
      "name": "folderhierarchies"
    },
    {
      "name": "folders"
    },
    {
      "name": "latesttestrunstatuses"
    },
    {
      "name": "latestrunlogs"
    },
    {
      "name": "projects"
    },
    {
      "name": "releases"
    },
    {
      "name": "requirementreleases"
    },
    {
      "name": "requirements"
    },
    {
      "name": "requirementsets"
    },
    {
      "name": "requirementtestcases"
    },
    {
      "name": "testcases"
    },
    {
      "name": "testrunlogs"
    },
    {
      "name": "testruns"
    },
    {
      "name": "testsuites"
    },
    {
      "name": "users"
    }
  ],
  "paths": {
    "/bridgerequirementsetlinks": {
      "get": {
        "summary": "Get entities from bridgerequirementsetlinks",
        "tags": [
          "bridgerequirementsetlinks"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/top"
          },
          {
            "$ref": "#/components/parameters/skip"
          },
          {
            "$ref": "#/components/parameters/search"
          },
          {
            "name": "$filter",
            "description": "Filter items by property values, see [Filtering](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionfilter)",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "$ref": "#/components/parameters/count"
          },
          {
            "name": "$orderby",
            "description": "Order items by property values, see [Sorting](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby)",
            "in": "query",
            "explode": false,
            "schema": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "enum": [
                  "id",
                  "id desc",
                  "clientid",
                  "clientid desc",
                  "projectid",
                  "projectid desc",
                  "parentrequirementid",
                  "parentrequirementid desc",
                  "parentrequirementsetid",
                  "parentrequirementsetid desc",
                  "actualrequirementsetid",
                  "actualrequirementsetid desc",
                  "weight",
                  "weight desc",
                  "createdtimestamp",
                  "createdtimestamp desc",
                  "creator",
                  "creator desc",
                  "lastmodifiedtimestamp",
                  "lastmodifiedtimestamp desc",
                  "lastmodifieduser",
                  "lastmodifieduser desc",
                  "ssor",
                  "ssor desc",
                  "extrainfo",
                  "extrainfo desc",
                  "customfields",
                  "customfields desc"
                ]
              }
            }
          },
          {
            "name": "$select",
            "description": "Select properties to be returned, see [Select](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionselect)",
            "in": "query",
            "explode": false,
            "schema": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "enum": [
                  "id",
                  "clientid",
                  "projectid",
                  "parentrequirementid",
                  "parentrequirementsetid",
                  "actualrequirementsetid",
                  "weight",
                  "createdtimestamp",
                  "creator",
                  "lastmodifiedtimestamp",
                  "lastmodifieduser",
                  "ssor",
                  "extrainfo",
                  "customfields"
                ]
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Retrieved entities",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "Collection of bridgerequirementsetlink",
                  "properties": {
                    "@odata.count": {
                      "$ref": "#/components/schemas/count"
                    },
                    "value": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.bridgerequirementsetlink"
                      }
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/error"
          }
        }
      }
    },
    "/bridgerequirementsetlinks({id})": {
      "parameters": [
        {
          "description": "key: id",
          "in": "path",
          "name": "id",
          "required": true,
          "schema": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          }
        }
      ],
      "get": {
        "summary": "Get entity from bridgerequirementsetlinks by key",
        "tags": [
          "bridgerequirementsetlinks"
        ],
        "parameters": [
          {
            "name": "$select",
            "description": "Select properties to be returned, see [Select](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionselect)",
            "in": "query",
            "explode": false,
            "schema": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "enum": [
                  "id",
                  "clientid",
                  "projectid",
                  "parentrequirementid",
                  "parentrequirementsetid",
                  "actualrequirementsetid",
                  "weight",
                  "createdtimestamp",
                  "creator",
                  "lastmodifiedtimestamp",
                  "lastmodifieduser",
                  "ssor",
                  "extrainfo",
                  "customfields"
                ]
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Retrieved entity",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.bridgerequirementsetlink"
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/error"
          }
        }
      }
    },
    "/builds": {
      "get": {
        "summary": "Get entities from builds",
        "tags": [
          "builds"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/top"
          },
          {
            "$ref": "#/components/parameters/skip"
          },
          {
            "$ref": "#/components/parameters/search"
          },
          {
            "name": "$filter",
            "description": "Filter items by property values, see [Filtering](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionfilter)",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "$ref": "#/components/parameters/count"
          },
          {
            "name": "$orderby",
            "description": "Order items by property values, see [Sorting](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby)",
            "in": "query",
            "explode": false,
            "schema": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "enum": [
                  "id",
                  "id desc",
                  "uiid",
                  "uiid desc",
                  "clientid",
                  "clientid desc",
                  "projectid",
                  "projectid desc",
                  "releaseid",
                  "releaseid desc",
                  "name",
                  "name desc",
                  "note",
                  "note desc",
                  "status",
                  "status desc",
                  "createdtimestamp",
                  "createdtimestamp desc",
                  "creator",
                  "creator desc",
                  "lastmodifiedtimestamp",
                  "lastmodifiedtimestamp desc",
                  "lastmodifieduser",
                  "lastmodifieduser desc",
                  "buildtimestamp",
                  "buildtimestamp desc",
                  "ssor",
                  "ssor desc",
                  "extrainfo",
                  "extrainfo desc",
                  "customfields",
                  "customfields desc"
                ]
              }
            }
          },
          {
            "name": "$select",
            "description": "Select properties to be returned, see [Select](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionselect)",
            "in": "query",
            "explode": false,
            "schema": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "enum": [
                  "id",
                  "uiid",
                  "clientid",
                  "projectid",
                  "releaseid",
                  "name",
                  "note",
                  "status",
                  "createdtimestamp",
                  "creator",
                  "lastmodifiedtimestamp",
                  "lastmodifieduser",
                  "buildtimestamp",
                  "ssor",
                  "extrainfo",
                  "customfields"
                ]
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Retrieved entities",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "Collection of build",
                  "properties": {
                    "@odata.count": {
                      "$ref": "#/components/schemas/count"
                    },
                    "value": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.build"
                      }
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/error"
          }
        }
      }
    },
    "/builds({id})": {
      "parameters": [
        {
          "description": "key: id",
          "in": "path",
          "name": "id",
          "required": true,
          "schema": {
            "anyOf": [
              {
                "type": "integer"
              },
              {
                "type": "string"
              }
            ],
            "format": "int64",
            "example": "42",
            "nullable": true
          }
        }
      ],
      "get": {
        "summary": "Get entity from builds by key",
        "tags": [
          "builds"
        ],
        "parameters": [
          {
            "name": "$select",
            "description": "Select properties to be returned, see [Select](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionselect)",
            "in": "query",
            "explode": false,
            "schema": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "enum": [
                  "id",
                  "uiid",
                  "clientid",
                  "projectid",
                  "releaseid",
                  "name",
                  "note",
                  "status",
                  "createdtimestamp",
                  "creator",
                  "lastmodifiedtimestamp",
                  "lastmodifieduser",
                  "buildtimestamp",
                  "ssor",
                  "extrainfo",
                  "customfields"
                ]
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Retrieved entity",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.build"
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/error"
          }
        }
      }
    },
    "/defects": {
      "get": {
        "summary": "Get entities from defects",
        "tags": [
          "defects"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/top"
          },
          {
            "$ref": "#/components/parameters/skip"
          },
          {
            "$ref": "#/components/parameters/search"
          },
          {
            "name": "$filter",
            "description": "Filter items by property values, see [Filtering](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionfilter)",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "$ref": "#/components/parameters/count"
          },
          {
            "name": "$orderby",
            "description": "Order items by property values, see [Sorting](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby)",
            "in": "query",
            "explode": false,
            "schema": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "enum": [
                  "id",
                  "id desc",
                  "masterid",
                  "masterid desc",
                  "iscurrent",
                  "iscurrent desc",
                  "uiid",
                  "uiid desc",
                  "clientid",
                  "clientid desc",
                  "projectid",
                  "projectid desc",
                  "projectname",
                  "projectname desc",
                  "defectfolderid",
                  "defectfolderid desc",
                  "defectfoldername",
                  "defectfoldername desc",
                  "category",
                  "category desc",
                  "type",
                  "type desc",
                  "name",
                  "name desc",
                  "priority",
                  "priority desc",
                  "status",
                  "status desc",
                  "rootcause",
                  "rootcause desc",
                  "severity",
                  "severity desc",
                  "createddate",
                  "createddate desc",
                  "createdtimestamp",
                  "createdtimestamp desc",
                  "creator",
                  "creator desc",
                  "lastmodifieddate",
                  "lastmodifieddate desc",
                  "lastmodifiedtimestamp",
                  "lastmodifiedtimestamp desc",
                  "lastmodifieduser",
                  "lastmodifieduser desc",
                  "reason",
                  "reason desc",
                  "closeddate",
                  "closeddate desc",
                  "closedtimestamp",
                  "closedtimestamp desc",
                  "targetdate",
                  "targetdate desc",
                  "targettimestamp",
                  "targettimestamp desc",
                  "assigneduser",
                  "assigneduser desc",
                  "summary",
                  "summary desc",
                  "description",
                  "description desc",
                  "affectedbuildname",
                  "affectedbuildname desc",
                  "affectedreleasename",
                  "affectedreleasename desc",
                  "targetbuildname",
                  "targetbuildname desc",
                  "targetreleasename",
                  "targetreleasename desc",
                  "fixedbuildname",
                  "fixedbuildname desc",
                  "fixedreleasename",
                  "fixedreleasename desc",
                  "islinked",
                  "islinked desc",
                  "externalissueid",
                  "externalissueid desc",
                  "externalissuesummary",
                  "externalissuesummary desc",
                  "externalissuestatus",
                  "externalissuestatus desc",
                  "externalprojectid",
                  "externalprojectid desc",
                  "externalissuetype",
                  "externalissuetype desc",
                  "externalissueuniqueid",
                  "externalissueuniqueid desc",
                  "viewinggroupname",
                  "viewinggroupname desc",
                  "external_integration",
                  "external_integration desc",
                  "extrainfo",
                  "extrainfo desc",
                  "customfields",
                  "customfields desc",
                  "ssor",
                  "ssor desc",
                  "roweffectivedate",
                  "roweffectivedate desc",
                  "rowexpirationdate",
                  "rowexpirationdate desc"
                ]
              }
            }
          },
          {
            "name": "$select",
            "description": "Select properties to be returned, see [Select](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionselect)",
            "in": "query",
            "explode": false,
            "schema": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "enum": [
                  "id",
                  "masterid",
                  "iscurrent",
                  "uiid",
                  "clientid",
                  "projectid",
                  "projectname",
                  "defectfolderid",
                  "defectfoldername",
                  "category",
                  "type",
                  "name",
                  "priority",
                  "status",
                  "rootcause",
                  "severity",
                  "createddate",
                  "createdtimestamp",
                  "creator",
                  "lastmodifieddate",
                  "lastmodifiedtimestamp",
                  "lastmodifieduser",
                  "reason",
                  "closeddate",
                  "closedtimestamp",
                  "targetdate",
                  "targettimestamp",
                  "assigneduser",
                  "summary",
                  "description",
                  "affectedbuildname",
                  "affectedreleasename",
                  "targetbuildname",
                  "targetreleasename",
                  "fixedbuildname",
                  "fixedreleasename",
                  "islinked",
                  "externalissueid",
                  "externalissuesummary",
                  "externalissuestatus",
                  "externalprojectid",
                  "externalissuetype",
                  "externalissueuniqueid",
                  "viewinggroupname",
                  "external_integration",
                  "extrainfo",
                  "customfields",
                  "ssor",
                  "roweffectivedate",
                  "rowexpirationdate"
                ]
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Retrieved entities",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "Collection of defect",
                  "properties": {
                    "@odata.count": {
                      "$ref": "#/components/schemas/count"
                    },
                    "value": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.defect"
                      }
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/error"
          }
        }
      }
    },
    "/defects({id})": {
      "parameters": [
        {
          "description": "key: id",
          "in": "path",
          "name": "id",
          "required": true,
          "schema": {
            "anyOf": [
              {
                "type": "integer"
              },
              {
                "type": "string"
              }
            ],
            "format": "int64",
            "example": "42",
            "nullable": true
          }
        }
      ],
      "get": {
        "summary": "Get entity from defects by key",
        "tags": [
          "defects"
        ],
        "parameters": [
          {
            "name": "$select",
            "description": "Select properties to be returned, see [Select](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionselect)",
            "in": "query",
            "explode": false,
            "schema": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "enum": [
                  "id",
                  "masterid",
                  "iscurrent",
                  "uiid",
                  "clientid",
                  "projectid",
                  "projectname",
                  "defectfolderid",
                  "defectfoldername",
                  "category",
                  "type",
                  "name",
                  "priority",
                  "status",
                  "rootcause",
                  "severity",
                  "createddate",
                  "createdtimestamp",
                  "creator",
                  "lastmodifieddate",
                  "lastmodifiedtimestamp",
                  "lastmodifieduser",
                  "reason",
                  "closeddate",
                  "closedtimestamp",
                  "targetdate",
                  "targettimestamp",
                  "assigneduser",
                  "summary",
                  "description",
                  "affectedbuildname",
                  "affectedreleasename",
                  "targetbuildname",
                  "targetreleasename",
                  "fixedbuildname",
                  "fixedreleasename",
                  "islinked",
                  "externalissueid",
                  "externalissuesummary",
                  "externalissuestatus",
                  "externalprojectid",
                  "externalissuetype",
                  "externalissueuniqueid",
                  "viewinggroupname",
                  "external_integration",
                  "extrainfo",
                  "customfields",
                  "ssor",
                  "roweffectivedate",
                  "rowexpirationdate"
                ]
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Retrieved entity",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.defect"
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/error"
          }
        }
      }
    },
    "/defecttestrunlogs": {
      "get": {
        "summary": "Get entities from defecttestrunlogs",
        "tags": [
          "defecttestrunlogs"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/top"
          },
          {
            "$ref": "#/components/parameters/skip"
          },
          {
            "$ref": "#/components/parameters/search"
          },
          {
            "name": "$filter",
            "description": "Filter items by property values, see [Filtering](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionfilter)",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "$ref": "#/components/parameters/count"
          },
          {
            "name": "$orderby",
            "description": "Order items by property values, see [Sorting](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby)",
            "in": "query",
            "explode": false,
            "schema": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "enum": [
                  "id",
                  "id desc",
                  "defectid",
                  "defectid desc",
                  "defectmasterid",
                  "defectmasterid desc",
                  "clientid",
                  "clientid desc",
                  "projectid",
                  "projectid desc",
                  "releaseid",
                  "releaseid desc",
                  "buildid",
                  "buildid desc",
                  "testcaseid",
                  "testcaseid desc",
                  "testcasefolderid",
                  "testcasefolderid desc",
                  "testcasemasterid",
                  "testcasemasterid desc",
                  "testrunid",
                  "testrunid desc",
                  "testcyclefolderid",
                  "testcyclefolderid desc",
                  "testsuiteid",
                  "testsuiteid desc",
                  "executionlistid",
                  "executionlistid desc",
                  "executionlistfolderid",
                  "executionlistfolderid desc",
                  "defectstatus",
                  "defectstatus desc",
                  "testlogstatus",
                  "testlogstatus desc",
                  "executiontype",
                  "executiontype desc",
                  "executionstarttimestamp",
                  "executionstarttimestamp desc",
                  "executionendtimestamp",
                  "executionendtimestamp desc",
                  "plannedstarttimestamp",
                  "plannedstarttimestamp desc",
                  "plannedendtimestamp",
                  "plannedendtimestamp desc",
                  "ismandate",
                  "ismandate desc",
                  "tester",
                  "tester desc",
                  "ssor",
                  "ssor desc",
                  "extrainfo",
                  "extrainfo desc",
                  "defectcustomfields",
                  "defectcustomfields desc",
                  "testlogcustomfields",
                  "testlogcustomfields desc"
                ]
              }
            }
          },
          {
            "name": "$select",
            "description": "Select properties to be returned, see [Select](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionselect)",
            "in": "query",
            "explode": false,
            "schema": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "enum": [
                  "id",
                  "defectid",
                  "defectmasterid",
                  "clientid",
                  "projectid",
                  "releaseid",
                  "buildid",
                  "testcaseid",
                  "testcasefolderid",
                  "testcasemasterid",
                  "testrunid",
                  "testcyclefolderid",
                  "testsuiteid",
                  "executionlistid",
                  "executionlistfolderid",
                  "defectstatus",
                  "testlogstatus",
                  "executiontype",
                  "executionstarttimestamp",
                  "executionendtimestamp",
                  "plannedstarttimestamp",
                  "plannedendtimestamp",
                  "ismandate",
                  "tester",
                  "ssor",
                  "extrainfo",
                  "defectcustomfields",
                  "testlogcustomfields"
                ]
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Retrieved entities",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "title": "Collection of defecttestrunlog",
                  "properties": {
                    "@odata.count": {
                      "$ref": "#/components/schemas/count"
                    },
                    "value": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.defecttestrunlog"
                      }
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/error"
          }
        }
      }
    },
    "/defecttestrunlogs('{id}')": {
      "parameters": [
        {
          "description": "key: id",
          "in": "path",
          "name": "id",
          "required": true,
          "schema": {
            "type": "string",
            "maxLength": 32768,
            "nullable": true
          }
        }
      ],
      "get": {
        "summary": "Get entity from defecttestrunlogs by key",
        "tags": [
          "defecttestrunlogs"
        ],
        "parameters": [
          {
            "name": "$select",
            "description": "Select properties to be returned, see [Select](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionselect)",
            "in": "query",
            "explode": false,
            "schema": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "enum": [
                  "id",
                  "defectid",
                  "defectmasterid",
                  "clientid",
                  "projectid",
                  "releaseid",
                  "buildid",
                  "testcaseid",
                  "testcasefolderid",
                  "testcasemasterid",
                  "testrunid",
                  "testcyclefolderid",
                  "testsuiteid",
                  "executionlistid",
                  "executionlistfolderid",
                  "defectstatus",
                  "testlogstatus",
                  "executiontype",
                  "executionstarttimestamp",
                  "executionendtimestamp",
                  "plannedstarttimestamp",
                  "plannedendtimesta

# --- truncated at 32 KB (235 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/tricentis/refs/heads/main/openapi/tricentis-qtest-analytics-openapi.json