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:

PropertyTypeDescription
idintegerThe unique identifier of the project.
namestringThe name of the project.
teamIdintegerThe ID of the parent team.
teamteam objectThe object that describes the team.
statusstringThe current status of the project: ARCHIVE or ACTIVE.