GET /teams
Retrieve a paginated list of Teams matching the supplied name fragment (optional),
in alphabetical order by Team name.
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/teams
Parameters
fragment optional |
a prefix of the Team name, or a prefix of any sub-string in the name preceded by a space. If omitted, all Teams are returned. |
limit optional |
the maximum number of Teams to return (default 10, max limit 50) |
offset optional |
the starting index of the returned results (default 0) |
Resource Information | |
---|---|
Authentication | not required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | PaginatedResults<Team> (application/json) |