Updated Info API (markdown)

Tom Bloor 2017-06-13 21:47:28 +01:00
parent cdaed75d8d
commit 2ed3258d14

@ -4,20 +4,4 @@ _Last Updated 2017-04-23_
The Info API consists of endpoints which are useful lookup tables for various sections of the app. The Info API consists of endpoints which are useful lookup tables for various sections of the app.
## Ages Endpoint *No Current Endpoints Available*
### `GET /api/info/ages`
Returns a JSON object. ID is used during User Registration for Customers.
```
{
ages : [
{
id : <age_range id>
string : <age_range display string>
}
...
]
}
```