GET /activity/{id}/generated
Get the Entities that were generatedBy an Activity. Returns a PaginatedResults of Reference objects.
Access Control: This service will return References to all generatedBy Entities, regardless of whether you have access to resolve them into full Entity objects.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/activity/{id}/generated
Resource URL Variables
{id} |
Parameters
offset optional |
|
limit optional |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | PaginatedResults<Reference> (application/json) |