Projects
The project object
A project represents a single brand or site you monitor. Its brand_id names the own brand, the brand every core metric is computed for.
Fields
| Field | Type | Description |
|---|---|---|
| id | integer | The unique ID of the project. |
| organization_id | integer | The ID of the organization that owns the project. |
| name | string | The display name of the project. |
| brand_id | integer | The ID of the project's own brand, or null while none has been designated. |
| organization | Organization | The parent organization. Returned when requested via |
| created_at | datetime | When the project was created. |
| updated_at | datetime | When the project was last updated. |