AccuroFit
  1. Sample Schemas
AccuroFit
  • Open APIs
    • Get Clients
      GET
    • Get Client Location List
      GET
    • Get Client Member List
      GET
    • Get AccuroPT Session History
      GET
    • Get Classes
      GET
  • Schemas
    • Sample Schemas
      • Location
      • Clients
      • Locations
      • Member
      • Members
      • Session
      • Sessions
      • Client
      • Category
  1. Sample Schemas

Members

[
    {
        "gender": "string",
        "avatar": "string",
        "email": "string",
        "weight": 0,
        "locations": [
            {
                "locationId": 1,
                "locationName": "doggie",
                "locationAddress": "string"
            }
        ],
        "firstName": "string",
        "lastName": "string",
        "nickName": "string",
        "isVerified": true,
        "birthYear": "string",
        "deviceId": 0,
        "createTime": "string",
        "assignedPod": null,
        "ownPod": null,
        "maxHr": 0,
        "accuroPoints": 0,
        "memberId": 0,
        "deviceBleName": null
    }
]
Built with