The Project Object
All timestamps are in UNIX Epoch time.
Attributes
-
id
integerread-only
The
projectId
of the project -
name
stringrequired
The name of the project
-
userId
integerread-only
The
userId
of the API Key used -
description
stringA description of the project
-
created
integerread-only
The timestamp for when the project was created
-
updated
integerread-only
The timestamp for when the project was updated
-
workspaceId
integerThe
workspaceId
the project is associated with -
testsCount
integerread-only
The number of tests that are within the project
The Project Object
{
"api_version": 4,
"error": null,
"result": {
"id": 123456,
"name": "Default project",
"userId": 123456,
"description": null,
"created": 1488987563,
"updated": 1488987563,
"workspaceId": 123456,
"testsCount": 417
},
"request_id": "5eea8ecd9eace"
}