Teamwork CRM API

Getting access, Developing, Testing

Back to Teamwork CRM

List all followers of a deal

Returns all followers of a deal.

The following values are allowed in the include query parameter:

  • user
  • user.avatar

The following targets are allowed in filter query parameters:

  • userId
  • userName

Input

type: object properties: parameters: type: object properties: dealId: type: integer required: - dealId title: Parameters

Output

type: object title: dealFollowersResponse properties: followers: type: array items: type: object title: Follower properties: createdAt: type: string description: When the item was created, as a datetime format: date-time createdBy: type: object properties: id: type: integer type: type: string enum: - users deletedAt: type: string description: When the item was deleted, as a datetime format: date-time deletedBy: type: object properties: id: type: integer type: type: string enum: - users entity: type: object properties: id: type: integer description: The id related entity. type: type: string description: The type of the related entity, e.g "users". following: type: string description: What is been followed id: type: integer updatedAt: type: string description: When the item was last updated, as a datetime format: date-time updatedBy: type: object properties: id: type: integer type: type: string enum: - users updatedSourceId: type: integer description: Source ID of the latest request made (API / Web app) user: type: object properties: id: type: integer description: The id related entity. type: type: string description: The type of the related entity, e.g "users". included: type: object title: Included meta: type: object title: ResponseMeta properties: page: type: object title: Page properties: count: type: integer pageOffset: type: integer pageSize: type: integer