This object is in archive! 

How can I list sales reps via the API?

Andrew K. shared this question 4 years ago
Answered

Is there a way to retrieve a list of sales reps via the API? I've tried guessing:

GET /api2/workers/?apiKey=…&position=567

but the results aren't filtered by position.

Best Answer
photo

You'll have to get the full list of workers, then parse the positions array to filter them on your end.

Comments (1)

photo
1

You'll have to get the full list of workers, then parse the positions array to filter them on your end.

photo
1

Okay, thanks.

Replies have been locked on this page!