Search
This page describes all the APIs relating to querying by student or parent attributes
Fetch attributes that can be used for requests to /parents/search.
successful
successful
Return parent records that contain matching attribute/value pairs
Search criteria for parents
Search criteria for custom fields
successful
unprocessable entity
Fetch attributes that can be used for requests to /students/search.
The response's root will include arrays mapped to keys in the pattern of "x_slugs" (i.e. "form_slug") where x is the scope of included elements.
For example, on the student application form ("student_slug"), or form "form_slug", supplementary forms, etc.
The elements of the array are strings (i.e. "first_name") that refer to field name that can be targeted for search.
successful
successful
Return student records that contain matching attribute/value pairs
Search criteria for students
Search criteria for tags
Search criteria for custom fields
Comma-separated list of fields to include in the response. Supports nested fields using parentheses
id,name,custom_fields(parent_guardians(id,email))successful
unprocessable entity
Last updated
Was this helpful?

