PersonFollowers
Returns the list of followers for a specified person, including follower user IDs, associated deal IDs, and the timestamp when each follower was added.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Integer | True |
Unique identifier of the follower record. | |
| AddTime | Datetime | True |
Timestamp indicating when the follower was added to the person. | |
| PersonId [KEY] | Integer | False |
Unique identifier of the person being followed. | |
| UserId | Integer | False |
Unique identifier of the user who is following the person. | |
| DealId | Integer | True |
Unique identifier of the deal associated with this follower relationship, if applicable. |