GET Health?apiKey={apiKey}&Weight={Weight}&Reps={Reps}&Method={Method}
Documentation for 'OneRep'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| apiKey | Documentation for 'apiKey'. |
Define this parameter in the request URI. |
| Weight | Documentation for 'Weight'. |
Define this parameter in the request URI. |
| Reps | Documentation for 'Reps'. |
Define this parameter in the request URI. |
| Method | Documentation for 'Method'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Validation": {
"isSuccess": true,
"Message": "sample string 2"
},
"OneRepMax": 1,
"Breakdown": {
"RM50": 1,
"RM55": 2,
"RM60": 3,
"RM65": 4,
"RM70": 5,
"RM75": 6,
"RM80": 7,
"RM85": 8,
"RM90": 9,
"RM95": 10
}
}
application/xml, text/xml
Sample:
<dto1RM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCModel">
<Breakdown>
<RM50>1</RM50>
<RM55>2</RM55>
<RM60>3</RM60>
<RM65>4</RM65>
<RM70>5</RM70>
<RM75>6</RM75>
<RM80>7</RM80>
<RM85>8</RM85>
<RM90>9</RM90>
<RM95>10</RM95>
</Breakdown>
<OneRepMax>1</OneRepMax>
<Validation>
<Message>sample string 2</Message>
<isSuccess>true</isSuccess>
</Validation>
</dto1RM>