id | integer | Project Id | No |
name | string | Project Name | Yes |
createdOn | timestamp | Project Creation Time | No |
modifiedOn | timestamp | Project Modified Time | No |
createdBy | Nested Object | Contains the information of user who created the project | No |
languages | Nested Object | Languages used in the projects | Yes |
languages[index] | string | Like Node.js, PHP, .NET, Python, Ruby, Go, etc. | Yes |
environments | Nested Object | Environments created | Yes |
environments[index].id | integer | Environment Id | Yes |
environments[index].name | string | Environment name | Yes |
environments[index].isEnabled | boolean | Whether environment should be auto-selected in campaign | Yes |
environments[index].token | string | Environment/SDK Key to be used in the SDK initialization | Yes |
setting | Nested Object | Whether a project is editable or not | No |