Version 0.1
Project (Type)
Represents a project
Fields
projectId
id of the project
name
name of the project
accountType
whether the owner is an or or a user. One of
"org"
or"user"
accountId
user id or org id of the owner
Example
{
"projectId": 6,
"name": "test6",
"accountType": "org",
"accountId": 2
}