Updated Info API (markdown)
parent
cdaed75d8d
commit
2ed3258d14
1 changed files with 1 additions and 17 deletions
18
Info-API.md
18
Info-API.md
|
@ -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.
|
||||
|
||||
## Ages Endpoint
|
||||
|
||||
### `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>
|
||||
}
|
||||
...
|
||||
]
|
||||
}
|
||||
```
|
||||
*No Current Endpoints Available*
|
Reference in a new issue