The Project Object

All timestamps are in UNIX Epoch time.

Attributes

  • idinteger

    read-only

    The projectId of the project

  • namestring

    required

    The name of the project

  • userIdinteger

    read-only

    The userId of the API Key used

  • descriptionstring

    A description of the project

  • createdinteger

    read-only

    The timestamp for when the project was created

  • updatedinteger

    read-only

    The timestamp for when the project was updated

  • workspaceIdinteger

    The workspaceId the project is associated with

  • testsCountinteger

    read-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"
}