GET oeuvre

Retrieves the list of playables that the user may edit. This includes the playables that the user has authored, and the playables that others have shared with the user.

Resource URL

https://www.drillster.com/api/2.1.1/oeuvre

Parameters

Field Type Description
type
optional
String constant An optional filter on playable type.
query
optional
String An optional query to filter by playable name or description. If no query is given, all playables are returned.
resultStart
optional
Integer The index number (zero-based) of the first playable to include in the result. Use this parameter, in combination with resultSize, to apply pagination of the result; it will limit the number of playables included in the result. Defaults to 0.
resultSize
optional
Integer The maximum number of playables to include in the result. If not specified, the results for all (remaining) playables are returned.
profile
optional
String constant Indicates whether to retrieve the full details (DEFAULT) or only the limited detail required for an AUTO_COMPLETE use case.

Response

A 2.1.1 Playables object.