OBJECT
Activity
link GraphQL Schema definition
- type Activity {
- # Activity type
- : ActivityTypeEnum!
- # Contact for which the activity was created
- : [Contact!]
- # Activity description
- : String
- # ID of the activity
- : ID!
- # When the activity occurred
- : ISO8601DateTime!
- # Property for which the activity was created
- : [Property!]
- # Activity source ID
- : Int
- }