Skip to main content
GET
Get a single training snapshot by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Training snapshot returned

success
enum<boolean>
required
Available options:
true
data
object
required

Mongoose TrainingSnapshot document. userId and contactId are populated to user/contact docs on read endpoints.

Example: