This resource refers to TestOps projects. Use the project
resource to access TestOps project information using simple query or by using advance filters. You can also use the ‘project’ resource to get all projects for a specific team.
Methods
Response body sample
{
"id": 934901,
"name": "First Project",
"teamId": xxx,
"team": {
"id": xxx,
"name": "Katalon team",
"organization": {
"id": 975092,
"name": "API Testing",
...
},
"organizationId": xxx
},
"status": "ACTIVE"
}
Refer to the following table about the response body parameters:
Property | Type | Description |
---|---|---|
id | integer | The unique identifier of the project. |
name | string | The name of the project. |
teamId | integer | The ID of the parent team. |
team | team object | The object that describes the team. |
status | string | The current status of the project: ARCHIVE or ACTIVE . |