Appearance
GET /api/orgs/{org}/projects/{prj}/runs/{id}/tests
GET
/api/orgs/{org}/projects/{prj}/runs/{id}/tests
Authorizations
Testslick OpenAPI Security Scheme
Authentication
TypeOpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)
Parameters
Path Parameters
id*
Typestring
Requiredformat
uuid
pattern
[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
org*
Typestring
Requiredprj*
Typestring
RequiredQuery Parameters
archived
Typeboolean
assigneeId
Typestring
format
uuid
pattern
[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
limit
Typeinteger
format
int32
manual
Typeboolean
offset
Typeinteger
format
int32
repositoryIds
Typearray
search
Typestring
standalone
Typeboolean
status
Typearray
suiteIds
Typearray
tagIds
Typearray
types
Typearray
Responses
OK
application/json
JSON
{
"data": [
{
"id": "string",
"oid": "string",
"rid": "string",
"pid": "string",
"suiteId": "string",
"environmentId": "string",
"datasetId": "string",
"sid": 0,
"title": "string",
"description": "string",
"notes": "string",
"typeId": "string",
"statusId": "string",
"manual": true,
"sharable": true,
"preconditions": "string",
"expectedResults": "string",
"ownerId": "string",
"assigneeId": "string",
"createdAt": "2022-03-10T12:15:50",
"createdBy": "string",
"updatedAt": "2022-03-10T12:15:50",
"updatedBy": "string",
"linkIssues": [
"string"
],
"addTags": [
"string"
],
"externalIds": {
"additionalProperties": "string"
},
"runStatusList": [
{
"runId": "string",
"testId": "string",
"statusId": "string",
"lastRunDate": "2022-03-10T12:15:50"
}
],
"tagList": [
{
"id": "string",
"tagId": "string",
"tagName": "string",
"issueId": "string",
"testId": "string",
"requirementId": "string"
}
]
}
],
"sort": [
{
"by": "string",
"direction": "string",
"nullsFirst": "string"
}
],
"range": {
"offset": 0,
"limit": 0,
"total": 0
},
"filters": {
"additionalProperties": {
}
}
}