{ "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", "plannedendtimestamp", "ismandate", "tester", "ssor", "extrainfo", "defectcustomfields", "testlogcustomfields" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.defecttestrunlog" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/executionsummaries": { "get": { "summary": "Get entities from executionsummaries", "tags": [ "executionsummaries" ], "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", "testcaseid", "testcaseid desc", "projectname", "projectname desc", "testcyclefolderid", "testcyclefolderid desc", "testcyclefoldername", "testcyclefoldername desc", "testsuiteid", "testsuiteid desc", "testsuitename", "testsuitename desc", "releaseid", "releaseid desc", "releasename", "releasename desc", "ssor", "ssor desc", "executionenddate", "executionenddate desc", "total_unexecuted", "total_unexecuted desc", "total_executed", "total_executed desc", "blocked_run", "blocked_run desc", "failed_run", "failed_run desc", "incomplete_run", "incomplete_run desc", "passed_run", "passed_run desc", "other_run", "other_run 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", "testcaseid", "projectname", "testcyclefolderid", "testcyclefoldername", "testsuiteid", "testsuitename", "releaseid", "releasename", "ssor", "executionenddate", "total_unexecuted", "total_executed", "blocked_run", "failed_run", "incomplete_run", "passed_run", "other_run" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of executionsummary", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.executionsummary" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/executionsummaries({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 executionsummaries by key", "tags": [ "executionsummaries" ], "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", "testcaseid", "projectname", "testcyclefolderid", "testcyclefoldername", "testsuiteid", "testsuitename", "releaseid", "releasename", "ssor", "executionenddate", "total_unexecuted", "total_executed", "blocked_run", "failed_run", "incomplete_run", "passed_run", "other_run" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.executionsummary" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/folderhierarchies": { "get": { "summary": "Get entities from folderhierarchies", "tags": [ "folderhierarchies" ], "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": [ "clientid", "clientid desc", "projectid", "projectid desc", "ssor", "ssor desc", "pathnames", "pathnames desc", "level1id", "level1id desc", "level2id", "level2id desc", "level3id", "level3id desc", "level4id", "level4id desc", "level5id", "level5id desc", "level6id", "level6id desc", "level7id", "level7id desc", "level8id", "level8id desc", "level9id", "level9id desc", "level10id", "level10id desc", "level11id", "level11id desc", "level12id", "level12id desc", "level13id", "level13id desc", "level14id", "level14id desc", "level15id", "level15id desc", "level16id", "level16id desc", "level17id", "level17id desc", "level18id", "level18id desc", "level19id", "level19id desc", "level20id", "level20id 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": [ "clientid", "projectid", "ssor", "pathnames", "level1id", "level2id", "level3id", "level4id", "level5id", "level6id", "level7id", "level8id", "level9id", "level10id", "level11id", "level12id", "level13id", "level14id", "level15id", "level16id", "level17id", "level18id", "level19id", "level20id" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of folderhierarchy", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.folderhierarchy" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/folderhierarchies({projectid})": { "parameters": [ { "description": "key: projectid", "in": "path", "name": "projectid", "required": true, "schema": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true } } ], "get": { "summary": "Get entity from folderhierarchies by key", "tags": [ "folderhierarchies" ], "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": [ "clientid", "projectid", "ssor", "pathnames", "level1id", "level2id", "level3id", "level4id", "level5id", "level6id", "level7id", "level8id", "level9id", "level10id", "level11id", "level12id", "level13id", "level14id", "level15id", "level16id", "level17id", "level18id", "level19id", "level20id" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.folderhierarchy" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/folders": { "get": { "summary": "Get entities from folders", "tags": [ "folders" ], "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", "name", "name desc", "type", "type desc", "uiid", "uiid desc", "ismandate", "ismandate desc", "viewinggroupname", "viewinggroupname desc", "createdtimestamp", "createdtimestamp desc", "lastmodifiedtimestamp", "lastmodifiedtimestamp desc", "lastmodifieduser", "lastmodifieduser desc", "extrainfo", "extrainfo desc", "customfields", "customfields desc", "ssor", "ssor 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", "name", "type", "uiid", "ismandate", "viewinggroupname", "createdtimestamp", "lastmodifiedtimestamp", "lastmodifieduser", "extrainfo", "customfields", "ssor" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of folder", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.folder" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/folders({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 folders by key", "tags": [ "folders" ], "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", "name", "type", "uiid", "ismandate", "viewinggroupname", "createdtimestamp", "lastmodifiedtimestamp", "lastmodifieduser", "extrainfo", "customfields", "ssor" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.folder" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/latesttestrunstatuses": { "get": { "summary": "Get entities from latesttestrunstatuses", "tags": [ "latesttestrunstatuses" ], "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", "projectname", "projectname desc", "testcyclefolderid", "testcyclefolderid desc", "testcyclename", "testcyclename desc", "executionenddate", "executionenddate desc", "status", "status desc", "ssor", "ssor desc", "releasename", "releasename desc", "testsuitename", "testsuitename desc", "executionentryfolder", "executionentryfolder desc", "executionlist", "executionlist desc", "run_status_count", "run_status_count 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", "projectname", "testcyclefolderid", "testcyclename", "executionenddate", "status", "ssor", "releasename", "testsuitename", "executionentryfolder", "executionlist", "run_status_count" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of latesttestrunstatus", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.latesttestrunstatus" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/latesttestrunstatuses({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 latesttestrunstatuses by key", "tags": [ "latesttestrunstatuses" ], "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", "projectname", "testcyclefolderid", "testcyclename", "executionenddate", "status", "ssor", "releasename", "testsuitename", "executionentryfolder", "executionlist", "run_status_count" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.latesttestrunstatus" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/latestrunlogs": { "get": { "summary": "Get entities from latestrunlogs", "tags": [ "latestrunlogs" ], "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": [ "testrunlogid", "testrunlogid desc", "testrunid", "testrunid desc", "clientid", "clientid desc", "projectid", "projectid desc", "releaseid", "releaseid desc", "testcaseid", "testcaseid desc", "testcasemasterid", "testcasemasterid desc", "testcyclefolderid", "testcyclefolderid desc", "testsuiteid", "testsuiteid desc", "executionlistid", "executionlistid desc", "executionentryfolderid", "executionentryfolderid desc", "executionfolderid", "executionfolderid desc", "executioncomponentfolderid", "executioncomponentfolderid desc", "status", "status desc", "executionstartdate", "executionstartdate desc", "executionenddate", "executionenddate desc", "ismandate", "ismandate desc", "ssor", "ssor desc", "extrainfo", "extrainfo 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": [ "testrunlogid", "testrunid", "clientid", "projectid", "releaseid", "testcaseid", "testcasemasterid", "testcyclefolderid", "testsuiteid", "executionlistid", "executionentryfolderid", "executionfolderid", "executioncomponentfolderid", "status", "executionstartdate", "executionenddate", "ismandate", "ssor", "extrainfo" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of latestrunlog", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.latestrunlog" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/latestrunlogs({testrunlogid})": { "parameters": [ { "description": "key: testrunlogid", "in": "path", "name": "testrunlogid", "required": true, "schema": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true } } ], "get": { "summary": "Get entity from latestrunlogs by key", "tags": [ "latestrunlogs" ], "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": [ "testrunlogid", "testrunid", "clientid", "projectid", "releaseid", "testcaseid", "testcasemasterid", "testcyclefolderid", "testsuiteid", "executionlistid", "executionentryfolderid", "executionfolderid", "executioncomponentfolderid", "status", "executionstartdate", "executionenddate", "ismandate", "ssor", "extrainfo" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.latestrunlog" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/projects": { "get": { "summary": "Get entities from projects", "tags": [ "projects" ], "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", "ssor", "ssor desc", "name", "name desc", "description", "description desc", "status", "status desc", "uuid", "uuid desc", "viewinggroupname", "viewinggroupname desc", "createdtimestamp", "createdtimestamp desc", "creator", "creator desc", "lastmodifiedtimestamp", "lastmodifiedtimestamp desc", "lastmodifieduser", "lastmodifieduser desc", "startdate", "startdate desc", "enddate", "enddate desc", "starttimestamp", "starttimestamp desc", "endtimestamp", "endtimestamp 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", "ssor", "name", "description", "status", "uuid", "viewinggroupname", "createdtimestamp", "creator", "lastmodifiedtimestamp", "lastmodifieduser", "startdate", "enddate", "starttimestamp", "endtimestamp", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of project", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.project" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/projects({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 projects by key", "tags": [ "projects" ], "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", "ssor", "name", "description", "status", "uuid", "viewinggroupname", "createdtimestamp", "creator", "lastmodifiedtimestamp", "lastmodifieduser", "startdate", "enddate", "starttimestamp", "endtimestamp", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.project" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/releases": { "get": { "summary": "Get entities from releases", "tags": [ "releases" ], "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", "uiid", "uiid desc", "name", "name desc", "description", "description desc", "startdate", "startdate desc", "starttimestamp", "starttimestamp desc", "enddate", "enddate desc", "endtimestamp", "endtimestamp desc", "status", "status desc", "createddate", "createddate desc", "createdtimestamp", "createdtimestamp desc", "creator", "creator desc", "lastmodifieddate", "lastmodifieddate 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", "uiid", "name", "description", "startdate", "starttimestamp", "enddate", "endtimestamp", "status", "createddate", "createdtimestamp", "creator", "lastmodifieddate", "lastmodifiedtimestamp", "lastmodifieduser", "ssor", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of release", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.release" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/releases({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 releases by key", "tags": [ "releases" ], "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", "uiid", "name", "description", "startdate", "starttimestamp", "enddate", "endtimestamp", "status", "createddate", "createdtimestamp", "creator", "lastmodifieddate", "lastmodifiedtimestamp", "lastmodifieduser", "ssor", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.release" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/requirementreleases": { "get": { "summary": "Get entities from requirementreleases", "tags": [ "requirementreleases" ], "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": [ "clientid", "clientid desc", "projectid", "projectid desc", "requirementid", "requirementid desc", "releaseid", "releaseid desc", "buildid", "buildid desc", "automatedtestcases", "automatedtestcases desc", "manualtestcases", "manualtestcases desc", "bothtestcases", "bothtestcases desc", "passedtestcases", "passedtestcases desc", "failedtestcases", "failedtestcases desc", "blockedtestcases", "blockedtestcases desc", "incompletetestcases", "incompletetestcases desc", "unexecutedtestcases", "unexecutedtestcases desc", "ssor", "ssor 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": [ "clientid", "projectid", "requirementid", "releaseid", "buildid", "automatedtestcases", "manualtestcases", "bothtestcases", "passedtestcases", "failedtestcases", "blockedtestcases", "incompletetestcases", "unexecutedtestcases", "ssor" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of requirementrelease", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.requirementrelease" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/requirementreleases({projectid})": { "parameters": [ { "description": "key: projectid", "in": "path", "name": "projectid", "required": true, "schema": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true } } ], "get": { "summary": "Get entity from requirementreleases by key", "tags": [ "requirementreleases" ], "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": [ "clientid", "projectid", "requirementid", "releaseid", "buildid", "automatedtestcases", "manualtestcases", "bothtestcases", "passedtestcases", "failedtestcases", "blockedtestcases", "incompletetestcases", "unexecutedtestcases", "ssor" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.requirementrelease" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/requirements": { "get": { "summary": "Get entities from requirements", "tags": [ "requirements" ], "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", "parentid", "parentid desc", "clientid", "clientid desc", "projectid", "projectid desc", "folderid", "folderid desc", "requirementsetid", "requirementsetid desc", "uiid", "uiid desc", "name", "name desc", "description", "description desc", "type", "type desc", "status", "status desc", "priority", "priority desc", "createddate", "createddate desc", "createdtimestamp", "createdtimestamp desc", "creator", "creator desc", "lastmodifieddate", "lastmodifieddate desc", "lastmodifiedtimestamp", "lastmodifiedtimestamp desc", "lastmodifieduser", "lastmodifieduser desc", "damage", "damage desc", "frequency", "frequency desc", "weight", "weight desc", "ssor", "ssor desc", "external_integration", "external_integration desc", "viewinggroupname", "viewinggroupname 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", "parentid", "clientid", "projectid", "folderid", "requirementsetid", "uiid", "name", "description", "type", "status", "priority", "createddate", "createdtimestamp", "creator", "lastmodifieddate", "lastmodifiedtimestamp", "lastmodifieduser", "damage", "frequency", "weight", "ssor", "external_integration", "viewinggroupname", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of requirement", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.requirement" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/requirements({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 requirements by key", "tags": [ "requirements" ], "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", "parentid", "clientid", "projectid", "folderid", "requirementsetid", "uiid", "name", "description", "type", "status", "priority", "createddate", "createdtimestamp", "creator", "lastmodifieddate", "lastmodifiedtimestamp", "lastmodifieduser", "damage", "frequency", "weight", "ssor", "external_integration", "viewinggroupname", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.requirement" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/requirementsets": { "get": { "summary": "Get entities from requirementsets", "tags": [ "requirementsets" ], "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", "name", "name 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", "name", "createdtimestamp", "creator", "lastmodifiedtimestamp", "lastmodifieduser", "ssor", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of requirementset", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.requirementset" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/requirementsets({id})": { "parameters": [ { "description": "key: id", "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "get": { "summary": "Get entity from requirementsets by key", "tags": [ "requirementsets" ], "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", "name", "createdtimestamp", "creator", "lastmodifiedtimestamp", "lastmodifieduser", "ssor", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.requirementset" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/requirementtestcases": { "get": { "summary": "Get entities from requirementtestcases", "tags": [ "requirementtestcases" ], "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", "requirementid", "requirementid desc", "testcaseid", "testcaseid desc", "folderid", "folderid desc", "executionenddateid", "executionenddateid desc", "executionenddate", "executionenddate desc", "totaltestexecutions", "totaltestexecutions desc", "totaltestexecutiontime", "totaltestexecutiontime desc", "passedtestexecutions", "passedtestexecutions desc", "failedtestexecutions", "failedtestexecutions desc", "blockedtestexecutions", "blockedtestexecutions desc", "incompletetestexecutions", "incompletetestexecutions desc", "unexecutedtestexecutions", "unexecutedtestexecutions desc", "ssor", "ssor 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", "requirementid", "testcaseid", "folderid", "executionenddateid", "executionenddate", "totaltestexecutions", "totaltestexecutiontime", "passedtestexecutions", "failedtestexecutions", "blockedtestexecutions", "incompletetestexecutions", "unexecutedtestexecutions", "ssor" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of requirementtestcase", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.requirementtestcase" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/requirementtestcases('{id}')": { "parameters": [ { "description": "key: id", "in": "path", "name": "id", "required": true, "schema": { "type": "string", "maxLength": 32768, "nullable": true } } ], "get": { "summary": "Get entity from requirementtestcases by key", "tags": [ "requirementtestcases" ], "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", "requirementid", "testcaseid", "folderid", "executionenddateid", "executionenddate", "totaltestexecutions", "totaltestexecutiontime", "passedtestexecutions", "failedtestexecutions", "blockedtestexecutions", "incompletetestexecutions", "unexecutedtestexecutions", "ssor" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.requirementtestcase" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/testcases": { "get": { "summary": "Get entities from testcases", "tags": [ "testcases" ], "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", "ssor", "ssor desc", "projectid", "projectid desc", "projectname", "projectname desc", "masterid", "masterid desc", "iscurrent", "iscurrent desc", "version", "version desc", "name", "name desc", "type", "type desc", "customfields", "customfields desc", "lastmodifieddate", "lastmodifieddate desc", "lastmodifiedtimestamp", "lastmodifiedtimestamp desc", "lastmodifieddateid", "lastmodifieddateid desc", "createddate", "createddate desc", "createdtimestamp", "createdtimestamp desc", "creator", "creator desc", "assigneduser", "assigneduser desc", "assigneduserid", "assigneduserid desc", "automated", "automated desc", "priority", "priority desc", "uiid", "uiid desc", "isbusinesstestcase", "isbusinesstestcase desc", "folderid", "folderid desc", "status", "status desc", "roweffectivedate", "roweffectivedate desc", "rowexpirationdate", "rowexpirationdate desc", "viewinggroupname", "viewinggroupname desc", "extrainfo", "extrainfo desc", "total_executed", "total_executed desc", "total_unexecuted", "total_unexecuted desc", "foldername", "foldername desc", "lastmodifieduser", "lastmodifieduser desc", "class", "class desc", "shared", "shared 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", "ssor", "projectid", "projectname", "masterid", "iscurrent", "version", "name", "type", "customfields", "lastmodifieddate", "lastmodifiedtimestamp", "lastmodifieddateid", "createddate", "createdtimestamp", "creator", "assigneduser", "assigneduserid", "automated", "priority", "uiid", "isbusinesstestcase", "folderid", "status", "roweffectivedate", "rowexpirationdate", "viewinggroupname", "extrainfo", "total_executed", "total_unexecuted", "foldername", "lastmodifieduser", "class", "shared" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of testcase", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.testcase" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/testcases({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 testcases by key", "tags": [ "testcases" ], "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", "ssor", "projectid", "projectname", "masterid", "iscurrent", "version", "name", "type", "customfields", "lastmodifieddate", "lastmodifiedtimestamp", "lastmodifieddateid", "createddate", "createdtimestamp", "creator", "assigneduser", "assigneduserid", "automated", "priority", "uiid", "isbusinesstestcase", "folderid", "status", "roweffectivedate", "rowexpirationdate", "viewinggroupname", "extrainfo", "total_executed", "total_unexecuted", "foldername", "lastmodifieduser", "class", "shared" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.testcase" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/testrunlogs": { "get": { "summary": "Get entities from testrunlogs", "tags": [ "testrunlogs" ], "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", "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", "executionentryfolderid", "executionentryfolderid desc", "executionfolderid", "executionfolderid desc", "executioncomponentfolderid", "executioncomponentfolderid desc", "status", "status desc", "executiontype", "executiontype desc", "executionstarttimestamp", "executionstarttimestamp desc", "executionstartdate", "executionstartdate desc", "executionendtimestamp", "executionendtimestamp desc", "executionenddate", "executionenddate desc", "plannedstarttimestamp", "plannedstarttimestamp desc", "plannedendtimestamp", "plannedendtimestamp desc", "ismandate", "ismandate desc", "tester", "tester 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", "releaseid", "buildid", "testcaseid", "testcasefolderid", "testcasemasterid", "testrunid", "testcyclefolderid", "testsuiteid", "executionlistid", "executionlistfolderid", "executionentryfolderid", "executionfolderid", "executioncomponentfolderid", "status", "executiontype", "executionstarttimestamp", "executionstartdate", "executionendtimestamp", "executionenddate", "plannedstarttimestamp", "plannedendtimestamp", "ismandate", "tester", "ssor", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of testrunlog", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.testrunlog" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/testrunlogs({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 testrunlogs by key", "tags": [ "testrunlogs" ], "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", "releaseid", "buildid", "testcaseid", "testcasefolderid", "testcasemasterid", "testrunid", "testcyclefolderid", "testsuiteid", "executionlistid", "executionlistfolderid", "executionentryfolderid", "executionfolderid", "executioncomponentfolderid", "status", "executiontype", "executionstarttimestamp", "executionstartdate", "executionendtimestamp", "executionenddate", "plannedstarttimestamp", "plannedendtimestamp", "ismandate", "tester", "ssor", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.testrunlog" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/testruns": { "get": { "summary": "Get entities from testruns", "tags": [ "testruns" ], "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", "releaseid", "releaseid desc", "testcyclefolderid", "testcyclefolderid desc", "testsuiteid", "testsuiteid desc", "testcaseid", "testcaseid desc", "latesttestlogid", "latesttestlogid desc", "executionlistid", "executionlistid desc", "executionentryfolderid", "executionentryfolderid desc", "executionlistfolderid", "executionlistfolderid desc", "executionfolderid", "executionfolderid desc", "executioncomponentfolderid", "executioncomponentfolderid desc", "uiid", "uiid desc", "ismandate", "ismandate desc", "assigneduser", "assigneduser desc", "name", "name desc", "repetitions", "repetitions desc", "isdisabled", "isdisabled desc", "disableddescription", "disableddescription desc", "plannedstartdate", "plannedstartdate desc", "plannedenddate", "plannedenddate desc", "plannedstarttimestamp", "plannedstarttimestamp desc", "plannedendtimestamp", "plannedendtimestamp desc", "lateststatus", "lateststatus desc", "lastmodifieddate", "lastmodifieddate desc", "lastmodifiedtimestamp", "lastmodifiedtimestamp desc", "lastmodifieduser", "lastmodifieduser desc", "createddate", "createddate desc", "createdtimestamp", "createdtimestamp desc", "creator", "creator desc", "priority", "priority desc", "type", "type desc", "buildnumber", "buildnumber desc", "nodepath", "nodepath desc", "ssor", "ssor desc", "viewinggroupname", "viewinggroupname 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", "releaseid", "testcyclefolderid", "testsuiteid", "testcaseid", "latesttestlogid", "executionlistid", "executionentryfolderid", "executionlistfolderid", "executionfolderid", "executioncomponentfolderid", "uiid", "ismandate", "assigneduser", "name", "repetitions", "isdisabled", "disableddescription", "plannedstartdate", "plannedenddate", "plannedstarttimestamp", "plannedendtimestamp", "lateststatus", "lastmodifieddate", "lastmodifiedtimestamp", "lastmodifieduser", "createddate", "createdtimestamp", "creator", "priority", "type", "buildnumber", "nodepath", "ssor", "viewinggroupname", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of testrun", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.testrun" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/testruns({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 testruns by key", "tags": [ "testruns" ], "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", "releaseid", "testcyclefolderid", "testsuiteid", "testcaseid", "latesttestlogid", "executionlistid", "executionentryfolderid", "executionlistfolderid", "executionfolderid", "executioncomponentfolderid", "uiid", "ismandate", "assigneduser", "name", "repetitions", "isdisabled", "disableddescription", "plannedstartdate", "plannedenddate", "plannedstarttimestamp", "plannedendtimestamp", "lateststatus", "lastmodifieddate", "lastmodifiedtimestamp", "lastmodifieduser", "createddate", "createdtimestamp", "creator", "priority", "type", "buildnumber", "nodepath", "ssor", "viewinggroupname", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.testrun" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/testsuites": { "get": { "summary": "Get entities from testsuites", "tags": [ "testsuites" ], "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", "testcyclefolderid", "testcyclefolderid desc", "buildid", "buildid desc", "releaseid", "releaseid desc", "assigneduser", "assigneduser desc", "name", "name desc", "description", "description desc", "plannedstarttimestamp", "plannedstarttimestamp desc", "plannedendtimestamp", "plannedendtimestamp 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", "uiid", "clientid", "projectid", "testcyclefolderid", "buildid", "releaseid", "assigneduser", "name", "description", "plannedstarttimestamp", "plannedendtimestamp", "createdtimestamp", "creator", "lastmodifiedtimestamp", "lastmodifieduser", "ssor", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of testsuite", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.testsuite" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/testsuites({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 testsuites by key", "tags": [ "testsuites" ], "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", "testcyclefolderid", "buildid", "releaseid", "assigneduser", "name", "description", "plannedstarttimestamp", "plannedendtimestamp", "createdtimestamp", "creator", "lastmodifiedtimestamp", "lastmodifieduser", "ssor", "extrainfo", "customfields" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.testsuite" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/users": { "get": { "summary": "Get entities from users", "tags": [ "users" ], "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", "username", "username desc", "contactemail", "contactemail desc", "issampleuser", "issampleuser desc", "firstname", "firstname desc", "lastname", "lastname desc", "status", "status desc", "groups", "groups desc", "timezone", "timezone desc", "ssor", "ssor desc", "extrainfo", "extrainfo 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", "username", "contactemail", "issampleuser", "firstname", "lastname", "status", "groups", "timezone", "ssor", "extrainfo" ] } } } ], "responses": { "200": { "description": "Retrieved entities", "content": { "application/json": { "schema": { "type": "object", "title": "Collection of user", "properties": { "@odata.count": { "$ref": "#/components/schemas/count" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.user" } } } } } } }, "4XX": { "$ref": "#/components/responses/error" } } } }, "/users({id})": { "parameters": [ { "description": "key: id", "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32", "nullable": true } } ], "get": { "summary": "Get entity from users by key", "tags": [ "users" ], "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", "username", "contactemail", "issampleuser", "firstname", "lastname", "status", "groups", "timezone", "ssor", "extrainfo" ] } } } ], "responses": { "200": { "description": "Retrieved entity", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/x26997ea37814ba1b9a423c590887c7a7c1262datasource.user" } } } }, "4XX": { "$ref": "#/components/responses/error" } } } } }, "components": { "schemas": { "x26997ea37814ba1b9a423c590887c7a7c1262datasource.bridgerequirementsetlink": { "title": "bridgerequirementsetlink", "type": "object", "properties": { "id": { "type": "integer", "format": "int32", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "parentrequirementid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "parentrequirementsetid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "actualrequirementsetid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "weight": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "createdtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "creator": { "type": "string", "maxLength": 32768, "nullable": true }, "lastmodifiedtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lastmodifieduser": { "type": "string", "maxLength": 32768, "nullable": true }, "ssor": { "type": "string", "maxLength": 5, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "customfields": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.build": { "title": "build", "type": "object", "properties": { "id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "uiid": { "type": "string", "maxLength": 32768, "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "type": "string", "maxLength": 36, "nullable": true }, "releaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "name": { "type": "string", "maxLength": 32768, "nullable": true }, "note": { "type": "string", "maxLength": 32768, "nullable": true }, "status": { "type": "string", "maxLength": 32768, "nullable": true }, "createdtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "creator": { "type": "string", "maxLength": 32768, "nullable": true }, "lastmodifiedtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lastmodifieduser": { "type": "string", "maxLength": 32768, "nullable": true }, "buildtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "ssor": { "type": "string", "maxLength": 5, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "customfields": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.defect": { "title": "defect", "type": "object", "properties": { "id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "masterid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "iscurrent": { "type": "boolean", "nullable": true }, "uiid": { "type": "string", "maxLength": 32768, "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectname": { "type": "string", "maxLength": 32768, "nullable": true }, "defectfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "defectfoldername": { "type": "string", "maxLength": 32768, "nullable": true }, "category": { "type": "string", "maxLength": 32768, "nullable": true }, "type": { "type": "string", "maxLength": 32768, "nullable": true }, "name": { "type": "string", "maxLength": 32768, "nullable": true }, "priority": { "type": "string", "maxLength": 32768, "nullable": true }, "status": { "type": "string", "maxLength": 32768, "nullable": true }, "rootcause": { "type": "string", "maxLength": 32768, "nullable": true }, "severity": { "type": "string", "maxLength": 32768, "nullable": true }, "createddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "createdtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "creator": { "type": "string", "maxLength": 32768, "nullable": true }, "lastmodifieddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "lastmodifiedtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lastmodifieduser": { "type": "string", "maxLength": 32768, "nullable": true }, "reason": { "type": "string", "maxLength": 32768, "nullable": true }, "closeddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "closedtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "targetdate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "targettimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "assigneduser": { "type": "string", "maxLength": 32768, "nullable": true }, "summary": { "type": "string", "maxLength": 32768, "nullable": true }, "description": { "type": "string", "maxLength": 32768, "nullable": true }, "affectedbuildname": { "type": "string", "maxLength": 32768, "nullable": true }, "affectedreleasename": { "type": "string", "maxLength": 32768, "nullable": true }, "targetbuildname": { "type": "string", "maxLength": 32768, "nullable": true }, "targetreleasename": { "type": "string", "maxLength": 32768, "nullable": true }, "fixedbuildname": { "type": "string", "maxLength": 32768, "nullable": true }, "fixedreleasename": { "type": "string", "maxLength": 32768, "nullable": true }, "islinked": { "type": "boolean", "nullable": true }, "externalissueid": { "type": "string", "maxLength": 32768, "nullable": true }, "externalissuesummary": { "type": "string", "maxLength": 32768, "nullable": true }, "externalissuestatus": { "type": "string", "maxLength": 32768, "nullable": true }, "externalprojectid": { "type": "string", "maxLength": 32768, "nullable": true }, "externalissuetype": { "type": "string", "maxLength": 32768, "nullable": true }, "externalissueuniqueid": { "type": "string", "maxLength": 32768, "nullable": true }, "viewinggroupname": { "type": "string", "maxLength": 32768, "nullable": true }, "external_integration": { "type": "string", "maxLength": 32768, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "customfields": { "type": "string", "maxLength": 32768, "nullable": true }, "ssor": { "type": "string", "maxLength": 12, "nullable": true }, "roweffectivedate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "rowexpirationdate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.defecttestrunlog": { "title": "defecttestrunlog", "type": "object", "properties": { "id": { "type": "string", "maxLength": 32768, "nullable": true }, "defectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "defectmasterid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "releaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "buildid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcasefolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcasemasterid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testrunid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcyclefolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testsuiteid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionlistid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionlistfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "defectstatus": { "type": "string", "maxLength": 32768, "nullable": true }, "testlogstatus": { "type": "string", "maxLength": 32768, "nullable": true }, "executiontype": { "type": "string", "maxLength": 32768, "nullable": true }, "executionstarttimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "executionendtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "plannedstarttimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "plannedendtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "ismandate": { "type": "boolean", "nullable": true }, "tester": { "type": "string", "maxLength": 32768, "nullable": true }, "ssor": { "type": "string", "maxLength": 32768, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "defectcustomfields": { "type": "string", "maxLength": 32768, "nullable": true }, "testlogcustomfields": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.executionsummary": { "title": "executionsummary", "type": "object", "properties": { "id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectname": { "type": "string", "maxLength": 32768, "nullable": true }, "testcyclefolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcyclefoldername": { "type": "string", "maxLength": 32768, "nullable": true }, "testsuiteid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testsuitename": { "type": "string", "maxLength": 32768, "nullable": true }, "releaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "releasename": { "type": "string", "maxLength": 32768, "nullable": true }, "ssor": { "type": "string", "maxLength": 32768, "nullable": true }, "executionenddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "total_unexecuted": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "total_executed": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "blocked_run": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "failed_run": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "incomplete_run": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "passed_run": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "other_run": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.folderhierarchy": { "title": "folderhierarchy", "type": "object", "properties": { "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "ssor": { "type": "string", "maxLength": 32768, "nullable": true }, "pathnames": { "type": "string", "maxLength": 32768, "nullable": true }, "level1id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level2id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level3id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level4id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level5id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level6id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level7id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level8id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level9id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level10id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level11id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level12id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level13id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level14id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level15id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level16id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level17id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level18id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level19id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "level20id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.folder": { "title": "folder", "type": "object", "properties": { "id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "name": { "type": "string", "maxLength": 32768, "nullable": true }, "type": { "type": "string", "maxLength": 32768, "nullable": true }, "uiid": { "type": "string", "maxLength": 32768, "nullable": true }, "ismandate": { "type": "boolean", "nullable": true }, "viewinggroupname": { "type": "string", "maxLength": 32768, "nullable": true }, "createdtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lastmodifiedtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lastmodifieduser": { "type": "string", "maxLength": 32768, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "customfields": { "type": "string", "maxLength": 32768, "nullable": true }, "ssor": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.latesttestrunstatus": { "title": "latesttestrunstatus", "type": "object", "properties": { "id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectname": { "type": "string", "maxLength": 32768, "nullable": true }, "testcyclefolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcyclename": { "type": "string", "maxLength": 32768, "nullable": true }, "executionenddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "status": { "type": "string", "maxLength": 32768, "nullable": true }, "ssor": { "type": "string", "maxLength": 32768, "nullable": true }, "releasename": { "type": "string", "maxLength": 32768, "nullable": true }, "testsuitename": { "type": "string", "maxLength": 32768, "nullable": true }, "executionentryfolder": { "type": "string", "maxLength": 32768, "nullable": true }, "executionlist": { "type": "string", "maxLength": 32768, "nullable": true }, "run_status_count": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.latestrunlog": { "title": "latestrunlog", "type": "object", "properties": { "testrunlogid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testrunid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "releaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcasemasterid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcyclefolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testsuiteid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionlistid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionentryfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executioncomponentfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "status": { "type": "string", "maxLength": 32768, "nullable": true }, "executionstartdate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "executionenddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "ismandate": { "type": "boolean", "nullable": true }, "ssor": { "type": "string", "maxLength": 32768, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.project": { "title": "project", "type": "object", "properties": { "id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "ssor": { "type": "string", "maxLength": 5, "nullable": true }, "name": { "type": "string", "maxLength": 32768, "nullable": true }, "description": { "type": "string", "maxLength": 32768, "nullable": true }, "status": { "type": "string", "maxLength": 32768, "nullable": true }, "uuid": { "type": "string", "maxLength": 32768, "nullable": true }, "viewinggroupname": { "type": "string", "maxLength": 32768, "nullable": true }, "createdtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "creator": { "type": "string", "maxLength": 32768, "nullable": true }, "lastmodifiedtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lastmodifieduser": { "type": "string", "maxLength": 32768, "nullable": true }, "startdate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "enddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "starttimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "endtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "customfields": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.release": { "title": "release", "type": "object", "properties": { "id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "type": "string", "maxLength": 36, "nullable": true }, "uiid": { "type": "string", "maxLength": 32768, "nullable": true }, "name": { "type": "string", "maxLength": 32768, "nullable": true }, "description": { "type": "string", "maxLength": 32768, "nullable": true }, "startdate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "starttimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "enddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "endtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "status": { "type": "string", "maxLength": 32768, "nullable": true }, "createddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "createdtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "creator": { "type": "string", "maxLength": 32768, "nullable": true }, "lastmodifieddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "lastmodifiedtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lastmodifieduser": { "type": "string", "maxLength": 32768, "nullable": true }, "ssor": { "type": "string", "maxLength": 5, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "customfields": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.requirementrelease": { "title": "requirementrelease", "type": "object", "properties": { "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "requirementid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "releaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "buildid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "automatedtestcases": { "type": "integer", "format": "int32", "nullable": true }, "manualtestcases": { "type": "integer", "format": "int32", "nullable": true }, "bothtestcases": { "type": "integer", "format": "int32", "nullable": true }, "passedtestcases": { "type": "integer", "format": "int32", "nullable": true }, "failedtestcases": { "type": "integer", "format": "int32", "nullable": true }, "blockedtestcases": { "type": "integer", "format": "int32", "nullable": true }, "incompletetestcases": { "type": "integer", "format": "int32", "nullable": true }, "unexecutedtestcases": { "type": "integer", "format": "int32", "nullable": true }, "ssor": { "type": "string", "maxLength": 5, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.requirement": { "title": "requirement", "type": "object", "properties": { "id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "parentid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "folderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "requirementsetid": { "type": "string", "maxLength": 32768, "nullable": true }, "uiid": { "type": "string", "maxLength": 32768, "nullable": true }, "name": { "type": "string", "maxLength": 32768, "nullable": true }, "description": { "type": "string", "maxLength": 32768, "nullable": true }, "type": { "type": "string", "maxLength": 32768, "nullable": true }, "status": { "type": "string", "maxLength": 32768, "nullable": true }, "priority": { "type": "string", "maxLength": 32768, "nullable": true }, "createddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "createdtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "creator": { "type": "string", "maxLength": 32768, "nullable": true }, "lastmodifieddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "lastmodifiedtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lastmodifieduser": { "type": "string", "maxLength": 32768, "nullable": true }, "damage": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "frequency": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "weight": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "ssor": { "type": "string", "maxLength": 32768, "nullable": true }, "external_integration": { "type": "string", "maxLength": 32768, "nullable": true }, "viewinggroupname": { "type": "string", "maxLength": 32768, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "customfields": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.requirementset": { "title": "requirementset", "type": "object", "properties": { "id": { "type": "integer", "format": "int32", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "name": { "type": "string", "maxLength": 32768, "nullable": true }, "createdtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "creator": { "type": "string", "maxLength": 32768, "nullable": true }, "lastmodifiedtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lastmodifieduser": { "type": "string", "maxLength": 32768, "nullable": true }, "ssor": { "type": "string", "maxLength": 5, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "customfields": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.requirementtestcase": { "title": "requirementtestcase", "type": "object", "properties": { "id": { "type": "string", "maxLength": 32768, "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "requirementid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "folderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionenddateid": { "type": "string", "maxLength": 32768, "nullable": true }, "executionenddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "totaltestexecutions": { "type": "integer", "format": "int32", "nullable": true }, "totaltestexecutiontime": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "passedtestexecutions": { "type": "integer", "format": "int32", "nullable": true }, "failedtestexecutions": { "type": "integer", "format": "int32", "nullable": true }, "blockedtestexecutions": { "type": "integer", "format": "int32", "nullable": true }, "incompletetestexecutions": { "type": "integer", "format": "int32", "nullable": true }, "unexecutedtestexecutions": { "type": "integer", "format": "int32", "nullable": true }, "ssor": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.testcase": { "title": "testcase", "type": "object", "properties": { "id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "ssor": { "type": "string", "maxLength": 5, "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectname": { "type": "string", "maxLength": 32768, "nullable": true }, "masterid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "iscurrent": { "type": "boolean", "nullable": true }, "version": { "type": "string", "maxLength": 32768, "nullable": true }, "name": { "type": "string", "maxLength": 32768, "nullable": true }, "type": { "type": "string", "maxLength": 32768, "nullable": true }, "customfields": { "type": "string", "maxLength": 32768, "nullable": true }, "lastmodifieddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "lastmodifiedtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lastmodifieddateid": { "type": "string", "maxLength": 32768, "nullable": true }, "createddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "createdtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "creator": { "type": "string", "maxLength": 32768, "nullable": true }, "assigneduser": { "type": "string", "maxLength": 32768, "nullable": true }, "assigneduserid": { "type": "string", "maxLength": 32768, "nullable": true }, "automated": { "type": "string", "maxLength": 32768, "nullable": true }, "priority": { "type": "string", "maxLength": 32768, "nullable": true }, "uiid": { "type": "string", "maxLength": 32768, "nullable": true }, "isbusinesstestcase": { "type": "boolean", "nullable": true }, "folderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "status": { "type": "string", "maxLength": 32768, "nullable": true }, "roweffectivedate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "rowexpirationdate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "viewinggroupname": { "type": "string", "maxLength": 32768, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "total_executed": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "format": "decimal", "example": 0, "nullable": true }, "total_unexecuted": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "format": "decimal", "example": 0, "nullable": true }, "foldername": { "type": "string", "maxLength": 32768, "nullable": true }, "lastmodifieduser": { "type": "string", "maxLength": 32768, "nullable": true }, "class": { "type": "string", "maxLength": 32768, "nullable": true }, "shared": { "type": "boolean", "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.testrunlog": { "title": "testrunlog", "type": "object", "properties": { "id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "releaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "buildid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcasefolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcasemasterid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testrunid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcyclefolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testsuiteid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionlistid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionlistfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionentryfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executioncomponentfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "status": { "type": "string", "maxLength": 32768, "nullable": true }, "executiontype": { "type": "string", "maxLength": 32768, "nullable": true }, "executionstarttimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "executionstartdate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "executionendtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "executionenddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "plannedstarttimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "plannedendtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "ismandate": { "type": "boolean", "nullable": true }, "tester": { "type": "string", "maxLength": 32768, "nullable": true }, "ssor": { "type": "string", "maxLength": 32768, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "customfields": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.testrun": { "title": "testrun", "type": "object", "properties": { "id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "releaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcyclefolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testsuiteid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "latesttestlogid": { "type": "string", "maxLength": 32768, "nullable": true }, "executionlistid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionentryfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionlistfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executionfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "executioncomponentfolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "uiid": { "type": "string", "maxLength": 32768, "nullable": true }, "ismandate": { "type": "boolean", "nullable": true }, "assigneduser": { "type": "string", "maxLength": 32768, "nullable": true }, "name": { "type": "string", "maxLength": 32768, "nullable": true }, "repetitions": { "type": "string", "maxLength": 32768, "nullable": true }, "isdisabled": { "type": "boolean", "nullable": true }, "disableddescription": { "type": "string", "maxLength": 32768, "nullable": true }, "plannedstartdate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "plannedenddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "plannedstarttimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "plannedendtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lateststatus": { "type": "string", "maxLength": 32768, "nullable": true }, "lastmodifieddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "lastmodifiedtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lastmodifieduser": { "type": "string", "maxLength": 32768, "nullable": true }, "createddate": { "type": "string", "format": "date", "example": "2017-04-13", "nullable": true }, "createdtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "creator": { "type": "string", "maxLength": 32768, "nullable": true }, "priority": { "type": "string", "maxLength": 32768, "nullable": true }, "type": { "type": "string", "maxLength": 32768, "nullable": true }, "buildnumber": { "type": "string", "maxLength": 32768, "nullable": true }, "nodepath": { "type": "string", "maxLength": 32768, "nullable": true }, "ssor": { "type": "string", "maxLength": 32768, "nullable": true }, "viewinggroupname": { "type": "string", "maxLength": 32768, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "customfields": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.testsuite": { "title": "testsuite", "type": "object", "properties": { "id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "uiid": { "type": "string", "maxLength": 32768, "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "projectid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "testcyclefolderid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "buildid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "releaseid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "assigneduser": { "type": "string", "maxLength": 32768, "nullable": true }, "name": { "type": "string", "maxLength": 32768, "nullable": true }, "description": { "type": "string", "maxLength": 32768, "nullable": true }, "plannedstarttimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "plannedendtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "createdtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "creator": { "type": "string", "maxLength": 32768, "nullable": true }, "lastmodifiedtimestamp": { "type": "string", "format": "date-time", "example": "2017-04-13T15:51:04.000000Z", "nullable": true }, "lastmodifieduser": { "type": "string", "maxLength": 32768, "nullable": true }, "ssor": { "type": "string", "maxLength": 5, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true }, "customfields": { "type": "string", "maxLength": 32768, "nullable": true } } }, "x26997ea37814ba1b9a423c590887c7a7c1262datasource.user": { "title": "user", "type": "object", "properties": { "id": { "type": "integer", "format": "int32", "nullable": true }, "clientid": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "format": "int64", "example": "42", "nullable": true }, "username": { "type": "string", "maxLength": 32768, "nullable": true }, "contactemail": { "type": "string", "maxLength": 32768, "nullable": true }, "issampleuser": { "type": "boolean", "nullable": true }, "firstname": { "type": "string", "maxLength": 32768, "nullable": true }, "lastname": { "type": "string", "maxLength": 32768, "nullable": true }, "status": { "type": "string", "maxLength": 32768, "nullable": true }, "groups": { "type": "string", "maxLength": 32768, "nullable": true }, "timezone": { "type": "string", "maxLength": 32768, "nullable": true }, "ssor": { "type": "string", "maxLength": 5, "nullable": true }, "extrainfo": { "type": "string", "maxLength": 32768, "nullable": true } } }, "count": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The number of entities in the collection. Available when using the [$count](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptioncount) query option." }, "error": { "type": "object", "required": [ "error" ], "properties": { "error": { "type": "object", "required": [ "code", "message" ], "properties": { "code": { "type": "string" }, "message": { "type": "string" }, "target": { "type": "string" }, "details": { "type": "array", "items": { "type": "object", "required": [ "code", "message" ], "properties": { "code": { "type": "string" }, "message": { "type": "string" }, "target": { "type": "string" } } } }, "innererror": { "type": "object", "description": "The structure of this object is service-specific" } } } } } }, "securitySchemes": { "BasicAuth": { "type": "http", "scheme": "basic" }, "ApiKeyAuth": { "type": "apiKey", "in": "query", "name": "apikey" } }, "parameters": { "top": { "name": "$top", "in": "query", "description": "Show only the first n items, see [Paging - Top](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptiontop)", "schema": { "type": "integer", "minimum": 0 }, "example": 50 }, "skip": { "name": "$skip", "in": "query", "description": "Skip the first n items, see [Paging - Skip](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionskip)", "schema": { "type": "integer", "minimum": 0 } }, "count": { "name": "$count", "in": "query", "description": "Include count of items, see [Count](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptioncount)", "schema": { "type": "boolean" } }, "search": { "name": "$search", "in": "query", "description": "Search items by search phrases, see [Searching](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionsearch)", "schema": { "type": "string" } } }, "responses": { "error": { "description": "Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/error" } } } } } }, "security": [ { "ApiKeyAuth": [] }, { "BasicAuth": [] } ] }