Comment on page
Project Object
Details for a project.
Date, in ISO 8601 format, at which the project was created.
Type:
string
Indicates whether the project is the default project for the account.
Type:
boolean
Date, in ISO 8601 format, at which the project was last modified.
Type:
string
User that last modified the project details (name, etc.)
Type:
string
Name of the project.
Type:
string
Notification settings for the project.
ID of the project.
Type:
string
List of email addresses used to send action reports.
Type: Array of
string
RSS settings for the project.
Status of the project.
Type:
string
Valid Values:
active
archived
{
"projectId": "proj-12345678",
"name": "Customer 1",
"status": "active",
"isDefault": false,
"createdDate": "2019-05-05T12:00:00:Z",
"lastModifiedDate": "2020-01-21T14:00:00:Z",
"lastModifiedBy": "u-12345678",
"notifications": {
"accountNotifications": "allow"
},
"rss": {
"status": "not-created"
},
"reportEmails": [
]
}
Last modified 10mo ago