GET /favorite
Get a paginated result that contains the caller's Favorites
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/favorite
Parameters
| offset optional |
The offset index determines where this page will start from. An index of 0 is the first item. Default is 0 |
| limit optional |
Limits the number of items that will be fetched for this page. Default is 10 |
| sort optional |
Determines which field to use to sort the retrieved favorites. See SortBy. Default is "FAVORITED_ON" . |
| sortDirection optional |
The direction for sorting the retrieved favorites. See SortDirection. Default is "DESC" . |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | PaginatedResults<EntityHeader> (application/json) |