Pipedrive API

Getting access, Developing, Testing

Back to Pipedrive

List followers of an organization

Lists the followers of an organization.

Input

type: object properties: parameters: type: object properties: id: type: integer description: The ID of the organization required: - id

Output

title: getAssociatedFollowersResponse200 type: object properties: success: type: boolean description: If the request was successful or not data: type: array description: The array of followers items: type: object properties: org_id: type: integer description: The ID of the organization user_id: type: integer description: The user ID of the follower related to the item id: type: integer description: The ID of the follower add_time: type: string format: date-time description: The date and time of adding the follower to the item additional_data: type: object properties: pagination: description: Pagination details of the list type: object properties: start: type: integer description: Pagination start limit: type: integer description: Items shown per page more_items_in_collection: type: boolean description: Whether there are more list items in the collection than displayed next_start: type: integer description: Next pagination start