Relationships
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageinteger · min: 1OptionalDefault:
The page number of results to return.
1per_pageinteger · min: 1 · max: 200OptionalDefault:
Request for how many records to return.
50countintegerOptional
Synonym for per_page
Responses
200
successful
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
get
/api/v3/relationshipsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Serial database ID used to refer to a unique parent record in OpenApply
Responses
200
successful
application/json
404
parent not found
get
/api/v3/relationships/parent/{id}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Serial database ID used to refer to a unique parent record in OpenApply
Body
Responses
200
successful
application/json
422
unprocessable entity
application/json
put
/api/v3/relationships/parent/{id}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Serial database ID used to refer to a unique student record in OpenApply
Responses
200
successful
application/json
404
student not found
get
/api/v3/relationships/student/{id}Last updated
Was this helpful?

