Complete API documentation for the FindU matching algorithm
Parameter | Type | Required | Description |
---|---|---|---|
student_id | string | Yes | UUID of the student |
limit | integer | No | Number of recommendations (default: 20) |
offset | integer | No | Pagination offset (default: 0) |
Parameter | Type | Required | Description |
---|---|---|---|
student_id | string | Yes | UUID of the student |
school_id | string | Yes | UUID of the school |
direction | string | Yes | ”left” (dislike) or “right” (like) |
interaction_type | string | No | Type of interaction (default: “swipe”) |
time_spent | float | No | Seconds spent viewing |
i
= idn
= names
= scoreg
= gradec
= cityst
= stateCode | Description |
---|---|
INVALID_STUDENT_ID | Student ID not found |
INVALID_SCHOOL_ID | School ID not found |
MISSING_PROFILE | Student profile incomplete |
RATE_LIMITED | Too many requests |
INTERNAL_ERROR | Server error |