Ascend Labs Documentation
  • πŸ‘‹Welcome to the family!
  • Overview
    • πŸ’‘Why Force Hooks?
    • πŸ—ΊοΈNavigating the app
    • πŸ₯‡Some of our favourite features
  • Start here
    • πŸ§‘β€πŸ”¬Performing your first test
    • ⚑Using athlete and test profiles
  • Screens
    • 🏠Home
    • πŸ“ˆTrends
    • ✨Group Trends BETA (Coming soon)
    • ✨Collect
    • ✨Settings
    • ✨Web App (Coming soon)
  • Fundamentals
    • πŸ”ŽThe selection component
    • ✨Onset detection for RFD (Coming soon)
    • ✨Leveraging the power of sub-tests (Coming soon)
    • ⛏️Bulk add athlete profiles (Coming soon)
  • Use-Cases
    • Coming soon
  • Resources
    • Updating firmware
    • Ascend Labs API
    • User Manual
Powered by GitBook
On this page
  • POST getRecentTestOfAuser
  • HEADERS
  • POST getUsers
  • HEADERS
  1. Resources

Ascend Labs API

For customer on the Elite Subscription plan

POST getRecentTestOfAuser

https://us-central1-ascend-ebdda.cloudfunctions.net/api/v1/getRecentTestOfAuser

Find the x-access-token in the setting menu of web app

pid is an id of a person obtained from /getUsers endpoint

HEADERS

x-access-token your_token_here

Body raw (json)

json
{
    "pid":"7b6qTiF8aSFUtufOiU8d"
}

POST getUsers

https://us-central1-ascend-ebdda.cloudfunctions.net/api/v1/getUsers

HEADERS

x-access-token your_token_here

Example Request

getRecentTestOfAuser

curl --location 'https://us-central1-ascend-ebdda.cloudfunctions.net/api/v1/getRecentTestOfAuser' \
--header 'x-access-token: your_token_here' \
--data '{
    "pid":"7b6qTiF8aSFUtufOiU8d"
}'

getUsers

curl --location --request POST 'https://us-central1-ascend-ebdda.cloudfunctions.net/api/v1/getUsers' \
--header 'x-access-token: your_token_here'

PreviousUpdating firmwareNextUser Manual

Last updated 8 months ago