GET /teamMembers/count/{id}
Retrieve the number of Team members matching the supplied name prefix. If the prefix
is omitted then the number of members in the team is returned.
Note: This service has JSONP support: If the request parameter "callback=jsMethod" is included (where
'jsMethod' is any function name you wish), then the response body will be wrapped in "jsMethod(...);".
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/teamMembers/count/{id}
Resource URL Variables
{id} | the id of the Team of interest |
Parameters
fragment optional |
a prefix of the user's first or last name or email address (optional) |
Resource Information | |
---|---|
Authentication | not required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | Count (application/json) |