Teamwork CRM API

Getting access, Developing, Testing

Back to Teamwork CRM

Retrieve positions of user ids in a sorted list

The following targets are allowed in filter query parameters:

  • activitiesCount
  • completeActivitiesCount
  • email
  • id
  • incompleteActivitiesCount
  • jobTitle
  • lastActivityAt
  • lostDealsCount
  • lostOpportunitiesCount
  • name
  • nextActivityAt
  • openLeadsCount
  • openOpportunitiesCount
  • opportunitiesCount
  • phone
  • qualifiedLeadsCount
  • state
  • wonOpportunitiesCount
  • timezoneId
  • timezoneName

Input

type: object properties: parameters: type: object properties: orderMode: type: string default: asc enum: - asc - desc description: Which direction to order the results in. orderBy: type: string description: Column to order by, e.g d1. ids: type: string description: Comma separated list of ids to find the position for. filterId: type: integer description: The id of the custom filter to apply. required: - ids title: Parameters

Output

type: object title: userPositionResponse properties: users: type: array items: type: object title: EntityPosition properties: id: type: integer position: type: integer