The Project Object
All timestamps are in UNIX Epoch time.
Attributes
- 
                                                        
idintegerread-only
The
projectIdof the project - 
                                                        
namestringrequired
The name of the project
 - 
                                                        
userIdintegerread-only
The
userIdof the API Key used - 
                                                        
descriptionstringA description of the project
 - 
                                                        
createdintegerread-only
The timestamp for when the project was created
 - 
                                                        
updatedintegerread-only
The timestamp for when the project was updated
 - 
                                                        
workspaceIdintegerThe
workspaceIdthe project is associated with - 
                                                        
testsCountintegerread-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"
}