GET collections/{collection}/scores
Operation ID: listCollectionScores
Auth: unknown
Description
Use this method to list the scores contained in a collection. If no sort option is provided, the scores are sorted by `modificationDate` `desc`.
Parameters (7)
(string, path, required)
Unique identifier of the collection. The following aliases are supported: - `root`: The root collection of the account - `sharedWithMe`: Automatically contains new resources that have been shared individually - `trash`: Automatically contains resources that have been deleted
(string, query, optional)
Sort direction
Constraints: {'enum': ['asc', 'desc']}
(integer, query, optional, default: 25)
This is the maximum number of objects that may be returned
Constraints: {'minimum': 1, 'maximum': 100}
(string, query, optional)
An opaque string cursor to fetch the next page of data. The paginated API URLs are returned in the `Link` header when requesting the API. These URLs will contain a `next` and `previous` cursor based on the available data.
(string, query, optional)
An opaque string cursor to fetch the previous page of data. The paginated API URLs are returned in the `Link` header when requesting the API. These URLs will contain a `next` and `previous` cursor based on the available data.
(string, query, optional)
This sharing key must be specified to access to a score or collection with a `privacy` mode set to `privateLink` and the current user is not a collaborator of the document.
(string, query, optional)
Sort
Constraints: {'enum': ['creationDate', 'modificationDate', 'title']}
No probe data for this endpoint yet.