# Objects / Action

# Action

**Object**
## Action

| Fields | Type | Description |
| --- | --- | --- |
| id | *Int!* | The ID of the action |
| user | [User!](/documentation/Objects/User#User) | The user who performed the action |
| affectingType | *String!* | The type the the action affected |
| affectingId | [ID!](/documentation/Types/UUID#UUID) | The ID of what the action affected |
| action | *String!* | The action that occurred |
| timestamp | [DateTime!](/documentation/Types/Date-Time#DateTime) | The time that the action occurred |