throbber
Under Armour Developer - Activity Type (v7.1)
`
`Page 1 of 6
`
`GETTING
`STARTED
`Download SDK
`Request a Key
`FAQ
`Release Notes
`OVERVIEW
`Workouts & 24/7
`Tracking
`Authentication
`Actigraphy vs.
`Aggregate
`TUTORIALS
`Intro to OAuth 2
`OAuth 2 Tutorial
`OAuth 2 Client
`Credentials
`24/7 Tracking:
`Writing
`24/7 Tracking:
`Reading
`
`Versioning Policy
`Compression
`Errors
`Paging
`Response Codes
`Units
`RESOURCES
`USER
`Membership
`
`ACTIVITY TYPE
`
`This resource provides access to Activity Types. Activity
`Types are commonly linked to other objects such as
`Routes (v71_Route) and Workouts (v71_Workout) , and
`describe the activity.
`Resource URIs
`Item URI: /v7.1/activity_type/{id}/
`Collection URI: /v7.1/activity_type/
`
`ItemItem methods
`
`GET Retrieve a single Activity Type by id
`Item query parameters
`None
`
`Name
`
`Description
`
`Type
`
`Units
`
`import_only
`
`location_awar
`e
`
`Indicates
`whether or
`not the
`Activity Type
`is only valid
`for imported
`workouts
`
`Indicates
`whether or
`not the
`Activity Type
`is valid for
`location or
`
`HTTP
`Support
`
`GET:
`Required
`
`Boolean
`
`Boolean
`
`GET:
`Required
`
`https://developer.underarmour.com/docs/read/v71_Activity_Type
`
`11/19/2015
`
`Patent Owner adidas AG
`Exhibit 2015 - Page 1 of 6
`
`

`
`Under Armour Developer - Activity Type (v7.1)
`
`Page 2 of 6
`
`OAuth 2 Grants
`OAuth 2 Revoke
`Privacy
`User
`User Profile Photo
`User Role
`User Stats
`SOCIAL
`Activity Story
`Friendship
`Group
`Group Invite
`Group Leaderboard
`Group Purpose
`Group User
`Moderation Action
`Moderation Action
`Type
`Moderation Status
`Page
`Page Association
`Page Follow
`Page Type
`Role
`Suggested Friend
`WORKOUTS
`Course
`Data Source
`Data Source Priority
`Device
`Gear
`Heart Rate Zone
`
`Name
`
`Description
`
`Type
`
`Units
`
`name
`
`mets
`
`mets_speed
`
`GPS-based
`activities
`
`Name of the
`Activity Type
`
`string
`
`Standard
`METs for the
`Activity Type
`
`string
`
`A mapping
`from speed to
`corresponding
`standard
`METs
`
`number
`
`short_name
`
`Short name of
`the Activity
`Type
`
`string
`
`HTTP
`Support
`
`GET:
`Required
`
`GET:
`Required
`
`GET:
`Required
`
`GET:
`Required
`
`GET:
`Required
`
`Boolean
`
`Indicates
`whether or
`not the
`Activity Type
`has children
`
`A root-level
`attribute that
`holds
`parametrized
`template
`attributes
`specific to the
`activity type.
`
`has_children
`
`template
`
`Template
`
`template
`
`GET:
`Required
`
`https://developer.underarmour.com/docs/read/v71_Activity_Type
`
`11/19/2015
`
`Patent Owner adidas AG
`Exhibit 2015 - Page 2 of 6
`
`

`
`Under Armour Developer - Activity Type (v7.1)
`
`Page 3 of 6
`
`Heart Rate Zone
`Calculation
`Map Marker Image
`Remote Connection
`Remote Connection
`Type
`Route
`Route Bookmark
`User Achievement
`User Gear
`Workout
`Workout Heart Rate
`24/7
`Actigraphy
`Activity Type
`Aggregate
`All Day Activity Time
`Series
`All Day Activity
`Body Mass
`Sleep
`CONTENT
`Image
`Webhook
`
`
`
`Template attributes include terminology used in
`communication around an Activity Type(s).
`
`Name
`
`Description
`
`user_action_p
`ast
`
`Singular user performed Activity
`Type in the past
`
`Type
`
`string
`
`user_action_p
`resent
`
`Singular user presently performing
`Activity Type
`
`string
`
`activities_ar
`e
`
`Plural Activity Type as the subject
`with appropriate conjugated form of
`the verb, 'to be'
`
`string
`
`Example values
`user_action_past
`
`Valid values are {{user.name}} did a gym workout,
`{{user.name}} played tennis
`
`user_action_present
`
`Valid values are {{user.name}} is doing a gym
`workout, {{user.name}} is playing tennis
`
`activities_are
`
`Valid values are snow skiing is, treadmill runs are
`
`Note: values will be returned for user_action_past
`and user_action_present, but activites_are may
`be null.
`Item links
`parent The direct parent of the Activity Type
`root The root of the tree in which the Activity Type
`
`https://developer.underarmour.com/docs/read/v71_Activity_Type
`
`11/19/2015
`
`Patent Owner adidas AG
`Exhibit 2015 - Page 3 of 6
`
`

`
`Under Armour Developer - Activity Type (v7.1)
`
`Page 4 of 6
`
`resides
`icon_url URL for the Activity Type icon
`Collection
`Collection methods
`GET Retrieve multiple Activity Types
`Collection query parameters
`None
`
`Name
`
`Description
`
`Type Units
`
`HTTP
`Support
`
`int
`
`GET:
`required
`
`total_count
`
`the total number
`of Activity Types
`Collection links
`None
`Embedded collections
`activity_types A collection of Activity Type items with
`properties as described under Item properties and
`links as described under Item links
`Usage
`GET an Activity Type by id
`Request GET: /v7.1/activity_type/<id>/
`Response 200
`{
` "mets": 8.0,
` "mets_speed": [
` {
` "mets": "4",
` "speed": 4.4704
` },
` {
` "mets": "6",
` "speed": 4.91744
` },
` {
` "mets": "8",
`
`https://developer.underarmour.com/docs/read/v71_Activity_Type
`
`11/19/2015
`
`Patent Owner adidas AG
`Exhibit 2015 - Page 4 of 6
`
`

`
`Under Armour Developer - Activity Type (v7.1)
`
`Page 5 of 6
`
`
`
` "speed": 5.81152
` },
` {
` "mets": "10",
` "speed": 6.7056
` },
` {
` "mets": "12",
` "speed": 7.8232
` },
` {
` "mets": "16",
` "speed": 8.9408
` }
` ],
` "name": "Bike Ride",
` "short_name": "ride",
` "has_children": true,
` "location_aware": true,
` "template": {
` "user_action_past": "{user.name
` "user_action_present": "{user.n
` "plural_activity_is": "Bike Rid
` },
` "_links": {
` "icon_url": [
` {
` "href": "http://static.ma
` }
` ],
` "self": [
` {
` "href": "/v7.1/activity_t
` "id": "11"
` }
` ],
` "documentation": [
` {
` "href": "https://develope
` }
` ],
` "root": [
` {
` "href": "/v7.1/activity_t
`
` "id": "11"
`
`
`
`https://developer.underarmour.com/docs/read/v71_Activity_Type
`
`11/19/2015
`
`Patent Owner adidas AG
`Exhibit 2015 - Page 5 of 6
`
`

`
`Under Armour Developer - Activity Type (v7.1)
`
`Page 6 of 6
`
`
`
` ]
` }
`}
`
`
`
`GET Activity Type collection
`Request GET: /v7.1/activity_type/
`Response 200
`{
` "_embedded": {
` "activity_types": [
` Many instances of the `Item`
` ]
` },
` "_links": {
` "self": [
` {
` "href": "/v7.1/activity_t
` }
` ],
` "documentation": [
` {
` "href": "https://develope
` }
` ]
` },
` "total_count": 771
`}
`
`
`
`
`
`
`https://developer.underarmour.com/docs/read/v71_Activity_Type
`
`11/19/2015
`
`Patent Owner adidas AG
`Exhibit 2015 - Page 6 of 6

This document is available on Docket Alarm but you must sign up to view it.


Or .

Accessing this document will incur an additional charge of $.

After purchase, you can access this document again without charge.

Accept $ Charge
throbber

Still Working On It

This document is taking longer than usual to download. This can happen if we need to contact the court directly to obtain the document and their servers are running slowly.

Give it another minute or two to complete, and then try the refresh button.

throbber

A few More Minutes ... Still Working

It can take up to 5 minutes for us to download a document if the court servers are running slowly.

Thank you for your continued patience.

This document could not be displayed.

We could not find this document within its docket. Please go back to the docket page and check the link. If that does not work, go back to the docket and refresh it to pull the newest information.

Your account does not support viewing this document.

You need a Paid Account to view this document. Click here to change your account type.

Your account does not support viewing this document.

Set your membership status to view this document.

With a Docket Alarm membership, you'll get a whole lot more, including:

  • Up-to-date information for this case.
  • Email alerts whenever there is an update.
  • Full text search for other cases.
  • Get email alerts whenever a new case matches your search.

Become a Member

One Moment Please

The filing “” is large (MB) and is being downloaded.

Please refresh this page in a few minutes to see if the filing has been downloaded. The filing will also be emailed to you when the download completes.

Your document is on its way!

If you do not receive the document in five minutes, contact support at support@docketalarm.com.

Sealed Document

We are unable to display this document, it may be under a court ordered seal.

If you have proper credentials to access the file, you may proceed directly to the court's system using your government issued username and password.


Access Government Site

We are redirecting you
to a mobile optimized page.





Document Unreadable or Corrupt

Refresh this Document
Go to the Docket

We are unable to display this document.

Refresh this Document
Go to the Docket