Valor Biomechanics API
  • Valor Biomechanics API (1.0.0)
  • Terms Breakdown
  • Quick Start/Overview
  • Reference
    • API Reference
      • athletes
      • assessments
      • sessions
      • ikData
      • reportData
      • exercises
      • videoExport
  • API Examples (Coming Soon!)
Powered by GitBook
On this page
  • Retrieving Assessments
  • Retrieve assessment(s).
  1. Reference
  2. API Reference

assessments

Retrieving Assessments

Retrieve assessment(s).

GET https://487q8d7goe.execute-api.us-east-1.amazonaws.com/production/assessments

Obtains all the assessments recorded or a specific assessment within your Valor account.

Query Parameters

Name
Type
Description

assessmentID

String

ID of specific assessment type for focused search

Headers

Name
Type
Description

Authorization*

String

JWT Bearer Token for authentication: Bearer <JWT token>

{
    "statusCode": 200,
    "body": [{"Assessment ID": "", "athleteID": "", "Assessment Name": ""}] //Array of assessments found
}
{
    "message": "String type - this will contain more details about the problem encountered"
}
{
    "message": "String type - this will contain more details about the problem encountered"
}

PreviousathletesNextsessions

Last updated 3 days ago