GET /team/{id}/openRequest
Retrieve the open requests submitted to a Team, optionally filtering by the requester. An request is only open if it has not expired and if the requester has not been added the Team.
Service Limits
| resource | limit |
|---|---|
| The maximum frequency this method can be called | 40 calls per minute |
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/team/{id}/openRequest
Resource URL Variables
| {id} | Team ID |
Parameters
| requestorId optional |
the ID of the user requesting admission to the Team |
| limit optional |
the maximum number of requests to return (default 10) |
| offset optional |
the starting index of the returned results (default 0) |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | PaginatedResults<MembershipRequest> (application/json) |