This is a migrated thread and some comments may be shown as answers.

Teampulse REST API - Get Project Users

1 Answer 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alexander
Top achievements
Rank 1
Alexander asked on 06 Aug 2014, 12:23 PM
Hi!

I'm using Teampulse REST API and need to get all users from some project.

Here  (http://docs.telerik.com/teampulse/silverlight/user-guide/rest_api.aspx) is described one solution.
Request should look like : http://[teampulse]/api/projects/1/users

But such request always returns me users from all projects not from requested one.

Is there some solution?

Regards,
Alex

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 06 Aug 2014, 01:08 PM
Hello,

This seems to work:

GET http://[team pulse]/api/users/usersbyprojects?projectids=5,6

And of course, you need to be authenticated to make this request.

Regards,
Valeri Hristov
Telerik
 
Tags
General Discussions
Asked by
Alexander
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or