TrackerService_GetTracker
Get a tracker by its unique identifier.
To fetch a tracker by the resource, use ListTrackers
instead with an
appropriate filter. Example: filter = "resource:animes/1245678"
.
Path Parameters
- user string required
The user id.
- tracker string required
The tracker id.
- 200
- default
OK
Schema
- name string required
The id of the tracker.
- resource string required
The content whose progress is being tracked.
- startTime date-time
When the progress started.
- endTime date-time
When the progress ended.
- completedResources string[]
The list of completed sub-resources (e.g episodes or chapters).
progressPercentage object
Wrapper message for
float
. The JSON representation forFloatValue
is JSON number.- value float
The float value.
- state enum
Possible values: [
STATE_UNSPECIFIED
,IN_PROGRESS
,COMPLETED
,ON_HOLD
]The progress state of the tracker.
Default error response
Schema
- code int32
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
- message string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
- @type string
The type of the serialized message.