The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /entity/{id}/accessRequirement

Retrieve paginated list of ALL Access Requirements associated with an entity.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/accessRequirement

Resource URL Variables
{entityId} the id of the entity whose Access Requirements are retrieved
Parameters
limit

optional

- Limits the size of the page returned. For example, a page size of 10 require limit = 10. The maximum limit for this call is 50.
offset

optional

- The index of the pagination offset. For a page size of 10, the first page would be at offset = 0, and the second page would be at offset = 10.
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object PaginatedResults<AccessRequirement>
(application/json)