Skip to main content

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.

Responses

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 for FloatValue 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.