This object is in archive! 
How can I list sales reps via the API?
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.
You'll have to get the full list of workers, then parse the positions array to filter them on your end.
You'll have to get the full list of workers, then parse the positions array to filter them on your end.
You'll have to get the full list of workers, then parse the positions array to filter them on your end.
You'll have to get the full list of workers, then parse the positions array to filter them on your end.
Replies have been locked on this page!