Internships Processing
| Route | Capability | Description |
|---|---|---|
| Filter Internships by geolocation POST /internships/:internships_id/filter/by_geolocation |
internships-send | Filter Internships by geolocation. |
| Send an Internship POST /internships/:internships_id/send |
internships-send | Send an Internship. |
Filter internships by geolocation
POST /internships/:internships_id/filter/by_geolocation
Filter Schools by geolocation.
NEW: schools without settlement_studyoptions are also listed.
Request attributes
| Parameter | Type | Information |
|---|---|---|
| lat | decimal |
required, Latitudes range from -90.00 to 90.00 |
| lng | decimal [11.8] |
required, Longitudes range from -180.00 to 180.00 |
| radius | int | required |
| sort_column | string | Sort Schools. |
| sort_order | string | Sort order. Standard on ASC |
| name_contains | string | Filter on schools name Sample: name_contains=broederschool |
| schoolids_in | array | Filter on schools_id Sample: schoolids_in=[738,231] |
Send an Internship
POST internships/:internships_id/send
Send an Internship.
Request attributes
| Parameter | Type | Information |
|---|---|---|
| school_id | int |
required |
